Shades of Watusi #EECAB8
Tints of Watusi #EECAB8
RGB
CMYK
RGB Variations
Color information
#EECAB8 (or 0xEECAB8) is known color: Watusi. HEX triplet: EE, CA and B8. RGB value is (238,202,184). Sum of RGB (Red+Green+Blue) = 238+202+184=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB8 is #113547. Grayscale: #D2D2D2. Windows color (decimal): -1127752 or 12110574. OLE color: 12110574.
HSL color Cylindrical-coordinate representation of color #EECAB8: hue angle of 20º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EECAB8 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 184 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.07 |
| HSL | 20º | 0.61% | 0.83% | - |
| HSV(B) | 20º | 0.23% | 0.93% | - |
| XYZ | 65.03 | 63.88 | 54.25 | - |
| YUV | 210.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 184 | 0 | 0.15 | 0.23 | 0.07 | 20 | 0.61 | 0.83 |
| Hex | EE | CA | B8 | 0 | F | 17 | 7 | 14 | 3D | 53 |
| Octal | 356 | 312 | 270 | 0 | 17 | 27 | 7 | 24 | 75 | 123 |
| Binary | 11101110 | 11001010 | 10111000 | 0 | 1111 | 10111 | 111 | 10100 | 111101 | 1010011 |
Color Harmonies of #EECAB8
Complementary color
Monochromatic Colors of #EECAB8
Black with #EECAB8
Text Example
Text Example
White with #EECAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB8; }
p { color: rgb(238,202,184); }
H1.HeaderClassName
{
color: #EECAB8;
}
.AnyTagClassName
{
color: #EECAB8;
}
</style>
background-color css
<style>
a { background-color: #EECAB8; }
a { background-color: rgb(238,202,184); }
div.DivClassName
{
background-color: #EECAB8;
}
.BgClassName
{
background-color: #EECAB8;
}
</style>
border-color css
<style>
span { border-color: #EECAB8; }
span { border-color: rgb(238,202,184); }
td.TdClassName
{
border-color: #EECAB8;
}
.TagClassName
{
border-color: #EECAB8;
}
</style>