color codes Logo

#ea873f color codes

#EA873F
(234,135,63)
0 Favorites   0 Comments

Color spaces of #ea873f

RGB 23413563
HSL0.070.800.58
HSV25°73°92°
CMYK 0.000.420.73   0.08
XYZ43.492935.17939.2006
Yxy35.17930.49500.4003
Hunter Lab59.312127.095732.3213
CIE-Lab65.888032.332353.4225

#ea873f color RGB value is (234,135,63).

#ea873f hex color red value is 234, green value is 135 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ea873f hue: 0.07 , saturation: 0.80 and the lightness value of ea873f is 0.58.

The process color (four color CMYK) of #ea873f color code is 0.00, 0.42, 0.73, 0.08. Web safe color of #ea873f is #ff9933. Color #ea873f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 00111111
Octal 352 207 77
Decimal 234 135 63
Hex EA 87 3F

RGB Percentages of Color #ea873f

%54.17
%31.25
%14.58

CMYK Percentages of Color #ea873f

%0
%42
%73
%8

Triadic Colors of #ea873f

#ea873f #3fea87 #873fea

Analogous Colors of #ea873f

#ea873f #eadd3f #ea3f4d

Monochromatic Colors of #ea873f

#ea873f

Complementary Color

#ea873f #3fa2ea

#ea873f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea873f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea873f Color CSS Codes

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

#ea873f Text Font Color

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

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


#ea873f Background Color

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

This div background color is #ea873f


#ea873f Border Color

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

This div border color is #ea873f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea873f


Comments

No comments written yet.

Please login to write comment.