Shades of Watusi #EDD0BA
Tints of Watusi #EDD0BA
RGB
CMYK
RGB Variations
Color information
#EDD0BA (or 0xEDD0BA) is known color: Watusi. HEX triplet: ED, D0 and BA. RGB value is (237,208,186). Sum of RGB (Red+Green+Blue) = 237+208+186=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BA is #122F45. Grayscale: #D6D6D6. Windows color (decimal): -1191750 or 12243181. OLE color: 12243181.
HSL color Cylindrical-coordinate representation of color #EDD0BA: hue angle of 25.88º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDD0BA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 186 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.07 |
| HSL | 25.88º | 0.59% | 0.83% | - |
| HSV(B) | 25.88º | 0.22% | 0.93% | - |
| XYZ | 66.34 | 66.66 | 55.82 | - |
| YUV | 214.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 186 | 0 | 0.12 | 0.22 | 0.07 | 25.88 | 0.59 | 0.83 |
| Hex | ED | D0 | BA | 0 | C | 16 | 7 | 1A | 3B | 53 |
| Octal | 355 | 320 | 272 | 0 | 14 | 26 | 7 | 32 | 73 | 123 |
| Binary | 11101101 | 11010000 | 10111010 | 0 | 1100 | 10110 | 111 | 11010 | 111011 | 1010011 |
Color Harmonies of #EDD0BA
Complementary color
Monochromatic Colors of #EDD0BA
Black with #EDD0BA
Text Example
Text Example
White with #EDD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0BA; }
p { color: rgb(237,208,186); }
H1.HeaderClassName
{
color: #EDD0BA;
}
.AnyTagClassName
{
color: #EDD0BA;
}
</style>
background-color css
<style>
a { background-color: #EDD0BA; }
a { background-color: rgb(237,208,186); }
div.DivClassName
{
background-color: #EDD0BA;
}
.BgClassName
{
background-color: #EDD0BA;
}
</style>
border-color css
<style>
span { border-color: #EDD0BA; }
span { border-color: rgb(237,208,186); }
td.TdClassName
{
border-color: #EDD0BA;
}
.TagClassName
{
border-color: #EDD0BA;
}
</style>