Shades of Watusi #EDD0BB
Tints of Watusi #EDD0BB
RGB
CMYK
RGB Variations
Color information
#EDD0BB (or 0xEDD0BB) is known color: Watusi. HEX triplet: ED, D0 and BB. RGB value is (237,208,187). Sum of RGB (Red+Green+Blue) = 237+208+187=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BB is #122F44. Grayscale: #D6D6D6. Windows color (decimal): -1191749 or 12308717. OLE color: 12308717.
HSL color Cylindrical-coordinate representation of color #EDD0BB: hue angle of 25.2º 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 #EDD0BB is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 187 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 25.2º | 0.58% | 0.83% | - |
| HSV(B) | 25.2º | 0.21% | 0.93% | - |
| XYZ | 66.45 | 66.7 | 56.39 | - |
| YUV | 214.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 187 | 0 | 0.12 | 0.21 | 0.07 | 25.2 | 0.58 | 0.83 |
| Hex | ED | D0 | BB | 0 | C | 15 | 7 | 19 | 3A | 53 |
| Octal | 355 | 320 | 273 | 0 | 14 | 25 | 7 | 31 | 72 | 123 |
| Binary | 11101101 | 11010000 | 10111011 | 0 | 1100 | 10101 | 111 | 11001 | 111010 | 1010011 |
Color Harmonies of #EDD0BB
Complementary color
Monochromatic Colors of #EDD0BB
Black with #EDD0BB
Text Example
Text Example
White with #EDD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0BB; }
p { color: rgb(237,208,187); }
H1.HeaderClassName
{
color: #EDD0BB;
}
.AnyTagClassName
{
color: #EDD0BB;
}
</style>
background-color css
<style>
a { background-color: #EDD0BB; }
a { background-color: rgb(237,208,187); }
div.DivClassName
{
background-color: #EDD0BB;
}
.BgClassName
{
background-color: #EDD0BB;
}
</style>
border-color css
<style>
span { border-color: #EDD0BB; }
span { border-color: rgb(237,208,187); }
td.TdClassName
{
border-color: #EDD0BB;
}
.TagClassName
{
border-color: #EDD0BB;
}
</style>