Shades of Watusi #EEC7BB
Tints of Watusi #EEC7BB
RGB
CMYK
RGB Variations
Color information
#EEC7BB (or 0xEEC7BB) is known color: Watusi. HEX triplet: EE, C7 and BB. RGB value is (238,199,187). Sum of RGB (Red+Green+Blue) = 238+199+187=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7BB is #113844. Grayscale: #D1D1D1. Windows color (decimal): -1128517 or 12306414. OLE color: 12306414.
HSL color Cylindrical-coordinate representation of color #EEC7BB: hue angle of 14.12º 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 #EEC7BB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 187 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.07 |
| HSL | 14.12º | 0.6% | 0.83% | - |
| HSV(B) | 14.12º | 0.21% | 0.93% | - |
| XYZ | 64.65 | 62.61 | 55.69 | - |
| YUV | 209.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 187 | 0 | 0.16 | 0.21 | 0.07 | 14.12 | 0.6 | 0.83 |
| Hex | EE | C7 | BB | 0 | 10 | 15 | 7 | E | 3C | 53 |
| Octal | 356 | 307 | 273 | 0 | 20 | 25 | 7 | 16 | 74 | 123 |
| Binary | 11101110 | 11000111 | 10111011 | 0 | 10000 | 10101 | 111 | 1110 | 111100 | 1010011 |
Color Harmonies of #EEC7BB
Complementary color
Monochromatic Colors of #EEC7BB
Black with #EEC7BB
Text Example
Text Example
White with #EEC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7BB; }
p { color: rgb(238,199,187); }
H1.HeaderClassName
{
color: #EEC7BB;
}
.AnyTagClassName
{
color: #EEC7BB;
}
</style>
background-color css
<style>
a { background-color: #EEC7BB; }
a { background-color: rgb(238,199,187); }
div.DivClassName
{
background-color: #EEC7BB;
}
.BgClassName
{
background-color: #EEC7BB;
}
</style>
border-color css
<style>
span { border-color: #EEC7BB; }
span { border-color: rgb(238,199,187); }
td.TdClassName
{
border-color: #EEC7BB;
}
.TagClassName
{
border-color: #EEC7BB;
}
</style>