Shades of Watusi #EDD0BD
Tints of Watusi #EDD0BD
RGB
CMYK
RGB Variations
Color information
#EDD0BD (or 0xEDD0BD) is known color: Watusi. HEX triplet: ED, D0 and BD. RGB value is (237,208,189). Sum of RGB (Red+Green+Blue) = 237+208+189=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BD is #122F42. Grayscale: #D6D6D6. Windows color (decimal): -1191747 or 12439789. OLE color: 12439789.
HSL color Cylindrical-coordinate representation of color #EDD0BD: hue angle of 23.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDD0BD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 189 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.07 |
| HSL | 23.75º | 0.57% | 0.84% | - |
| HSV(B) | 23.75º | 0.2% | 0.93% | - |
| XYZ | 66.67 | 66.79 | 57.52 | - |
| YUV | 214.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 189 | 0 | 0.12 | 0.20 | 0.07 | 23.75 | 0.57 | 0.84 |
| Hex | ED | D0 | BD | 0 | C | 14 | 7 | 18 | 39 | 54 |
| Octal | 355 | 320 | 275 | 0 | 14 | 24 | 7 | 30 | 71 | 124 |
| Binary | 11101101 | 11010000 | 10111101 | 0 | 1100 | 10100 | 111 | 11000 | 111001 | 1010100 |
Color Harmonies of #EDD0BD
Complementary color
Monochromatic Colors of #EDD0BD
Black with #EDD0BD
Text Example
Text Example
White with #EDD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0BD; }
p { color: rgb(237,208,189); }
H1.HeaderClassName
{
color: #EDD0BD;
}
.AnyTagClassName
{
color: #EDD0BD;
}
</style>
background-color css
<style>
a { background-color: #EDD0BD; }
a { background-color: rgb(237,208,189); }
div.DivClassName
{
background-color: #EDD0BD;
}
.BgClassName
{
background-color: #EDD0BD;
}
</style>
border-color css
<style>
span { border-color: #EDD0BD; }
span { border-color: rgb(237,208,189); }
td.TdClassName
{
border-color: #EDD0BD;
}
.TagClassName
{
border-color: #EDD0BD;
}
</style>