Shades of Watusi #EECABA
Tints of Watusi #EECABA
RGB
CMYK
RGB Variations
Color information
#EECABA (or 0xEECABA) is known color: Watusi. HEX triplet: EE, CA and BA. RGB value is (238,202,186). Sum of RGB (Red+Green+Blue) = 238+202+186=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EECABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECABA is #113545. Grayscale: #D3D3D3. Windows color (decimal): -1127750 or 12241646. OLE color: 12241646.
HSL color Cylindrical-coordinate representation of color #EECABA: hue angle of 18.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EECABA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 186 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.07 |
| HSL | 18.46º | 0.6% | 0.83% | - |
| HSV(B) | 18.46º | 0.22% | 0.93% | - |
| XYZ | 65.24 | 63.96 | 55.36 | - |
| YUV | 210.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 186 | 0 | 0.15 | 0.22 | 0.07 | 18.46 | 0.6 | 0.83 |
| Hex | EE | CA | BA | 0 | F | 16 | 7 | 12 | 3C | 53 |
| Octal | 356 | 312 | 272 | 0 | 17 | 26 | 7 | 22 | 74 | 123 |
| Binary | 11101110 | 11001010 | 10111010 | 0 | 1111 | 10110 | 111 | 10010 | 111100 | 1010011 |
Color Harmonies of #EECABA
Complementary color
Monochromatic Colors of #EECABA
Black with #EECABA
Text Example
Text Example
White with #EECABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECABA; }
p { color: rgb(238,202,186); }
H1.HeaderClassName
{
color: #EECABA;
}
.AnyTagClassName
{
color: #EECABA;
}
</style>
background-color css
<style>
a { background-color: #EECABA; }
a { background-color: rgb(238,202,186); }
div.DivClassName
{
background-color: #EECABA;
}
.BgClassName
{
background-color: #EECABA;
}
</style>
border-color css
<style>
span { border-color: #EECABA; }
span { border-color: rgb(238,202,186); }
td.TdClassName
{
border-color: #EECABA;
}
.TagClassName
{
border-color: #EECABA;
}
</style>