Color Hex Logo

#ea871e Color Hex

#EA871E
(234,135,30)
1 Favorites   0 Comments

Color spaces of #ea871e

RGB 23413530
HSL0.090.830.52
HSV31°87°92°
CMYK 0.000.420.87   0.08
XYZ42.830034.91415.7100
Yxy34.91410.51320.4184
Hunter Lab59.088225.981335.6322
CIE-Lab65.681731.253965.9696

#ea871e color RGB value is (234,135,30).

#ea871e hex color red value is 234, green value is 135 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ea871e hue: 0.09 , saturation: 0.83 and the lightness value of ea871e is 0.52.

The process color (four color CMYK) of #ea871e color hex is 0.00, 0.42, 0.87, 0.08. Web safe color of #ea871e is #ff9933. Color #ea871e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 00011110
Octal 352 207 36
Decimal 234 135 30
Hex EA 87 1E

RGB Percentages of Color #ea871e

%58.65
%33.83
%7.52

CMYK Percentages of Color #ea871e

%0
%42
%87
%8

Triadic Colors of #ea871e

#ea871e #1eea87 #871eea

Analogous Colors of #ea871e

#ea871e #e7ea1e #ea211e

Monochromatic Colors of #ea871e

#ea871e

Complementary Color

#ea871e #1e81ea

#ea871e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea871e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea871e Color CSS Codes

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

#ea871e Text Font Color

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

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


#ea871e Background Color

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

This div background color is #ea871e


#ea871e Border Color

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

This div border color is #ea871e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea871e

#ea871e Color Palettes


Comments

No comments written yet.

Please login to write comment.