Shades of Watusi #EDD0BC
Tints of Watusi #EDD0BC
RGB
CMYK
RGB Variations
Color information
#EDD0BC (or 0xEDD0BC) is known color: Watusi. HEX triplet: ED, D0 and BC. RGB value is (237,208,188). Sum of RGB (Red+Green+Blue) = 237+208+188=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BC is #122F43. Grayscale: #D6D6D6. Windows color (decimal): -1191748 or 12374253. OLE color: 12374253.
HSL color Cylindrical-coordinate representation of color #EDD0BC: hue angle of 24.49º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDD0BC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 188 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 24.49º | 0.58% | 0.83% | - |
| HSV(B) | 24.49º | 0.21% | 0.93% | - |
| XYZ | 66.56 | 66.75 | 56.95 | - |
| YUV | 214.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 188 | 0 | 0.12 | 0.21 | 0.07 | 24.49 | 0.58 | 0.83 |
| Hex | ED | D0 | BC | 0 | C | 15 | 7 | 18 | 3A | 53 |
| Octal | 355 | 320 | 274 | 0 | 14 | 25 | 7 | 30 | 72 | 123 |
| Binary | 11101101 | 11010000 | 10111100 | 0 | 1100 | 10101 | 111 | 11000 | 111010 | 1010011 |
Color Harmonies of #EDD0BC
Complementary color
Monochromatic Colors of #EDD0BC
Black with #EDD0BC
Text Example
Text Example
White with #EDD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0BC; }
p { color: rgb(237,208,188); }
H1.HeaderClassName
{
color: #EDD0BC;
}
.AnyTagClassName
{
color: #EDD0BC;
}
</style>
background-color css
<style>
a { background-color: #EDD0BC; }
a { background-color: rgb(237,208,188); }
div.DivClassName
{
background-color: #EDD0BC;
}
.BgClassName
{
background-color: #EDD0BC;
}
</style>
border-color css
<style>
span { border-color: #EDD0BC; }
span { border-color: rgb(237,208,188); }
td.TdClassName
{
border-color: #EDD0BC;
}
.TagClassName
{
border-color: #EDD0BC;
}
</style>