Color Hex Logo

#ea580c Color Hex

#EA580C
(234,88,12)
0 Favorites   0 Comments

Color spaces of #ea580c

RGB 2348812
HSL0.060.900.48
HSV21°95°92°
CMYK 0.000.620.95   0.08
XYZ37.487824.49843.1007
Yxy24.49840.57600.3764
Hunter Lab49.495948.576830.9328
CIE-Lab56.583453.820564.0688

#ea580c color RGB value is (234,88,12).

#ea580c hex color red value is 234, green value is 88 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ea580c hue: 0.06 , saturation: 0.90 and the lightness value of ea580c is 0.48.

The process color (four color CMYK) of #ea580c color hex is 0.00, 0.62, 0.95, 0.08. Web safe color of #ea580c is #ff6600. Color #ea580c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 00001100
Octal 352 130 14
Decimal 234 88 12
Hex EA 58 C

RGB Percentages of Color #ea580c

%70.06
%26.35
%3.59

CMYK Percentages of Color #ea580c

%0
%62
%95
%8

Triadic Colors of #ea580c

#ea580c #0cea58 #580cea

Analogous Colors of #ea580c

#ea580c #eac70c #ea0c2f

Monochromatic Colors of #ea580c

#ea580c

Complementary Color

#ea580c #0c9eea

#ea580c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea580c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea580c Color CSS Codes

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

#ea580c Text Font Color

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

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


#ea580c Background Color

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

This div background color is #ea580c


#ea580c Border Color

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

This div border color is #ea580c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea580c


Comments

No comments written yet.

Please login to write comment.