Shades of Watusi #EECABC
Tints of Watusi #EECABC
RGB
CMYK
RGB Variations
Color information
#EECABC (or 0xEECABC) is known color: Watusi. HEX triplet: EE, CA and BC. RGB value is (238,202,188). Sum of RGB (Red+Green+Blue) = 238+202+188=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABC is #113543. Grayscale: #D3D3D3. Windows color (decimal): -1127748 or 12372718. OLE color: 12372718.
HSL color Cylindrical-coordinate representation of color #EECABC: hue angle of 16.8º 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 #EECABC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 188 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 16.8º | 0.6% | 0.84% | - |
| HSV(B) | 16.8º | 0.21% | 0.93% | - |
| XYZ | 65.46 | 64.05 | 56.49 | - |
| YUV | 211.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 188 | 0 | 0.15 | 0.21 | 0.07 | 16.8 | 0.6 | 0.84 |
| Hex | EE | CA | BC | 0 | F | 15 | 7 | 11 | 3C | 54 |
| Octal | 356 | 312 | 274 | 0 | 17 | 25 | 7 | 21 | 74 | 124 |
| Binary | 11101110 | 11001010 | 10111100 | 0 | 1111 | 10101 | 111 | 10001 | 111100 | 1010100 |
Color Harmonies of #EECABC
Complementary color
Monochromatic Colors of #EECABC
Black with #EECABC
Text Example
Text Example
White with #EECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECABC; }
p { color: rgb(238,202,188); }
H1.HeaderClassName
{
color: #EECABC;
}
.AnyTagClassName
{
color: #EECABC;
}
</style>
background-color css
<style>
a { background-color: #EECABC; }
a { background-color: rgb(238,202,188); }
div.DivClassName
{
background-color: #EECABC;
}
.BgClassName
{
background-color: #EECABC;
}
</style>
border-color css
<style>
span { border-color: #EECABC; }
span { border-color: rgb(238,202,188); }
td.TdClassName
{
border-color: #EECABC;
}
.TagClassName
{
border-color: #EECABC;
}
</style>