Shades of Watusi #EBC8B8
Tints of Watusi #EBC8B8
RGB
CMYK
RGB Variations
Color information
#EBC8B8 (or 0xEBC8B8) is known color: Watusi. HEX triplet: EB, C8 and B8. RGB value is (235,200,184). Sum of RGB (Red+Green+Blue) = 235+200+184=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8B8 is #143747. Grayscale: #D0D0D0. Windows color (decimal): -1324872 or 12110059. OLE color: 12110059.
HSL color Cylindrical-coordinate representation of color #EBC8B8: hue angle of 18.82º 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 #EBC8B8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 184 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.08 |
| HSL | 18.82º | 0.56% | 0.82% | - |
| HSV(B) | 18.82º | 0.22% | 0.92% | - |
| XYZ | 63.57 | 62.43 | 54.05 | - |
| YUV | 208.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 184 | 0 | 0.15 | 0.22 | 0.08 | 18.82 | 0.56 | 0.82 |
| Hex | EB | C8 | B8 | 0 | F | 16 | 8 | 13 | 38 | 52 |
| Octal | 353 | 310 | 270 | 0 | 17 | 26 | 10 | 23 | 70 | 122 |
| Binary | 11101011 | 11001000 | 10111000 | 0 | 1111 | 10110 | 1000 | 10011 | 111000 | 1010010 |
Color Harmonies of #EBC8B8
Complementary color
Monochromatic Colors of #EBC8B8
Black with #EBC8B8
Text Example
Text Example
White with #EBC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8B8; }
p { color: rgb(235,200,184); }
H1.HeaderClassName
{
color: #EBC8B8;
}
.AnyTagClassName
{
color: #EBC8B8;
}
</style>
background-color css
<style>
a { background-color: #EBC8B8; }
a { background-color: rgb(235,200,184); }
div.DivClassName
{
background-color: #EBC8B8;
}
.BgClassName
{
background-color: #EBC8B8;
}
</style>
border-color css
<style>
span { border-color: #EBC8B8; }
span { border-color: rgb(235,200,184); }
td.TdClassName
{
border-color: #EBC8B8;
}
.TagClassName
{
border-color: #EBC8B8;
}
</style>