Shades of Watusi #EECAB7
Tints of Watusi #EECAB7
RGB
CMYK
RGB Variations
Color information
#EECAB7 (or 0xEECAB7) is known color: Watusi. HEX triplet: EE, CA and B7. RGB value is (238,202,183). Sum of RGB (Red+Green+Blue) = 238+202+183=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB7 is #113548. Grayscale: #D2D2D2. Windows color (decimal): -1127753 or 12045038. OLE color: 12045038.
HSL color Cylindrical-coordinate representation of color #EECAB7: hue angle of 20.73º degrees, saturation: 0.62, 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 #EECAB7 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 183 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.07 |
| HSL | 20.73º | 0.62% | 0.83% | - |
| HSV(B) | 20.73º | 0.23% | 0.93% | - |
| XYZ | 64.93 | 63.84 | 53.7 | - |
| YUV | 210.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 183 | 0 | 0.15 | 0.23 | 0.07 | 20.73 | 0.62 | 0.83 |
| Hex | EE | CA | B7 | 0 | F | 17 | 7 | 15 | 3E | 53 |
| Octal | 356 | 312 | 267 | 0 | 17 | 27 | 7 | 25 | 76 | 123 |
| Binary | 11101110 | 11001010 | 10110111 | 0 | 1111 | 10111 | 111 | 10101 | 111110 | 1010011 |
Color Harmonies of #EECAB7
Complementary color
Monochromatic Colors of #EECAB7
Black with #EECAB7
Text Example
Text Example
White with #EECAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAB7; }
p { color: rgb(238,202,183); }
H1.HeaderClassName
{
color: #EECAB7;
}
.AnyTagClassName
{
color: #EECAB7;
}
</style>
background-color css
<style>
a { background-color: #EECAB7; }
a { background-color: rgb(238,202,183); }
div.DivClassName
{
background-color: #EECAB7;
}
.BgClassName
{
background-color: #EECAB7;
}
</style>
border-color css
<style>
span { border-color: #EECAB7; }
span { border-color: rgb(238,202,183); }
td.TdClassName
{
border-color: #EECAB7;
}
.TagClassName
{
border-color: #EECAB7;
}
</style>