Shades of Watusi #EBD1BD
Tints of Watusi #EBD1BD
RGB
CMYK
RGB Variations
Color information
#EBD1BD (or 0xEBD1BD) is known color: Watusi. HEX triplet: EB, D1 and BD. RGB value is (235,209,189). Sum of RGB (Red+Green+Blue) = 235+209+189=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1BD is #142E42. Grayscale: #D6D6D6. Windows color (decimal): -1322563 or 12440043. OLE color: 12440043.
HSL color Cylindrical-coordinate representation of color #EBD1BD: hue angle of 26.09º degrees, saturation: 0.53, 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 #EBD1BD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 189 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.08 |
| HSL | 26.09º | 0.53% | 0.83% | - |
| HSV(B) | 26.09º | 0.2% | 0.92% | - |
| XYZ | 66.25 | 66.94 | 57.57 | - |
| YUV | 214.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 189 | 0 | 0.11 | 0.20 | 0.08 | 26.09 | 0.53 | 0.83 |
| Hex | EB | D1 | BD | 0 | B | 14 | 8 | 1A | 35 | 53 |
| Octal | 353 | 321 | 275 | 0 | 13 | 24 | 10 | 32 | 65 | 123 |
| Binary | 11101011 | 11010001 | 10111101 | 0 | 1011 | 10100 | 1000 | 11010 | 110101 | 1010011 |
Color Harmonies of #EBD1BD
Complementary color
Monochromatic Colors of #EBD1BD
Black with #EBD1BD
Text Example
Text Example
White with #EBD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1BD; }
p { color: rgb(235,209,189); }
H1.HeaderClassName
{
color: #EBD1BD;
}
.AnyTagClassName
{
color: #EBD1BD;
}
</style>
background-color css
<style>
a { background-color: #EBD1BD; }
a { background-color: rgb(235,209,189); }
div.DivClassName
{
background-color: #EBD1BD;
}
.BgClassName
{
background-color: #EBD1BD;
}
</style>
border-color css
<style>
span { border-color: #EBD1BD; }
span { border-color: rgb(235,209,189); }
td.TdClassName
{
border-color: #EBD1BD;
}
.TagClassName
{
border-color: #EBD1BD;
}
</style>