Color Hex Logo

#ea593f Color Hex

#EA593F
(234,89,63)
0 Favorites   0 Comments

Color spaces of #ea593f

RGB 2348963
HSL0.030.800.58
HSV73°92°
CMYK 0.000.620.73   0.08
XYZ38.401324.99617.5034
Yxy24.99610.54160.3526
Hunter Lab49.996149.610226.0990
CIE-Lab57.071654.670643.9889

#ea593f color RGB value is (234,89,63).

#ea593f hex color red value is 234, green value is 89 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ea593f hue: 0.03 , saturation: 0.80 and the lightness value of ea593f is 0.58.

The process color (four color CMYK) of #ea593f color hex is 0.00, 0.62, 0.73, 0.08. Web safe color of #ea593f is #ff6633. Color #ea593f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 00111111
Octal 352 131 77
Decimal 234 89 63
Hex EA 59 3F

RGB Percentages of Color #ea593f

%60.62
%23.06
%16.32

CMYK Percentages of Color #ea593f

%0
%62
%73
%8

Triadic Colors of #ea593f

#ea593f #3fea59 #593fea

Analogous Colors of #ea593f

#ea593f #eaaf3f #ea3f7b

Monochromatic Colors of #ea593f

#ea593f

Complementary Color

#ea593f #3fd0ea

#ea593f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea593f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea593f Color CSS Codes

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

#ea593f Text Font Color

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

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


#ea593f Background Color

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

This div background color is #ea593f


#ea593f Border Color

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

This div border color is #ea593f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea593f


Comments

No comments written yet.

Please login to write comment.