Shades of Watusi #EDCEBD
Tints of Watusi #EDCEBD
RGB
CMYK
RGB Variations
Color information
#EDCEBD (or 0xEDCEBD) is known color: Watusi. HEX triplet: ED, CE and BD. RGB value is (237,206,189). Sum of RGB (Red+Green+Blue) = 237+206+189=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBD is #123142. Grayscale: #D5D5D5. Windows color (decimal): -1192259 or 12439277. OLE color: 12439277.
HSL color Cylindrical-coordinate representation of color #EDCEBD: hue angle of 21.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCEBD is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 189 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.07 |
| HSL | 21.25º | 0.57% | 0.84% | - |
| HSV(B) | 21.25º | 0.2% | 0.93% | - |
| XYZ | 66.18 | 65.82 | 57.36 | - |
| YUV | 213.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 189 | 0 | 0.13 | 0.20 | 0.07 | 21.25 | 0.57 | 0.84 |
| Hex | ED | CE | BD | 0 | D | 14 | 7 | 15 | 39 | 54 |
| Octal | 355 | 316 | 275 | 0 | 15 | 24 | 7 | 25 | 71 | 124 |
| Binary | 11101101 | 11001110 | 10111101 | 0 | 1101 | 10100 | 111 | 10101 | 111001 | 1010100 |
Color Harmonies of #EDCEBD
Complementary color
Monochromatic Colors of #EDCEBD
Black with #EDCEBD
Text Example
Text Example
White with #EDCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEBD; }
p { color: rgb(237,206,189); }
H1.HeaderClassName
{
color: #EDCEBD;
}
.AnyTagClassName
{
color: #EDCEBD;
}
</style>
background-color css
<style>
a { background-color: #EDCEBD; }
a { background-color: rgb(237,206,189); }
div.DivClassName
{
background-color: #EDCEBD;
}
.BgClassName
{
background-color: #EDCEBD;
}
</style>
border-color css
<style>
span { border-color: #EDCEBD; }
span { border-color: rgb(237,206,189); }
td.TdClassName
{
border-color: #EDCEBD;
}
.TagClassName
{
border-color: #EDCEBD;
}
</style>