Color Hex Logo

#ea592b Color Hex

#EA592B
(234,89,43)
0 Favorites   0 Comments

Color spaces of #ea592b

RGB 2348943
HSL0.040.820.54
HSV14°82°92°
CMYK 0.000.620.82   0.08
XYZ37.940124.81165.0750
Yxy24.81160.55940.3658
Hunter Lab49.811248.789728.8271
CIE-Lab56.891453.961753.6987

#ea592b color RGB value is (234,89,43).

#ea592b hex color red value is 234, green value is 89 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ea592b hue: 0.04 , saturation: 0.82 and the lightness value of ea592b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011001 00101011
Octal 352 131 53
Decimal 234 89 43
Hex EA 59 2B

RGB Percentages of Color #ea592b

%63.93
%24.32
%11.75

CMYK Percentages of Color #ea592b

%0
%62
%82
%8

Triadic Colors of #ea592b

#ea592b #2bea59 #592bea

Analogous Colors of #ea592b

#ea592b #eab92b #ea2b5d

Monochromatic Colors of #ea592b

#ea592b

Complementary Color

#ea592b #2bbcea

#ea592b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea592b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea592b Color CSS Codes

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

#ea592b Text Font Color

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

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


#ea592b Background Color

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

This div background color is #ea592b


#ea592b Border Color

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

This div border color is #ea592b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea592b


Comments

No comments written yet.

Please login to write comment.