Color Hex Logo

#ea742f Color Hex

#EA742F
(234,116,47)
0 Favorites   0 Comments

Color spaces of #ea742f

RGB 23411647
HSL0.060.820.55
HSV22°80°92°
CMYK 0.000.500.80   0.08
XYZ40.690230.18846.3717
Yxy30.18840.52670.3908
Hunter Lab54.944036.040931.5851
CIE-Lab61.816441.421556.5186

#ea742f color RGB value is (234,116,47).

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

The process color (four color CMYK) of #ea742f color hex is 0.00, 0.50, 0.80, 0.08. Web safe color of #ea742f is #ff6633. Color #ea742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 00101111
Octal 352 164 57
Decimal 234 116 47
Hex EA 74 2F

RGB Percentages of Color #ea742f

%58.94
%29.22
%11.84

CMYK Percentages of Color #ea742f

%0
%50
%80
%8

Triadic Colors of #ea742f

#ea742f #2fea74 #742fea

Analogous Colors of #ea742f

#ea742f #ead22f #ea2f48

Monochromatic Colors of #ea742f

#ea742f

Complementary Color

#ea742f #2fa5ea

#ea742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea742f Color CSS Codes

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

#ea742f Text Font Color

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

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


#ea742f Background Color

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

This div background color is #ea742f


#ea742f Border Color

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

This div border color is #ea742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea742f


Comments

No comments written yet.

Please login to write comment.