Color Hex Logo

#ea561c Color Hex

#EA561C
(234,86,28)
0 Favorites   0 Comments

Color spaces of #ea561c

RGB 2348628
HSL0.050.830.51
HSV17°88°92°
CMYK 0.000.630.88   0.08
XYZ37.469124.23183.8010
Yxy24.23180.57200.3699
Hunter Lab49.225849.723329.8800
CIE-Lab56.319154.898659.3236

#ea561c color RGB value is (234,86,28).

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

The process color (four color CMYK) of #ea561c color hex is 0.00, 0.63, 0.88, 0.08. Web safe color of #ea561c is #ff6633. Color #ea561c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 00011100
Octal 352 126 34
Decimal 234 86 28
Hex EA 56 1C

RGB Percentages of Color #ea561c

%67.24
%24.71
%8.05

CMYK Percentages of Color #ea561c

%0
%63
%88
%8

Triadic Colors of #ea561c

#ea561c #1cea56 #561cea

Analogous Colors of #ea561c

#ea561c #eabd1c #ea1c49

Monochromatic Colors of #ea561c

#ea561c

Complementary Color

#ea561c #1cb0ea

#ea561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea561c Color CSS Codes

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

#ea561c Text Font Color

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

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


#ea561c Background Color

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

This div background color is #ea561c


#ea561c Border Color

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

This div border color is #ea561c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,86,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 #ea561c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea561c


Comments

No comments written yet.

Please login to write comment.