Color Hex Logo

#ea920a Color Hex

#EA920A
(234,146,10)
0 Favorites   0 Comments

Color spaces of #ea920a

RGB 23414610
HSL0.100.920.48
HSV36°96°92°
CMYK 0.000.380.96   0.08
XYZ44.265438.07215.3028
Yxy38.07210.50510.4344
Hunter Lab61.702620.076238.0964
CIE-Lab68.073725.179071.9173

#ea920a color RGB value is (234,146,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010010 00001010
Octal 352 222 12
Decimal 234 146 10
Hex EA 92 A

RGB Percentages of Color #ea920a

%60.00
%37.44
%2.56

CMYK Percentages of Color #ea920a

%0
%38
%96
%8

Triadic Colors of #ea920a

#ea920a #0aea92 #920aea

Analogous Colors of #ea920a

#ea920a #d2ea0a #ea220a

Monochromatic Colors of #ea920a

#ea920a

Complementary Color

#ea920a #0a62ea

#ea920a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea920a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea920a Color CSS Codes

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

#ea920a Text Font Color

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

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


#ea920a Background Color

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

This div background color is #ea920a


#ea920a Border Color

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

This div border color is #ea920a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea920a


Comments

No comments written yet.

Please login to write comment.