Color Hex Logo

#ea8600 Color Hex

#EA8600
(234,134,0)
0 Favorites   0 Comments

Color spaces of #ea8600

RGB 2341340
HSL0.101.000.46
HSV34°100°92°
CMYK 0.000.431.00   0.08
XYZ42.456834.54264.4297
Yxy34.54260.52140.4242
Hunter Lab58.773026.093436.6724
CIE-Lab65.391031.390571.5431

#ea8600 color RGB value is (234,134,0).

#ea8600 hex color red value is 234, green value is 134 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ea8600 hue: 0.10 , saturation: 1.00 and the lightness value of ea8600 is 0.46.

The process color (four color CMYK) of #ea8600 color hex is 0.00, 0.43, 1.00, 0.08. Web safe color of #ea8600 is #ff9900. Color #ea8600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000110 00000000
Octal 352 206 0
Decimal 234 134 0
Hex EA 86 0

RGB Percentages of Color #ea8600

%63.59
%36.41
%0.00

CMYK Percentages of Color #ea8600

%0
%43
%100
%8

Triadic Colors of #ea8600

#ea8600 #00ea86 #8600ea

Analogous Colors of #ea8600

#ea8600 #d9ea00 #ea1100

Monochromatic Colors of #ea8600

#ea8600

Complementary Color

#ea8600 #0064ea

#ea8600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8600 Color CSS Codes

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

#ea8600 Text Font Color

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

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


#ea8600 Background Color

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

This div background color is #ea8600


#ea8600 Border Color

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

This div border color is #ea8600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8600


Comments

No comments written yet.

Please login to write comment.