Shades of Watusi #EEC9B6
Tints of Watusi #EEC9B6
RGB
CMYK
RGB Variations
Color information
#EEC9B6 (or 0xEEC9B6) is known color: Watusi. HEX triplet: EE, C9 and B6. RGB value is (238,201,182). Sum of RGB (Red+Green+Blue) = 238+201+182=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9B6 is #113649. Grayscale: #D2D2D2. Windows color (decimal): -1128010 or 11979246. OLE color: 11979246.
HSL color Cylindrical-coordinate representation of color #EEC9B6: hue angle of 20.36º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEC9B6 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 182 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.07 |
| HSL | 20.36º | 0.62% | 0.82% | - |
| HSV(B) | 20.36º | 0.24% | 0.93% | - |
| XYZ | 64.59 | 63.33 | 53.08 | - |
| YUV | 209.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 182 | 0 | 0.16 | 0.24 | 0.07 | 20.36 | 0.62 | 0.82 |
| Hex | EE | C9 | B6 | 0 | 10 | 18 | 7 | 14 | 3E | 52 |
| Octal | 356 | 311 | 266 | 0 | 20 | 30 | 7 | 24 | 76 | 122 |
| Binary | 11101110 | 11001001 | 10110110 | 0 | 10000 | 11000 | 111 | 10100 | 111110 | 1010010 |
Color Harmonies of #EEC9B6
Complementary color
Monochromatic Colors of #EEC9B6
Black with #EEC9B6
Text Example
Text Example
White with #EEC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9B6; }
p { color: rgb(238,201,182); }
H1.HeaderClassName
{
color: #EEC9B6;
}
.AnyTagClassName
{
color: #EEC9B6;
}
</style>
background-color css
<style>
a { background-color: #EEC9B6; }
a { background-color: rgb(238,201,182); }
div.DivClassName
{
background-color: #EEC9B6;
}
.BgClassName
{
background-color: #EEC9B6;
}
</style>
border-color css
<style>
span { border-color: #EEC9B6; }
span { border-color: rgb(238,201,182); }
td.TdClassName
{
border-color: #EEC9B6;
}
.TagClassName
{
border-color: #EEC9B6;
}
</style>