Color Hex Logo

#ea900a Color Hex

#EA900A
(234,144,10)
0 Favorites   0 Comments

Color spaces of #ea900a

RGB 23414410
HSL0.100.920.48
HSV36°96°92°
CMYK 0.000.380.96   0.08
XYZ43.959737.46095.2009
Yxy37.46090.50750.4325
Hunter Lab61.205321.095437.8056
CIE-Lab67.621426.234471.6083

#ea900a color RGB value is (234,144,10).

#ea900a hex color red value is 234, green value is 144 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ea900a hue: 0.10 , saturation: 0.92 and the lightness value of ea900a is 0.48.

The process color (four color CMYK) of #ea900a color hex is 0.00, 0.38, 0.96, 0.08. Web safe color of #ea900a is #ff9900. Color #ea900a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 00001010
Octal 352 220 12
Decimal 234 144 10
Hex EA 90 A

RGB Percentages of Color #ea900a

%60.31
%37.11
%2.58

CMYK Percentages of Color #ea900a

%0
%38
%96
%8

Triadic Colors of #ea900a

#ea900a #0aea90 #900aea

Analogous Colors of #ea900a

#ea900a #d4ea0a #ea200a

Monochromatic Colors of #ea900a

#ea900a

Complementary Color

#ea900a #0a64ea

#ea900a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea900a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea900a Color CSS Codes

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

#ea900a Text Font Color

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

This sample text font color is #ea900a
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.


#ea900a Background Color

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

This div background color is #ea900a


#ea900a Border Color

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

This div border color is #ea900a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea900a


Comments

No comments written yet.

Please login to write comment.