Color Hex Logo

#ea800a Color Hex

#EA800A
(234,128,10)
0 Favorites   0 Comments

Color spaces of #ea800a

RGB 23412810
HSL0.090.920.48
HSV32°96°92°
CMYK 0.000.450.96   0.08
XYZ41.705632.95274.4495
Yxy32.95270.52720.4166
Hunter Lab57.404429.226435.5875
CIE-Lab64.122634.590169.2539

#ea800a color RGB value is (234,128,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 00001010
Octal 352 200 12
Decimal 234 128 10
Hex EA 80 A

RGB Percentages of Color #ea800a

%62.90
%34.41
%2.69

CMYK Percentages of Color #ea800a

%0
%45
%96
%8

Triadic Colors of #ea800a

#ea800a #0aea80 #800aea

Analogous Colors of #ea800a

#ea800a #e4ea0a #ea100a

Monochromatic Colors of #ea800a

#ea800a

Complementary Color

#ea800a #0a74ea

#ea800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea800a Color CSS Codes

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

#ea800a Text Font Color

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

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


#ea800a Background Color

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

This div background color is #ea800a


#ea800a Border Color

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

This div border color is #ea800a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,128,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 #ea800a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea800a


Comments

No comments written yet.

Please login to write comment.