Shades of Watusi #EEC8BB
Tints of Watusi #EEC8BB
RGB
CMYK
RGB Variations
Color information
#EEC8BB (or 0xEEC8BB) is known color: Watusi. HEX triplet: EE, C8 and BB. RGB value is (238,200,187). Sum of RGB (Red+Green+Blue) = 238+200+187=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BB is #113744. Grayscale: #D1D1D1. Windows color (decimal): -1128261 or 12306670. OLE color: 12306670.
HSL color Cylindrical-coordinate representation of color #EEC8BB: hue angle of 15.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC8BB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 187 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 15.29º | 0.6% | 0.83% | - |
| HSV(B) | 15.29º | 0.21% | 0.93% | - |
| XYZ | 64.88 | 63.07 | 55.77 | - |
| YUV | 209.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 187 | 0 | 0.16 | 0.21 | 0.07 | 15.29 | 0.6 | 0.83 |
| Hex | EE | C8 | BB | 0 | 10 | 15 | 7 | F | 3C | 53 |
| Octal | 356 | 310 | 273 | 0 | 20 | 25 | 7 | 17 | 74 | 123 |
| Binary | 11101110 | 11001000 | 10111011 | 0 | 10000 | 10101 | 111 | 1111 | 111100 | 1010011 |
Color Harmonies of #EEC8BB
Complementary color
Monochromatic Colors of #EEC8BB
Black with #EEC8BB
Text Example
Text Example
White with #EEC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8BB; }
p { color: rgb(238,200,187); }
H1.HeaderClassName
{
color: #EEC8BB;
}
.AnyTagClassName
{
color: #EEC8BB;
}
</style>
background-color css
<style>
a { background-color: #EEC8BB; }
a { background-color: rgb(238,200,187); }
div.DivClassName
{
background-color: #EEC8BB;
}
.BgClassName
{
background-color: #EEC8BB;
}
</style>
border-color css
<style>
span { border-color: #EEC8BB; }
span { border-color: rgb(238,200,187); }
td.TdClassName
{
border-color: #EEC8BB;
}
.TagClassName
{
border-color: #EEC8BB;
}
</style>