Color Hex Logo

#ea701c Color Hex

#EA701C
(234,112,28)
0 Favorites   0 Comments

Color spaces of #ea701c

RGB 23411228
HSL0.070.830.51
HSV24°88°92°
CMYK 0.000.520.88   0.08
XYZ39.935529.16464.6231
Yxy29.16460.54170.3956
Hunter Lab54.004337.491132.7274
CIE-Lab60.926642.912662.8591

#ea701c color RGB value is (234,112,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 00011100
Octal 352 160 34
Decimal 234 112 28
Hex EA 70 1C

RGB Percentages of Color #ea701c

%62.57
%29.95
%7.49

CMYK Percentages of Color #ea701c

%0
%52
%88
%8

Triadic Colors of #ea701c

#ea701c #1cea70 #701cea

Analogous Colors of #ea701c

#ea701c #ead71c #ea1c2f

Monochromatic Colors of #ea701c

#ea701c

Complementary Color

#ea701c #1c96ea

#ea701c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea701c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea701c Color CSS Codes

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

#ea701c Text Font Color

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

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


#ea701c Background Color

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

This div background color is #ea701c


#ea701c Border Color

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

This div border color is #ea701c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea701c


Comments

No comments written yet.

Please login to write comment.