Shades of Watusi #EECABB
Tints of Watusi #EECABB
RGB
CMYK
RGB Variations
Color information
#EECABB (or 0xEECABB) is known color: Watusi. HEX triplet: EE, CA and BB. RGB value is (238,202,187). Sum of RGB (Red+Green+Blue) = 238+202+187=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABB is #113544. Grayscale: #D3D3D3. Windows color (decimal): -1127749 or 12307182. OLE color: 12307182.
HSL color Cylindrical-coordinate representation of color #EECABB: hue angle of 17.65º 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 #EECABB is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 187 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.07 |
| HSL | 17.65º | 0.6% | 0.83% | - |
| HSV(B) | 17.65º | 0.21% | 0.93% | - |
| XYZ | 65.35 | 64.01 | 55.92 | - |
| YUV | 211.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 187 | 0 | 0.15 | 0.21 | 0.07 | 17.65 | 0.6 | 0.83 |
| Hex | EE | CA | BB | 0 | F | 15 | 7 | 12 | 3C | 53 |
| Octal | 356 | 312 | 273 | 0 | 17 | 25 | 7 | 22 | 74 | 123 |
| Binary | 11101110 | 11001010 | 10111011 | 0 | 1111 | 10101 | 111 | 10010 | 111100 | 1010011 |
Color Harmonies of #EECABB
Complementary color
Monochromatic Colors of #EECABB
Black with #EECABB
Text Example
Text Example
White with #EECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECABB; }
p { color: rgb(238,202,187); }
H1.HeaderClassName
{
color: #EECABB;
}
.AnyTagClassName
{
color: #EECABB;
}
</style>
background-color css
<style>
a { background-color: #EECABB; }
a { background-color: rgb(238,202,187); }
div.DivClassName
{
background-color: #EECABB;
}
.BgClassName
{
background-color: #EECABB;
}
</style>
border-color css
<style>
span { border-color: #EECABB; }
span { border-color: rgb(238,202,187); }
td.TdClassName
{
border-color: #EECABB;
}
.TagClassName
{
border-color: #EECABB;
}
</style>