Shades of Watusi #EDD1BC
Tints of Watusi #EDD1BC
RGB
CMYK
RGB Variations
Color information
#EDD1BC (or 0xEDD1BC) is known color: Watusi. HEX triplet: ED, D1 and BC. RGB value is (237,209,188). Sum of RGB (Red+Green+Blue) = 237+209+188=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BC is #122E43. Grayscale: #D7D7D7. Windows color (decimal): -1191492 or 12374509. OLE color: 12374509.
HSL color Cylindrical-coordinate representation of color #EDD1BC: hue angle of 25.71º 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 #EDD1BC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 188 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 25.71º | 0.58% | 0.83% | - |
| HSV(B) | 25.71º | 0.21% | 0.93% | - |
| XYZ | 66.8 | 67.24 | 57.03 | - |
| YUV | 214.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 188 | 0 | 0.12 | 0.21 | 0.07 | 25.71 | 0.58 | 0.83 |
| Hex | ED | D1 | BC | 0 | C | 15 | 7 | 1A | 3A | 53 |
| Octal | 355 | 321 | 274 | 0 | 14 | 25 | 7 | 32 | 72 | 123 |
| Binary | 11101101 | 11010001 | 10111100 | 0 | 1100 | 10101 | 111 | 11010 | 111010 | 1010011 |
Color Harmonies of #EDD1BC
Complementary color
Monochromatic Colors of #EDD1BC
Black with #EDD1BC
Text Example
Text Example
White with #EDD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1BC; }
p { color: rgb(237,209,188); }
H1.HeaderClassName
{
color: #EDD1BC;
}
.AnyTagClassName
{
color: #EDD1BC;
}
</style>
background-color css
<style>
a { background-color: #EDD1BC; }
a { background-color: rgb(237,209,188); }
div.DivClassName
{
background-color: #EDD1BC;
}
.BgClassName
{
background-color: #EDD1BC;
}
</style>
border-color css
<style>
span { border-color: #EDD1BC; }
span { border-color: rgb(237,209,188); }
td.TdClassName
{
border-color: #EDD1BC;
}
.TagClassName
{
border-color: #EDD1BC;
}
</style>