Color Hex Logo

#ea500d Color Hex

#EA500D
(234,80,13)
0 Favorites   0 Comments

Color spaces of #ea500d

RGB 2348013
HSL0.050.890.48
HSV18°94°92°
CMYK 0.000.660.94   0.08
XYZ36.873023.25882.9267
Yxy23.25880.58470.3688
Hunter Lab48.227452.077130.1611
CIE-Lab55.337957.173463.0859

#ea500d color RGB value is (234,80,13).

#ea500d hex color red value is 234, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea500d hue: 0.05 , saturation: 0.89 and the lightness value of ea500d is 0.48.

The process color (four color CMYK) of #ea500d color hex is 0.00, 0.66, 0.94, 0.08. Web safe color of #ea500d is #ff6600. Color #ea500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010000 00001101
Octal 352 120 15
Decimal 234 80 13
Hex EA 50 D

RGB Percentages of Color #ea500d

%71.56
%24.46
%3.98

CMYK Percentages of Color #ea500d

%0
%66
%94
%8

Triadic Colors of #ea500d

#ea500d #0dea50 #500dea

Analogous Colors of #ea500d

#ea500d #eabf0d #ea0d39

Monochromatic Colors of #ea500d

#ea500d

Complementary Color

#ea500d #0da7ea

#ea500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea500d Color CSS Codes

.mybgcolor {background-color:#ea500d; } 
.myforecolor {color:#ea500d; }
.mybordercolor {border:3px solid #ea500d; }

#ea500d Text Font Color

<p style="color:#ea500d">Text here</p>

This sample text font color is #ea500d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ea500d Background Color

<div style="background-color:#ea500d">
Div content here</div>

This div background color is #ea500d


#ea500d Border Color

<div style="border:3px solid #ea500d">
Div here</div>

This div border color is #ea500d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,80,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea500d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea500d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea500d;
  box-shadow:         1px 1px 3px 2px #ea500d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,80,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea500d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ea500d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea500d;
  box-shadow:         1px 1px 3px 2px #ea500d;">
Div content here</div>

This div box has shadow with color #ea500d


Comments

No comments written yet.

Please login to write comment.