Shades of Watusi #EDD1BF
Tints of Watusi #EDD1BF
RGB
CMYK
RGB Variations
Color information
#EDD1BF (or 0xEDD1BF) is known color: Watusi. HEX triplet: ED, D1 and BF. RGB value is (237,209,191). Sum of RGB (Red+Green+Blue) = 237+209+191=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BF is #122E40. Grayscale: #D7D7D7. Windows color (decimal): -1191489 or 12571117. OLE color: 12571117.
HSL color Cylindrical-coordinate representation of color #EDD1BF: hue angle of 23.48º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD1BF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 191 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.07 |
| HSL | 23.48º | 0.56% | 0.84% | - |
| HSV(B) | 23.48º | 0.19% | 0.93% | - |
| XYZ | 67.13 | 67.37 | 58.76 | - |
| YUV | 215.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 191 | 0 | 0.12 | 0.19 | 0.07 | 23.48 | 0.56 | 0.84 |
| Hex | ED | D1 | BF | 0 | C | 13 | 7 | 17 | 38 | 54 |
| Octal | 355 | 321 | 277 | 0 | 14 | 23 | 7 | 27 | 70 | 124 |
| Binary | 11101101 | 11010001 | 10111111 | 0 | 1100 | 10011 | 111 | 10111 | 111000 | 1010100 |
Color Harmonies of #EDD1BF
Complementary color
Monochromatic Colors of #EDD1BF
Black with #EDD1BF
Text Example
Text Example
White with #EDD1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1BF; }
p { color: rgb(237,209,191); }
H1.HeaderClassName
{
color: #EDD1BF;
}
.AnyTagClassName
{
color: #EDD1BF;
}
</style>
background-color css
<style>
a { background-color: #EDD1BF; }
a { background-color: rgb(237,209,191); }
div.DivClassName
{
background-color: #EDD1BF;
}
.BgClassName
{
background-color: #EDD1BF;
}
</style>
border-color css
<style>
span { border-color: #EDD1BF; }
span { border-color: rgb(237,209,191); }
td.TdClassName
{
border-color: #EDD1BF;
}
.TagClassName
{
border-color: #EDD1BF;
}
</style>