Shades of Watusi #EECBBC
Tints of Watusi #EECBBC
RGB
CMYK
RGB Variations
Color information
#EECBBC (or 0xEECBBC) is known color: Watusi. HEX triplet: EE, CB and BC. RGB value is (238,203,188). Sum of RGB (Red+Green+Blue) = 238+203+188=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBC is #113443. Grayscale: #D3D3D3. Windows color (decimal): -1127492 or 12372974. OLE color: 12372974.
HSL color Cylindrical-coordinate representation of color #EECBBC: hue angle of 18º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EECBBC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 188 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 18º | 0.6% | 0.84% | - |
| HSV(B) | 18º | 0.21% | 0.93% | - |
| XYZ | 65.69 | 64.52 | 56.57 | - |
| YUV | 211.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 188 | 0 | 0.15 | 0.21 | 0.07 | 18 | 0.6 | 0.84 |
| Hex | EE | CB | BC | 0 | F | 15 | 7 | 12 | 3C | 54 |
| Octal | 356 | 313 | 274 | 0 | 17 | 25 | 7 | 22 | 74 | 124 |
| Binary | 11101110 | 11001011 | 10111100 | 0 | 1111 | 10101 | 111 | 10010 | 111100 | 1010100 |
Color Harmonies of #EECBBC
Complementary color
Monochromatic Colors of #EECBBC
Black with #EECBBC
Text Example
Text Example
White with #EECBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBBC; }
p { color: rgb(238,203,188); }
H1.HeaderClassName
{
color: #EECBBC;
}
.AnyTagClassName
{
color: #EECBBC;
}
</style>
background-color css
<style>
a { background-color: #EECBBC; }
a { background-color: rgb(238,203,188); }
div.DivClassName
{
background-color: #EECBBC;
}
.BgClassName
{
background-color: #EECBBC;
}
</style>
border-color css
<style>
span { border-color: #EECBBC; }
span { border-color: rgb(238,203,188); }
td.TdClassName
{
border-color: #EECBBC;
}
.TagClassName
{
border-color: #EECBBC;
}
</style>