Shades of Watusi #EACEBE
Tints of Watusi #EACEBE
RGB
CMYK
RGB Variations
Color information
#EACEBE (or 0xEACEBE) is known color: Watusi. HEX triplet: EA, CE and BE. RGB value is (234,206,190). Sum of RGB (Red+Green+Blue) = 234+206+190=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEBE is #153141. Grayscale: #D4D4D4. Windows color (decimal): -1388866 or 12504810. OLE color: 12504810.
HSL color Cylindrical-coordinate representation of color #EACEBE: hue angle of 21.82º degrees, saturation: 0.51, 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 #EACEBE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 190 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.08 |
| HSL | 21.82º | 0.51% | 0.83% | - |
| HSV(B) | 21.82º | 0.19% | 0.92% | - |
| XYZ | 65.3 | 65.35 | 57.89 | - |
| YUV | 212.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 190 | 0 | 0.12 | 0.19 | 0.08 | 21.82 | 0.51 | 0.83 |
| Hex | EA | CE | BE | 0 | C | 13 | 8 | 16 | 33 | 53 |
| Octal | 352 | 316 | 276 | 0 | 14 | 23 | 10 | 26 | 63 | 123 |
| Binary | 11101010 | 11001110 | 10111110 | 0 | 1100 | 10011 | 1000 | 10110 | 110011 | 1010011 |
Color Harmonies of #EACEBE
Complementary color
Monochromatic Colors of #EACEBE
Black with #EACEBE
Text Example
Text Example
White with #EACEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEBE; }
p { color: rgb(234,206,190); }
H1.HeaderClassName
{
color: #EACEBE;
}
.AnyTagClassName
{
color: #EACEBE;
}
</style>
background-color css
<style>
a { background-color: #EACEBE; }
a { background-color: rgb(234,206,190); }
div.DivClassName
{
background-color: #EACEBE;
}
.BgClassName
{
background-color: #EACEBE;
}
</style>
border-color css
<style>
span { border-color: #EACEBE; }
span { border-color: rgb(234,206,190); }
td.TdClassName
{
border-color: #EACEBE;
}
.TagClassName
{
border-color: #EACEBE;
}
</style>