Shades of Watusi #E9CFBD
Tints of Watusi #E9CFBD
RGB
CMYK
RGB Variations
Color information
#E9CFBD (or 0xE9CFBD) is known color: Watusi. HEX triplet: E9, CF and BD. RGB value is (233,207,189). Sum of RGB (Red+Green+Blue) = 233+207+189=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFBD is #163042. Grayscale: #D4D4D4. Windows color (decimal): -1454147 or 12439529. OLE color: 12439529.
HSL color Cylindrical-coordinate representation of color #E9CFBD: hue angle of 24.55º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9CFBD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 189 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.09 |
| HSL | 24.55º | 0.5% | 0.83% | - |
| HSV(B) | 24.55º | 0.19% | 0.91% | - |
| XYZ | 65.1 | 65.62 | 57.38 | - |
| YUV | 212.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 189 | 0 | 0.11 | 0.19 | 0.09 | 24.55 | 0.5 | 0.83 |
| Hex | E9 | CF | BD | 0 | B | 13 | 9 | 19 | 32 | 53 |
| Octal | 351 | 317 | 275 | 0 | 13 | 23 | 11 | 31 | 62 | 123 |
| Binary | 11101001 | 11001111 | 10111101 | 0 | 1011 | 10011 | 1001 | 11001 | 110010 | 1010011 |
Color Harmonies of #E9CFBD
Complementary color
Monochromatic Colors of #E9CFBD
Black with #E9CFBD
Text Example
Text Example
White with #E9CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFBD; }
p { color: rgb(233,207,189); }
H1.HeaderClassName
{
color: #E9CFBD;
}
.AnyTagClassName
{
color: #E9CFBD;
}
</style>
background-color css
<style>
a { background-color: #E9CFBD; }
a { background-color: rgb(233,207,189); }
div.DivClassName
{
background-color: #E9CFBD;
}
.BgClassName
{
background-color: #E9CFBD;
}
</style>
border-color css
<style>
span { border-color: #E9CFBD; }
span { border-color: rgb(233,207,189); }
td.TdClassName
{
border-color: #E9CFBD;
}
.TagClassName
{
border-color: #E9CFBD;
}
</style>