Color Hex Logo

#ea4f0f Color Hex

#EA4F0F
(234,79,15)
0 Favorites   0 Comments

Color spaces of #ea4f0f

RGB 2347915
HSL0.050.880.49
HSV18°94°92°
CMYK 0.000.660.94   0.08
XYZ36.813923.11892.9740
Yxy23.11890.58520.3675
Hunter Lab48.082152.524229.9902
CIE-Lab55.194657.596262.5178

#ea4f0f color RGB value is (234,79,15).

#ea4f0f hex color red value is 234, green value is 79 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ea4f0f hue: 0.05 , saturation: 0.88 and the lightness value of ea4f0f is 0.49.

The process color (four color CMYK) of #ea4f0f color hex is 0.00, 0.66, 0.94, 0.08. Web safe color of #ea4f0f is #ff6600. Color #ea4f0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001111 00001111
Octal 352 117 17
Decimal 234 79 15
Hex EA 4F F

RGB Percentages of Color #ea4f0f

%71.34
%24.09
%4.57

CMYK Percentages of Color #ea4f0f

%0
%66
%94
%8

Triadic Colors of #ea4f0f

#ea4f0f #0fea4f #4f0fea

Analogous Colors of #ea4f0f

#ea4f0f #eabd0f #ea0f3d

Monochromatic Colors of #ea4f0f

#ea4f0f

Complementary Color

#ea4f0f #0faaea

#ea4f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4f0f Color CSS Codes

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

#ea4f0f Text Font Color

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

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


#ea4f0f Background Color

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

This div background color is #ea4f0f


#ea4f0f Border Color

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

This div border color is #ea4f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4f0f


Comments

No comments written yet.

Please login to write comment.