Shades of Watusi #EBD0BF
Tints of Watusi #EBD0BF
RGB
CMYK
RGB Variations
Color information
#EBD0BF (or 0xEBD0BF) is known color: Watusi. HEX triplet: EB, D0 and BF. RGB value is (235,208,191). Sum of RGB (Red+Green+Blue) = 235+208+191=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0BF is #142F40. Grayscale: #D6D6D6. Windows color (decimal): -1322817 or 12570859. OLE color: 12570859.
HSL color Cylindrical-coordinate representation of color #EBD0BF: hue angle of 23.18º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD0BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 191 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.08 |
| HSL | 23.18º | 0.52% | 0.84% | - |
| HSV(B) | 23.18º | 0.19% | 0.92% | - |
| XYZ | 66.22 | 66.54 | 58.64 | - |
| YUV | 214.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 191 | 0 | 0.11 | 0.19 | 0.08 | 23.18 | 0.52 | 0.84 |
| Hex | EB | D0 | BF | 0 | B | 13 | 8 | 17 | 34 | 54 |
| Octal | 353 | 320 | 277 | 0 | 13 | 23 | 10 | 27 | 64 | 124 |
| Binary | 11101011 | 11010000 | 10111111 | 0 | 1011 | 10011 | 1000 | 10111 | 110100 | 1010100 |
Color Harmonies of #EBD0BF
Complementary color
Monochromatic Colors of #EBD0BF
Black with #EBD0BF
Text Example
Text Example
White with #EBD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0BF; }
p { color: rgb(235,208,191); }
H1.HeaderClassName
{
color: #EBD0BF;
}
.AnyTagClassName
{
color: #EBD0BF;
}
</style>
background-color css
<style>
a { background-color: #EBD0BF; }
a { background-color: rgb(235,208,191); }
div.DivClassName
{
background-color: #EBD0BF;
}
.BgClassName
{
background-color: #EBD0BF;
}
</style>
border-color css
<style>
span { border-color: #EBD0BF; }
span { border-color: rgb(235,208,191); }
td.TdClassName
{
border-color: #EBD0BF;
}
.TagClassName
{
border-color: #EBD0BF;
}
</style>