Shades of Watusi #ECD0BD
Tints of Watusi #ECD0BD
RGB
CMYK
RGB Variations
Color information
#ECD0BD (or 0xECD0BD) is known color: Watusi. HEX triplet: EC, D0 and BD. RGB value is (236,208,189). Sum of RGB (Red+Green+Blue) = 236+208+189=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0BD is #132F42. Grayscale: #D6D6D6. Windows color (decimal): -1257283 or 12439788. OLE color: 12439788.
HSL color Cylindrical-coordinate representation of color #ECD0BD: hue angle of 24.26º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD0BD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 189 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.07 |
| HSL | 24.26º | 0.55% | 0.83% | - |
| HSV(B) | 24.26º | 0.2% | 0.93% | - |
| XYZ | 66.33 | 66.62 | 57.51 | - |
| YUV | 214.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 189 | 0 | 0.12 | 0.20 | 0.07 | 24.26 | 0.55 | 0.83 |
| Hex | EC | D0 | BD | 0 | C | 14 | 7 | 18 | 37 | 53 |
| Octal | 354 | 320 | 275 | 0 | 14 | 24 | 7 | 30 | 67 | 123 |
| Binary | 11101100 | 11010000 | 10111101 | 0 | 1100 | 10100 | 111 | 11000 | 110111 | 1010011 |
Color Harmonies of #ECD0BD
Complementary color
Monochromatic Colors of #ECD0BD
Black with #ECD0BD
Text Example
Text Example
White with #ECD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0BD; }
p { color: rgb(236,208,189); }
H1.HeaderClassName
{
color: #ECD0BD;
}
.AnyTagClassName
{
color: #ECD0BD;
}
</style>
background-color css
<style>
a { background-color: #ECD0BD; }
a { background-color: rgb(236,208,189); }
div.DivClassName
{
background-color: #ECD0BD;
}
.BgClassName
{
background-color: #ECD0BD;
}
</style>
border-color css
<style>
span { border-color: #ECD0BD; }
span { border-color: rgb(236,208,189); }
td.TdClassName
{
border-color: #ECD0BD;
}
.TagClassName
{
border-color: #ECD0BD;
}
</style>