Color Hex Logo

#ea915a Color Hex

#EA915A
(234,145,90)
0 Favorites   0 Comments

Color spaces of #ea915a

RGB 23414590
HSL0.060.770.64
HSV23°62°92°
CMYK 0.000.380.62   0.08
XYZ45.902538.481414.6812
Yxy38.48140.46340.3884
Hunter Lab62.033423.525329.3914
CIE-Lab68.373928.605142.9156

#ea915a color RGB value is (234,145,90).

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

The process color (four color CMYK) of #ea915a color hex is 0.00, 0.38, 0.62, 0.08. Web safe color of #ea915a is #ff9966. Color #ea915a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010001 01011010
Octal 352 221 132
Decimal 234 145 90
Hex EA 91 5A

RGB Percentages of Color #ea915a

%49.89
%30.92
%19.19

CMYK Percentages of Color #ea915a

%0
%38
%62
%8

Triadic Colors of #ea915a

#ea915a #5aea91 #915aea

Analogous Colors of #ea915a

#ea915a #ead95a #ea5a6b

Monochromatic Colors of #ea915a

#ea915a

Complementary Color

#ea915a #5ab3ea

#ea915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea915a Color CSS Codes

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

#ea915a Text Font Color

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

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


#ea915a Background Color

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

This div background color is #ea915a


#ea915a Border Color

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

This div border color is #ea915a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea915a


Comments

No comments written yet.

Please login to write comment.