Shades of Watusi #EACEBD
Tints of Watusi #EACEBD
RGB
CMYK
RGB Variations
Color information
#EACEBD (or 0xEACEBD) is known color: Watusi. HEX triplet: EA, CE and BD. RGB value is (234,206,189). Sum of RGB (Red+Green+Blue) = 234+206+189=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEBD is #153142. Grayscale: #D4D4D4. Windows color (decimal): -1388867 or 12439274. OLE color: 12439274.
HSL color Cylindrical-coordinate representation of color #EACEBD: hue angle of 22.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACEBD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 189 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.08 |
| HSL | 22.67º | 0.52% | 0.83% | - |
| HSV(B) | 22.67º | 0.19% | 0.92% | - |
| XYZ | 65.19 | 65.31 | 57.31 | - |
| YUV | 212.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 189 | 0 | 0.12 | 0.19 | 0.08 | 22.67 | 0.52 | 0.83 |
| Hex | EA | CE | BD | 0 | C | 13 | 8 | 17 | 34 | 53 |
| Octal | 352 | 316 | 275 | 0 | 14 | 23 | 10 | 27 | 64 | 123 |
| Binary | 11101010 | 11001110 | 10111101 | 0 | 1100 | 10011 | 1000 | 10111 | 110100 | 1010011 |
Color Harmonies of #EACEBD
Complementary color
Monochromatic Colors of #EACEBD
Black with #EACEBD
Text Example
Text Example
White with #EACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEBD; }
p { color: rgb(234,206,189); }
H1.HeaderClassName
{
color: #EACEBD;
}
.AnyTagClassName
{
color: #EACEBD;
}
</style>
background-color css
<style>
a { background-color: #EACEBD; }
a { background-color: rgb(234,206,189); }
div.DivClassName
{
background-color: #EACEBD;
}
.BgClassName
{
background-color: #EACEBD;
}
</style>
border-color css
<style>
span { border-color: #EACEBD; }
span { border-color: rgb(234,206,189); }
td.TdClassName
{
border-color: #EACEBD;
}
.TagClassName
{
border-color: #EACEBD;
}
</style>