Color Hex Logo

#ea8906 Color Hex

#EA8906
(234,137,6)
0 Favorites   0 Comments

Color spaces of #ea8906

RGB 2341376
HSL0.100.950.47
HSV34°97°92°
CMYK 0.000.410.97   0.08
XYZ42.910235.39694.7430
Yxy35.39690.51670.4262
Hunter Lab59.495324.624036.9201
CIE-Lab66.056529.877671.1056

#ea8906 color RGB value is (234,137,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 00000110
Octal 352 211 6
Decimal 234 137 6
Hex EA 89 6

RGB Percentages of Color #ea8906

%62.07
%36.34
%1.59

CMYK Percentages of Color #ea8906

%0
%41
%97
%8

Triadic Colors of #ea8906

#ea8906 #06ea89 #8906ea

Analogous Colors of #ea8906

#ea8906 #d9ea06 #ea1706

Monochromatic Colors of #ea8906

#ea8906

Complementary Color

#ea8906 #0667ea

#ea8906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8906 Color CSS Codes

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

#ea8906 Text Font Color

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

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


#ea8906 Background Color

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

This div background color is #ea8906


#ea8906 Border Color

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

This div border color is #ea8906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8906


Comments

No comments written yet.

Please login to write comment.