Shades of Watusi #EBCEBD
Tints of Watusi #EBCEBD
RGB
CMYK
RGB Variations
Color information
#EBCEBD (or 0xEBCEBD) is known color: Watusi. HEX triplet: EB, CE and BD. RGB value is (235,206,189). Sum of RGB (Red+Green+Blue) = 235+206+189=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEBD is #143142. Grayscale: #D4D4D4. Windows color (decimal): -1323331 or 12439275. OLE color: 12439275.
HSL color Cylindrical-coordinate representation of color #EBCEBD: hue angle of 22.17º degrees, saturation: 0.53, 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 #EBCEBD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 189 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.08 |
| HSL | 22.17º | 0.53% | 0.83% | - |
| HSV(B) | 22.17º | 0.2% | 0.92% | - |
| XYZ | 65.52 | 65.48 | 57.33 | - |
| YUV | 212.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 189 | 0 | 0.12 | 0.20 | 0.08 | 22.17 | 0.53 | 0.83 |
| Hex | EB | CE | BD | 0 | C | 14 | 8 | 16 | 35 | 53 |
| Octal | 353 | 316 | 275 | 0 | 14 | 24 | 10 | 26 | 65 | 123 |
| Binary | 11101011 | 11001110 | 10111101 | 0 | 1100 | 10100 | 1000 | 10110 | 110101 | 1010011 |
Color Harmonies of #EBCEBD
Complementary color
Monochromatic Colors of #EBCEBD
Black with #EBCEBD
Text Example
Text Example
White with #EBCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCEBD; }
p { color: rgb(235,206,189); }
H1.HeaderClassName
{
color: #EBCEBD;
}
.AnyTagClassName
{
color: #EBCEBD;
}
</style>
background-color css
<style>
a { background-color: #EBCEBD; }
a { background-color: rgb(235,206,189); }
div.DivClassName
{
background-color: #EBCEBD;
}
.BgClassName
{
background-color: #EBCEBD;
}
</style>
border-color css
<style>
span { border-color: #EBCEBD; }
span { border-color: rgb(235,206,189); }
td.TdClassName
{
border-color: #EBCEBD;
}
.TagClassName
{
border-color: #EBCEBD;
}
</style>