Shades of Watusi #EECAB6
Tints of Watusi #EECAB6
RGB
CMYK
RGB Variations
Color information
#EECAB6 (or 0xEECAB6) is known color: Watusi. HEX triplet: EE, CA and B6. RGB value is (238,202,182). Sum of RGB (Red+Green+Blue) = 238+202+182=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB6 is #113549. Grayscale: #D2D2D2. Windows color (decimal): -1127754 or 11979502. OLE color: 11979502.
HSL color Cylindrical-coordinate representation of color #EECAB6: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EECAB6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 182 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.07 |
| HSL | 21.43º | 0.62% | 0.82% | - |
| HSV(B) | 21.43º | 0.24% | 0.93% | - |
| XYZ | 64.82 | 63.8 | 53.15 | - |
| YUV | 210.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 182 | 0 | 0.15 | 0.24 | 0.07 | 21.43 | 0.62 | 0.82 |
| Hex | EE | CA | B6 | 0 | F | 18 | 7 | 15 | 3E | 52 |
| Octal | 356 | 312 | 266 | 0 | 17 | 30 | 7 | 25 | 76 | 122 |
| Binary | 11101110 | 11001010 | 10110110 | 0 | 1111 | 11000 | 111 | 10101 | 111110 | 1010010 |
Color Harmonies of #EECAB6
Complementary color
Monochromatic Colors of #EECAB6
Black with #EECAB6
Text Example
Text Example
White with #EECAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB6; }
p { color: rgb(238,202,182); }
H1.HeaderClassName
{
color: #EECAB6;
}
.AnyTagClassName
{
color: #EECAB6;
}
</style>
background-color css
<style>
a { background-color: #EECAB6; }
a { background-color: rgb(238,202,182); }
div.DivClassName
{
background-color: #EECAB6;
}
.BgClassName
{
background-color: #EECAB6;
}
</style>
border-color css
<style>
span { border-color: #EECAB6; }
span { border-color: rgb(238,202,182); }
td.TdClassName
{
border-color: #EECAB6;
}
.TagClassName
{
border-color: #EECAB6;
}
</style>