Color Hex Logo

#ea725b Color Hex

#EA725B
(234,114,91)
0 Favorites   0 Comments

Color spaces of #ea725b

RGB 23411491
HSL0.030.770.64
HSV10°61°92°
CMYK 0.000.510.61   0.08
XYZ41.837330.282413.5375
Yxy30.28240.48840.3535
Hunter Lab55.029439.406923.9350
CIE-Lab61.897144.582234.4842

#ea725b color RGB value is (234,114,91).

#ea725b hex color red value is 234, green value is 114 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ea725b hue: 0.03 , saturation: 0.77 and the lightness value of ea725b is 0.64.

The process color (four color CMYK) of #ea725b color hex is 0.00, 0.51, 0.61, 0.08. Web safe color of #ea725b is #ff6666. Color #ea725b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 01011011
Octal 352 162 133
Decimal 234 114 91
Hex EA 72 5B

RGB Percentages of Color #ea725b

%53.30
%25.97
%20.73

CMYK Percentages of Color #ea725b

%0
%51
%61
%8

Triadic Colors of #ea725b

#ea725b #5bea72 #725bea

Analogous Colors of #ea725b

#ea725b #eaba5b #ea5b8c

Monochromatic Colors of #ea725b

#ea725b

Complementary Color

#ea725b #5bd3ea

#ea725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea725b Color CSS Codes

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

#ea725b Text Font Color

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

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


#ea725b Background Color

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

This div background color is #ea725b


#ea725b Border Color

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

This div border color is #ea725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea725b


Comments

No comments written yet.

Please login to write comment.