Shades of Watusi #EACAB9
Tints of Watusi #EACAB9
RGB
CMYK
RGB Variations
Color information
#EACAB9 (or 0xEACAB9) is known color: Watusi. HEX triplet: EA, CA and B9. RGB value is (234,202,185). Sum of RGB (Red+Green+Blue) = 234+202+185=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAB9 is #153546. Grayscale: #D1D1D1. Windows color (decimal): -1389895 or 12176106. OLE color: 12176106.
HSL color Cylindrical-coordinate representation of color #EACAB9: hue angle of 20.82º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EACAB9 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 185 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.08 |
| HSL | 20.82º | 0.54% | 0.82% | - |
| HSV(B) | 20.82º | 0.21% | 0.92% | - |
| XYZ | 63.81 | 63.24 | 54.74 | - |
| YUV | 209.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 185 | 0 | 0.14 | 0.21 | 0.08 | 20.82 | 0.54 | 0.82 |
| Hex | EA | CA | B9 | 0 | E | 15 | 8 | 15 | 36 | 52 |
| Octal | 352 | 312 | 271 | 0 | 16 | 25 | 10 | 25 | 66 | 122 |
| Binary | 11101010 | 11001010 | 10111001 | 0 | 1110 | 10101 | 1000 | 10101 | 110110 | 1010010 |
Color Harmonies of #EACAB9
Complementary color
Monochromatic Colors of #EACAB9
Black with #EACAB9
Text Example
Text Example
White with #EACAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAB9; }
p { color: rgb(234,202,185); }
H1.HeaderClassName
{
color: #EACAB9;
}
.AnyTagClassName
{
color: #EACAB9;
}
</style>
background-color css
<style>
a { background-color: #EACAB9; }
a { background-color: rgb(234,202,185); }
div.DivClassName
{
background-color: #EACAB9;
}
.BgClassName
{
background-color: #EACAB9;
}
</style>
border-color css
<style>
span { border-color: #EACAB9; }
span { border-color: rgb(234,202,185); }
td.TdClassName
{
border-color: #EACAB9;
}
.TagClassName
{
border-color: #EACAB9;
}
</style>