Shades of Watusi #EBCEBE
Tints of Watusi #EBCEBE
RGB
CMYK
RGB Variations
Color information
#EBCEBE (or 0xEBCEBE) is known color: Watusi. HEX triplet: EB, CE and BE. RGB value is (235,206,190). Sum of RGB (Red+Green+Blue) = 235+206+190=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEBE is #143141. Grayscale: #D4D4D4. Windows color (decimal): -1323330 or 12504811. OLE color: 12504811.
HSL color Cylindrical-coordinate representation of color #EBCEBE: hue angle of 21.33º degrees, saturation: 0.53, 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 #EBCEBE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 190 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.08 |
| HSL | 21.33º | 0.53% | 0.83% | - |
| HSV(B) | 21.33º | 0.19% | 0.92% | - |
| XYZ | 65.63 | 65.52 | 57.9 | - |
| YUV | 212.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 190 | 0 | 0.12 | 0.19 | 0.08 | 21.33 | 0.53 | 0.83 |
| Hex | EB | CE | BE | 0 | C | 13 | 8 | 15 | 35 | 53 |
| Octal | 353 | 316 | 276 | 0 | 14 | 23 | 10 | 25 | 65 | 123 |
| Binary | 11101011 | 11001110 | 10111110 | 0 | 1100 | 10011 | 1000 | 10101 | 110101 | 1010011 |
Color Harmonies of #EBCEBE
Complementary color
Monochromatic Colors of #EBCEBE
Black with #EBCEBE
Text Example
Text Example
White with #EBCEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCEBE; }
p { color: rgb(235,206,190); }
H1.HeaderClassName
{
color: #EBCEBE;
}
.AnyTagClassName
{
color: #EBCEBE;
}
</style>
background-color css
<style>
a { background-color: #EBCEBE; }
a { background-color: rgb(235,206,190); }
div.DivClassName
{
background-color: #EBCEBE;
}
.BgClassName
{
background-color: #EBCEBE;
}
</style>
border-color css
<style>
span { border-color: #EBCEBE; }
span { border-color: rgb(235,206,190); }
td.TdClassName
{
border-color: #EBCEBE;
}
.TagClassName
{
border-color: #EBCEBE;
}
</style>