Shades of Watusi #EBC7B8
Tints of Watusi #EBC7B8
RGB
CMYK
RGB Variations
Color information
#EBC7B8 (or 0xEBC7B8) is known color: Watusi. HEX triplet: EB, C7 and B8. RGB value is (235,199,184). Sum of RGB (Red+Green+Blue) = 235+199+184=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7B8 is #143847. Grayscale: #D0D0D0. Windows color (decimal): -1325128 or 12109803. OLE color: 12109803.
HSL color Cylindrical-coordinate representation of color #EBC7B8: hue angle of 17.65º 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 #EBC7B8 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 184 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.08 |
| HSL | 17.65º | 0.56% | 0.82% | - |
| HSV(B) | 17.65º | 0.22% | 0.92% | - |
| XYZ | 63.34 | 61.97 | 53.97 | - |
| YUV | 208.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 184 | 0 | 0.15 | 0.22 | 0.08 | 17.65 | 0.56 | 0.82 |
| Hex | EB | C7 | B8 | 0 | F | 16 | 8 | 12 | 38 | 52 |
| Octal | 353 | 307 | 270 | 0 | 17 | 26 | 10 | 22 | 70 | 122 |
| Binary | 11101011 | 11000111 | 10111000 | 0 | 1111 | 10110 | 1000 | 10010 | 111000 | 1010010 |
Color Harmonies of #EBC7B8
Complementary color
Monochromatic Colors of #EBC7B8
Black with #EBC7B8
Text Example
Text Example
White with #EBC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7B8; }
p { color: rgb(235,199,184); }
H1.HeaderClassName
{
color: #EBC7B8;
}
.AnyTagClassName
{
color: #EBC7B8;
}
</style>
background-color css
<style>
a { background-color: #EBC7B8; }
a { background-color: rgb(235,199,184); }
div.DivClassName
{
background-color: #EBC7B8;
}
.BgClassName
{
background-color: #EBC7B8;
}
</style>
border-color css
<style>
span { border-color: #EBC7B8; }
span { border-color: rgb(235,199,184); }
td.TdClassName
{
border-color: #EBC7B8;
}
.TagClassName
{
border-color: #EBC7B8;
}
</style>