Shades of Watusi #ECD0BB
Tints of Watusi #ECD0BB
RGB
CMYK
RGB Variations
Color information
#ECD0BB (or 0xECD0BB) is known color: Watusi. HEX triplet: EC, D0 and BB. RGB value is (236,208,187). Sum of RGB (Red+Green+Blue) = 236+208+187=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0BB is #132F44. Grayscale: #D6D6D6. Windows color (decimal): -1257285 or 12308716. OLE color: 12308716.
HSL color Cylindrical-coordinate representation of color #ECD0BB: hue angle of 25.71º degrees, saturation: 0.56, 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 #ECD0BB is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 187 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.07 |
| HSL | 25.71º | 0.56% | 0.83% | - |
| HSV(B) | 25.71º | 0.21% | 0.93% | - |
| XYZ | 66.12 | 66.53 | 56.37 | - |
| YUV | 213.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 187 | 0 | 0.12 | 0.21 | 0.07 | 25.71 | 0.56 | 0.83 |
| Hex | EC | D0 | BB | 0 | C | 15 | 7 | 1A | 38 | 53 |
| Octal | 354 | 320 | 273 | 0 | 14 | 25 | 7 | 32 | 70 | 123 |
| Binary | 11101100 | 11010000 | 10111011 | 0 | 1100 | 10101 | 111 | 11010 | 111000 | 1010011 |
Color Harmonies of #ECD0BB
Complementary color
Monochromatic Colors of #ECD0BB
Black with #ECD0BB
Text Example
Text Example
White with #ECD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0BB; }
p { color: rgb(236,208,187); }
H1.HeaderClassName
{
color: #ECD0BB;
}
.AnyTagClassName
{
color: #ECD0BB;
}
</style>
background-color css
<style>
a { background-color: #ECD0BB; }
a { background-color: rgb(236,208,187); }
div.DivClassName
{
background-color: #ECD0BB;
}
.BgClassName
{
background-color: #ECD0BB;
}
</style>
border-color css
<style>
span { border-color: #ECD0BB; }
span { border-color: rgb(236,208,187); }
td.TdClassName
{
border-color: #ECD0BB;
}
.TagClassName
{
border-color: #ECD0BB;
}
</style>