Color Hex Logo

#ee895a Color Hex

#EE895A
(238,137,90)
0 Favorites   0 Comments

Color spaces of #ee895a

RGB 23813790
HSL0.050.810.64
HSV19°62°93°
CMYK 0.000.420.62   0.07
XYZ46.051036.806614.3501
Yxy36.80660.47370.3786
Hunter Lab60.668429.322528.4439
CIE-Lab67.131734.382241.5507

#ee895a color RGB value is (238,137,90).

#ee895a hex color red value is 238, green value is 137 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ee895a hue: 0.05 , saturation: 0.81 and the lightness value of ee895a is 0.64.

The process color (four color CMYK) of #ee895a color hex is 0.00, 0.42, 0.62, 0.07. Web safe color of #ee895a is #ff9966. Color #ee895a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 01011010
Octal 356 211 132
Decimal 238 137 90
Hex EE 89 5A

RGB Percentages of Color #ee895a

%51.18
%29.46
%19.35

CMYK Percentages of Color #ee895a

%0
%42
%62
%7

Triadic Colors of #ee895a

#ee895a #5aee89 #895aee

Analogous Colors of #ee895a

#ee895a #eed35a #ee5a75

Monochromatic Colors of #ee895a

#ee895a

Complementary Color

#ee895a #5abfee

#ee895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee895a Color CSS Codes

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

#ee895a Text Font Color

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

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


#ee895a Background Color

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

This div background color is #ee895a


#ee895a Border Color

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

This div border color is #ee895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee895a


Comments

No comments written yet.

Please login to write comment.