Shades of Watusi #EBCAB8
Tints of Watusi #EBCAB8
RGB
CMYK
RGB Variations
Color information
#EBCAB8 (or 0xEBCAB8) is known color: Watusi. HEX triplet: EB, CA and B8. RGB value is (235,202,184). Sum of RGB (Red+Green+Blue) = 235+202+184=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB8 is #143547. Grayscale: #D1D1D1. Windows color (decimal): -1324360 or 12110571. OLE color: 12110571.
HSL color Cylindrical-coordinate representation of color #EBCAB8: hue angle of 21.18º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBCAB8 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 184 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.08 |
| HSL | 21.18º | 0.56% | 0.82% | - |
| HSV(B) | 21.18º | 0.22% | 0.92% | - |
| XYZ | 64.03 | 63.36 | 54.2 | - |
| YUV | 209.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 184 | 0 | 0.14 | 0.22 | 0.08 | 21.18 | 0.56 | 0.82 |
| Hex | EB | CA | B8 | 0 | E | 16 | 8 | 15 | 38 | 52 |
| Octal | 353 | 312 | 270 | 0 | 16 | 26 | 10 | 25 | 70 | 122 |
| Binary | 11101011 | 11001010 | 10111000 | 0 | 1110 | 10110 | 1000 | 10101 | 111000 | 1010010 |
Color Harmonies of #EBCAB8
Complementary color
Monochromatic Colors of #EBCAB8
Black with #EBCAB8
Text Example
Text Example
White with #EBCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCAB8; }
p { color: rgb(235,202,184); }
H1.HeaderClassName
{
color: #EBCAB8;
}
.AnyTagClassName
{
color: #EBCAB8;
}
</style>
background-color css
<style>
a { background-color: #EBCAB8; }
a { background-color: rgb(235,202,184); }
div.DivClassName
{
background-color: #EBCAB8;
}
.BgClassName
{
background-color: #EBCAB8;
}
</style>
border-color css
<style>
span { border-color: #EBCAB8; }
span { border-color: rgb(235,202,184); }
td.TdClassName
{
border-color: #EBCAB8;
}
.TagClassName
{
border-color: #EBCAB8;
}
</style>