Color Hex Logo

#ea420f Color Hex

#EA420F
(234,66,15)
0 Favorites   0 Comments

Color spaces of #ea420f

RGB 2346615
HSL0.040.880.49
HSV14°94°92°
CMYK 0.000.720.94   0.08
XYZ35.966121.42332.6914
Yxy21.42330.59860.3566
Hunter Lab46.285357.704528.9521
CIE-Lab53.409762.470261.4120

#ea420f color RGB value is (234,66,15).

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

The process color (four color CMYK) of #ea420f color hex is 0.00, 0.72, 0.94, 0.08. Web safe color of #ea420f is #ff3300. Color #ea420f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 00001111
Octal 352 102 17
Decimal 234 66 15
Hex EA 42 F

RGB Percentages of Color #ea420f

%74.29
%20.95
%4.76

CMYK Percentages of Color #ea420f

%0
%72
%94
%8

Triadic Colors of #ea420f

#ea420f #0fea42 #420fea

Analogous Colors of #ea420f

#ea420f #eab00f #ea0f4a

Monochromatic Colors of #ea420f

#ea420f

Complementary Color

#ea420f #0fb7ea

#ea420f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea420f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea420f Color CSS Codes

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

#ea420f Text Font Color

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

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


#ea420f Background Color

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

This div background color is #ea420f


#ea420f Border Color

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

This div border color is #ea420f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea420f


Comments

No comments written yet.

Please login to write comment.