Shades of Watusi #EECABE
Tints of Watusi #EECABE
RGB
CMYK
RGB Variations
Color information
#EECABE (or 0xEECABE) is known color: Watusi. HEX triplet: EE, CA and BE. RGB value is (238,202,190). Sum of RGB (Red+Green+Blue) = 238+202+190=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABE is #113541. Grayscale: #D3D3D3. Windows color (decimal): -1127746 or 12503790. OLE color: 12503790.
HSL color Cylindrical-coordinate representation of color #EECABE: hue angle of 15º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECABE is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 190 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.07 |
| HSL | 15º | 0.59% | 0.84% | - |
| HSV(B) | 15º | 0.2% | 0.93% | - |
| XYZ | 65.67 | 64.14 | 57.63 | - |
| YUV | 211.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 190 | 0 | 0.15 | 0.20 | 0.07 | 15 | 0.59 | 0.84 |
| Hex | EE | CA | BE | 0 | F | 14 | 7 | F | 3B | 54 |
| Octal | 356 | 312 | 276 | 0 | 17 | 24 | 7 | 17 | 73 | 124 |
| Binary | 11101110 | 11001010 | 10111110 | 0 | 1111 | 10100 | 111 | 1111 | 111011 | 1010100 |
Color Harmonies of #EECABE
Complementary color
Monochromatic Colors of #EECABE
Black with #EECABE
Text Example
Text Example
White with #EECABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECABE; }
p { color: rgb(238,202,190); }
H1.HeaderClassName
{
color: #EECABE;
}
.AnyTagClassName
{
color: #EECABE;
}
</style>
background-color css
<style>
a { background-color: #EECABE; }
a { background-color: rgb(238,202,190); }
div.DivClassName
{
background-color: #EECABE;
}
.BgClassName
{
background-color: #EECABE;
}
</style>
border-color css
<style>
span { border-color: #EECABE; }
span { border-color: rgb(238,202,190); }
td.TdClassName
{
border-color: #EECABE;
}
.TagClassName
{
border-color: #EECABE;
}
</style>