Color Hex Logo

#ea430f Color Hex

#EA430F
(234,67,15)
0 Favorites   0 Comments

Color spaces of #ea430f

RGB 2346715
HSL0.040.880.49
HSV14°94°92°
CMYK 0.000.710.94   0.08
XYZ36.025121.54122.7111
Yxy21.54120.59770.3574
Hunter Lab46.412557.328729.0254
CIE-Lab53.536862.120061.4894

#ea430f color RGB value is (234,67,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 00001111
Octal 352 103 17
Decimal 234 67 15
Hex EA 43 F

RGB Percentages of Color #ea430f

%74.05
%21.20
%4.75

CMYK Percentages of Color #ea430f

%0
%71
%94
%8

Triadic Colors of #ea430f

#ea430f #0fea43 #430fea

Analogous Colors of #ea430f

#ea430f #eab10f #ea0f48

Monochromatic Colors of #ea430f

#ea430f

Complementary Color

#ea430f #0fb6ea

#ea430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea430f Color CSS Codes

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

#ea430f Text Font Color

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

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


#ea430f Background Color

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

This div background color is #ea430f


#ea430f Border Color

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

This div border color is #ea430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea430f


Comments

No comments written yet.

Please login to write comment.