Color Hex Logo

#e9966c Color Hex

#E9966C
(233,150,108)
0 Favorites   0 Comments

Color spaces of #e9966c

RGB 233150108
HSL0.060.740.67
HSV20°54°91°
CMYK 0.000.360.54   0.09
XYZ47.217440.219019.4618
Yxy40.21900.44170.3762
Hunter Lab63.418521.917626.1981
CIE-Lab69.625226.922134.9694

#e9966c color RGB value is (233,150,108).

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

The process color (four color CMYK) of #e9966c color hex is 0.00, 0.36, 0.54, 0.09. Web safe color of #e9966c is #ff9966. Color #e9966c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010110 01101100
Octal 351 226 154
Decimal 233 150 108
Hex E9 96 6C

RGB Percentages of Color #e9966c

%47.45
%30.55
%22.00

CMYK Percentages of Color #e9966c

%0
%36
%54
%9

Triadic Colors of #e9966c

#e9966c #6ce996 #966ce9

Analogous Colors of #e9966c

#e9966c #e9d56c #e96c81

Monochromatic Colors of #e9966c

#e9966c

Complementary Color

#e9966c #6cbfe9

#e9966c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9966c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9966c Color CSS Codes

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

#e9966c Text Font Color

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

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


#e9966c Background Color

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

This div background color is #e9966c


#e9966c Border Color

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

This div border color is #e9966c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9966c


Comments

No comments written yet.

Please login to write comment.