Color Hex Logo

#ea702a Color Hex

#EA702A
(234,112,42)
0 Favorites   0 Comments

Color spaces of #ea702a

RGB 23411242
HSL0.060.820.54
HSV22°82°92°
CMYK 0.000.520.82   0.08
XYZ40.143829.24795.7201
Yxy29.24790.53450.3894
Hunter Lab54.081337.855731.5859
CIE-Lab60.999843.247257.8532

#ea702a color RGB value is (234,112,42).

#ea702a hex color red value is 234, green value is 112 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ea702a hue: 0.06 , saturation: 0.82 and the lightness value of ea702a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 00101010
Octal 352 160 52
Decimal 234 112 42
Hex EA 70 2A

RGB Percentages of Color #ea702a

%60.31
%28.87
%10.82

CMYK Percentages of Color #ea702a

%0
%52
%82
%8

Triadic Colors of #ea702a

#ea702a #2aea70 #702aea

Analogous Colors of #ea702a

#ea702a #ead02a #ea2a44

Monochromatic Colors of #ea702a

#ea702a

Complementary Color

#ea702a #2aa4ea

#ea702a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea702a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea702a Color CSS Codes

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

#ea702a Text Font Color

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

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


#ea702a Background Color

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

This div background color is #ea702a


#ea702a Border Color

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

This div border color is #ea702a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea702a


Comments

No comments written yet.

Please login to write comment.