Color Hex Logo

#ea881c Color Hex

#EA881C
(234,136,28)
0 Favorites   0 Comments

Color spaces of #ea881c

RGB 23413628
HSL0.090.830.51
HSV31°88°92°
CMYK 0.000.420.88   0.08
XYZ42.945435.18465.6264
Yxy35.18460.51270.4201
Hunter Lab59.316625.430535.8977
CIE-Lab65.892130.691066.6995

#ea881c color RGB value is (234,136,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 00011100
Octal 352 210 34
Decimal 234 136 28
Hex EA 88 1C

RGB Percentages of Color #ea881c

%58.79
%34.17
%7.04

CMYK Percentages of Color #ea881c

%0
%42
%88
%8

Triadic Colors of #ea881c

#ea881c #1cea88 #881cea

Analogous Colors of #ea881c

#ea881c #e5ea1c #ea211c

Monochromatic Colors of #ea881c

#ea881c

Complementary Color

#ea881c #1c7eea

#ea881c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea881c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea881c Color CSS Codes

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

#ea881c Text Font Color

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

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


#ea881c Background Color

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

This div background color is #ea881c


#ea881c Border Color

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

This div border color is #ea881c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea881c


Comments

No comments written yet.

Please login to write comment.