Shades of Watusi #EBCBBC
Tints of Watusi #EBCBBC
RGB
CMYK
RGB Variations
Color information
#EBCBBC (or 0xEBCBBC) is known color: Watusi. HEX triplet: EB, CB and BC. RGB value is (235,203,188). Sum of RGB (Red+Green+Blue) = 235+203+188=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBBC is #143443. Grayscale: #D2D2D2. Windows color (decimal): -1324100 or 12372971. OLE color: 12372971.
HSL color Cylindrical-coordinate representation of color #EBCBBC: hue angle of 19.15º degrees, saturation: 0.54, 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 #EBCBBC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 188 | - |
| CMYK | 0 | 0.14 | 0.2 | 0.08 |
| HSL | 19.15º | 0.54% | 0.83% | - |
| HSV(B) | 19.15º | 0.2% | 0.92% | - |
| XYZ | 64.69 | 64 | 56.52 | - |
| YUV | 210.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 188 | 0 | 0.14 | 0.2 | 0.08 | 19.15 | 0.54 | 0.83 |
| Hex | EB | CB | BC | 0 | E | 14 | 8 | 13 | 36 | 53 |
| Octal | 353 | 313 | 274 | 0 | 16 | 24 | 10 | 23 | 66 | 123 |
| Binary | 11101011 | 11001011 | 10111100 | 0 | 1110 | 10100 | 1000 | 10011 | 110110 | 1010011 |
Color Harmonies of #EBCBBC
Complementary color
Monochromatic Colors of #EBCBBC
Black with #EBCBBC
Text Example
Text Example
White with #EBCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBBC; }
p { color: rgb(235,203,188); }
H1.HeaderClassName
{
color: #EBCBBC;
}
.AnyTagClassName
{
color: #EBCBBC;
}
</style>
background-color css
<style>
a { background-color: #EBCBBC; }
a { background-color: rgb(235,203,188); }
div.DivClassName
{
background-color: #EBCBBC;
}
.BgClassName
{
background-color: #EBCBBC;
}
</style>
border-color css
<style>
span { border-color: #EBCBBC; }
span { border-color: rgb(235,203,188); }
td.TdClassName
{
border-color: #EBCBBC;
}
.TagClassName
{
border-color: #EBCBBC;
}
</style>