Shades of Watusi #EACEBC
Tints of Watusi #EACEBC
RGB
CMYK
RGB Variations
Color information
#EACEBC (or 0xEACEBC) is known color: Watusi. HEX triplet: EA, CE and BC. RGB value is (234,206,188). Sum of RGB (Red+Green+Blue) = 234+206+188=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEBC is #153143. Grayscale: #D4D4D4. Windows color (decimal): -1388868 or 12373738. OLE color: 12373738.
HSL color Cylindrical-coordinate representation of color #EACEBC: hue angle of 23.48º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACEBC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 188 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.08 |
| HSL | 23.48º | 0.52% | 0.83% | - |
| HSV(B) | 23.48º | 0.2% | 0.92% | - |
| XYZ | 65.08 | 65.27 | 56.74 | - |
| YUV | 212.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 188 | 0 | 0.12 | 0.20 | 0.08 | 23.48 | 0.52 | 0.83 |
| Hex | EA | CE | BC | 0 | C | 14 | 8 | 17 | 34 | 53 |
| Octal | 352 | 316 | 274 | 0 | 14 | 24 | 10 | 27 | 64 | 123 |
| Binary | 11101010 | 11001110 | 10111100 | 0 | 1100 | 10100 | 1000 | 10111 | 110100 | 1010011 |
Color Harmonies of #EACEBC
Complementary color
Monochromatic Colors of #EACEBC
Black with #EACEBC
Text Example
Text Example
White with #EACEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEBC; }
p { color: rgb(234,206,188); }
H1.HeaderClassName
{
color: #EACEBC;
}
.AnyTagClassName
{
color: #EACEBC;
}
</style>
background-color css
<style>
a { background-color: #EACEBC; }
a { background-color: rgb(234,206,188); }
div.DivClassName
{
background-color: #EACEBC;
}
.BgClassName
{
background-color: #EACEBC;
}
</style>
border-color css
<style>
span { border-color: #EACEBC; }
span { border-color: rgb(234,206,188); }
td.TdClassName
{
border-color: #EACEBC;
}
.TagClassName
{
border-color: #EACEBC;
}
</style>