Shades of Watusi #ECD0BE
Tints of Watusi #ECD0BE
RGB
CMYK
RGB Variations
Color information
#ECD0BE (or 0xECD0BE) is known color: Watusi. HEX triplet: EC, D0 and BE. RGB value is (236,208,190). Sum of RGB (Red+Green+Blue) = 236+208+190=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0BE is #132F41. Grayscale: #D6D6D6. Windows color (decimal): -1257282 or 12505324. OLE color: 12505324.
HSL color Cylindrical-coordinate representation of color #ECD0BE: hue angle of 23.48º degrees, saturation: 0.55, 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 #ECD0BE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 190 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.07 |
| HSL | 23.48º | 0.55% | 0.84% | - |
| HSV(B) | 23.48º | 0.19% | 0.93% | - |
| XYZ | 66.44 | 66.66 | 58.08 | - |
| YUV | 214.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 190 | 0 | 0.12 | 0.19 | 0.07 | 23.48 | 0.55 | 0.84 |
| Hex | EC | D0 | BE | 0 | C | 13 | 7 | 17 | 37 | 54 |
| Octal | 354 | 320 | 276 | 0 | 14 | 23 | 7 | 27 | 67 | 124 |
| Binary | 11101100 | 11010000 | 10111110 | 0 | 1100 | 10011 | 111 | 10111 | 110111 | 1010100 |
Color Harmonies of #ECD0BE
Complementary color
Monochromatic Colors of #ECD0BE
Black with #ECD0BE
Text Example
Text Example
White with #ECD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0BE; }
p { color: rgb(236,208,190); }
H1.HeaderClassName
{
color: #ECD0BE;
}
.AnyTagClassName
{
color: #ECD0BE;
}
</style>
background-color css
<style>
a { background-color: #ECD0BE; }
a { background-color: rgb(236,208,190); }
div.DivClassName
{
background-color: #ECD0BE;
}
.BgClassName
{
background-color: #ECD0BE;
}
</style>
border-color css
<style>
span { border-color: #ECD0BE; }
span { border-color: rgb(236,208,190); }
td.TdClassName
{
border-color: #ECD0BE;
}
.TagClassName
{
border-color: #ECD0BE;
}
</style>