Shades of Watusi #EECCC0
Tints of Watusi #EECCC0
RGB
CMYK
RGB Variations
Color information
#EECCC0 (or 0xEECCC0) is known color: Watusi. HEX triplet: EE, CC and C0. RGB value is (238,204,192). Sum of RGB (Red+Green+Blue) = 238+204+192=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCC0 is #11333F. Grayscale: #D4D4D4. Windows color (decimal): -1127232 or 12635374. OLE color: 12635374.
HSL color Cylindrical-coordinate representation of color #EECCC0: hue angle of 15.65º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECCC0 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 192 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 15.65º | 0.58% | 0.84% | - |
| HSV(B) | 15.65º | 0.19% | 0.93% | - |
| XYZ | 66.37 | 65.17 | 58.95 | - |
| YUV | 212.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 192 | 0 | 0.14 | 0.19 | 0.07 | 15.65 | 0.58 | 0.84 |
| Hex | EE | CC | C0 | 0 | E | 13 | 7 | 10 | 3A | 54 |
| Octal | 356 | 314 | 300 | 0 | 16 | 23 | 7 | 20 | 72 | 124 |
| Binary | 11101110 | 11001100 | 11000000 | 0 | 1110 | 10011 | 111 | 10000 | 111010 | 1010100 |
Color Harmonies of #EECCC0
Complementary color
Monochromatic Colors of #EECCC0
Black with #EECCC0
Text Example
Text Example
White with #EECCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCC0; }
p { color: rgb(238,204,192); }
H1.HeaderClassName
{
color: #EECCC0;
}
.AnyTagClassName
{
color: #EECCC0;
}
</style>
background-color css
<style>
a { background-color: #EECCC0; }
a { background-color: rgb(238,204,192); }
div.DivClassName
{
background-color: #EECCC0;
}
.BgClassName
{
background-color: #EECCC0;
}
</style>
border-color css
<style>
span { border-color: #EECCC0; }
span { border-color: rgb(238,204,192); }
td.TdClassName
{
border-color: #EECCC0;
}
.TagClassName
{
border-color: #EECCC0;
}
</style>