Shades of Watusi #EECBBB
Tints of Watusi #EECBBB
RGB
CMYK
RGB Variations
Color information
#EECBBB (or 0xEECBBB) is known color: Watusi. HEX triplet: EE, CB and BB. RGB value is (238,203,187). Sum of RGB (Red+Green+Blue) = 238+203+187=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBBB is #113444. Grayscale: #D3D3D3. Windows color (decimal): -1127493 or 12307438. OLE color: 12307438.
HSL color Cylindrical-coordinate representation of color #EECBBB: hue angle of 18.82º 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 #EECBBB is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 187 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 18.82º | 0.6% | 0.83% | - |
| HSV(B) | 18.82º | 0.21% | 0.93% | - |
| XYZ | 65.59 | 64.48 | 56 | - |
| YUV | 211.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 187 | 0 | 0.15 | 0.21 | 0.07 | 18.82 | 0.6 | 0.83 |
| Hex | EE | CB | BB | 0 | F | 15 | 7 | 13 | 3C | 53 |
| Octal | 356 | 313 | 273 | 0 | 17 | 25 | 7 | 23 | 74 | 123 |
| Binary | 11101110 | 11001011 | 10111011 | 0 | 1111 | 10101 | 111 | 10011 | 111100 | 1010011 |
Color Harmonies of #EECBBB
Complementary color
Monochromatic Colors of #EECBBB
Black with #EECBBB
Text Example
Text Example
White with #EECBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBBB; }
p { color: rgb(238,203,187); }
H1.HeaderClassName
{
color: #EECBBB;
}
.AnyTagClassName
{
color: #EECBBB;
}
</style>
background-color css
<style>
a { background-color: #EECBBB; }
a { background-color: rgb(238,203,187); }
div.DivClassName
{
background-color: #EECBBB;
}
.BgClassName
{
background-color: #EECBBB;
}
</style>
border-color css
<style>
span { border-color: #EECBBB; }
span { border-color: rgb(238,203,187); }
td.TdClassName
{
border-color: #EECBBB;
}
.TagClassName
{
border-color: #EECBBB;
}
</style>