Color Hex Logo

#ea8904 Color Hex

#EA8904
(234,137,4)
0 Favorites   0 Comments

Color spaces of #ea8904

RGB 2341374
HSL0.100.970.47
HSV35°98°92°
CMYK 0.000.410.98   0.08
XYZ42.899335.39254.6853
Yxy35.39250.51700.4265
Hunter Lab59.491624.605836.9747
CIE-Lab66.053129.859871.3863

#ea8904 color RGB value is (234,137,4).

#ea8904 hex color red value is 234, green value is 137 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ea8904 hue: 0.10 , saturation: 0.97 and the lightness value of ea8904 is 0.47.

The process color (four color CMYK) of #ea8904 color hex is 0.00, 0.41, 0.98, 0.08. Web safe color of #ea8904 is #ff9900. Color #ea8904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 00000100
Octal 352 211 4
Decimal 234 137 4
Hex EA 89 4

RGB Percentages of Color #ea8904

%62.40
%36.53
%1.07

CMYK Percentages of Color #ea8904

%0
%41
%98
%8

Triadic Colors of #ea8904

#ea8904 #04ea89 #8904ea

Analogous Colors of #ea8904

#ea8904 #d8ea04 #ea1604

Monochromatic Colors of #ea8904

#ea8904

Complementary Color

#ea8904 #0465ea

#ea8904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8904 Color CSS Codes

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

#ea8904 Text Font Color

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

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


#ea8904 Background Color

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

This div background color is #ea8904


#ea8904 Border Color

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

This div border color is #ea8904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8904


Comments

No comments written yet.

Please login to write comment.