#EEC9BA

Color #EEC9BA Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #EEC9BA

Tints of Watusi #EEC9BA

Color information

#EEC9BA (or 0xEEC9BA) is unknown color: approx Watusi. HEX triplet: EE, C9 and BA. RGB value is (238,201,186). Sum of RGB (Red+Green+Blue) = 238+201+186=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9BA is #113645. Grayscale: #D2D2D2. Windows color (decimal): -1128006 or 12241390. OLE color: 12241390.

HSL color Cylindrical-coordinate representation of color #EEC9BA: hue angle of 17.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC9BA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238201186-
CMYK00.160.220.07
HSL17.31º60.47%83.14%-
HSV(B)17.31º21.85%93.33%-
XYZ65.0163.555.28-
YUV210.35114.26147.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=38.08%
G=32.16%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820118600.160.220.0717.3160.4783.14
HexEEC9BA010167113c53
Octal3563112720202672174123
Binary11101110110010011011101001000010110111100011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC9BA; }

 p { color: rgb(238,201,186); }

 H1.HeaderClassName
 {
   color: #EEC9BA;
 }
 .AnyTagClassName
 {
   color: #EEC9BA;
 }
</style>
background-color css

<style>
 a { background-color: #EEC9BA; }

 a { background-color: rgb(238,201,186); }

 div.DivClassName
 {
   background-color: #EEC9BA;
 }
 .BgClassName
 {
   background-color: #EEC9BA;
 }
</style>
border-color css

<style>
 span { border-color: #EEC9BA; }

 span { border-color: rgb(238,201,186); }

 td.TdClassName
 {
   border-color: #EEC9BA;
 }
 .TagClassName
 {
   border-color: #EEC9BA;
 }
</style>