Color Hex Logo

#ee966a Color Hex

#EE966A
(238,150,106)
0 Favorites   0 Comments

Color spaces of #ee966a

RGB 238150106
HSL0.060.800.67
HSV20°55°93°
CMYK 0.000.370.55   0.07
XYZ48.767841.030418.9850
Yxy41.03040.44830.3772
Hunter Lab64.055023.803527.2658
CIE-Lab70.197228.744336.8832

#ee966a color RGB value is (238,150,106).

#ee966a hex color red value is 238, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ee966a hue: 0.06 , saturation: 0.80 and the lightness value of ee966a is 0.67.

The process color (four color CMYK) of #ee966a color hex is 0.00, 0.37, 0.55, 0.07. Web safe color of #ee966a is #ff9966. Color #ee966a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010110 01101010
Octal 356 226 152
Decimal 238 150 106
Hex EE 96 6A

RGB Percentages of Color #ee966a

%48.18
%30.36
%21.46

CMYK Percentages of Color #ee966a

%0
%37
%55
%7

Triadic Colors of #ee966a

#ee966a #6aee96 #966aee

Analogous Colors of #ee966a

#ee966a #eed86a #ee6a80

Monochromatic Colors of #ee966a

#ee966a

Complementary Color

#ee966a #6ac2ee

#ee966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee966a Color CSS Codes

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

#ee966a Text Font Color

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

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


#ee966a Background Color

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

This div background color is #ee966a


#ee966a Border Color

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

This div border color is #ee966a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,150,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee966a


Comments

No comments written yet.

Please login to write comment.