Shades of Watusi #ECCCBE
Tints of Watusi #ECCCBE
RGB
CMYK
RGB Variations
Color information
#ECCCBE (or 0xECCCBE) is known color: Watusi. HEX triplet: EC, CC and BE. RGB value is (236,204,190). Sum of RGB (Red+Green+Blue) = 236+204+190=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCBE is #133341. Grayscale: #D4D4D4. Windows color (decimal): -1258306 or 12504300. OLE color: 12504300.
HSL color Cylindrical-coordinate representation of color #ECCCBE: hue angle of 18.26º 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 #ECCCBE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 190 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 18.26º | 0.55% | 0.84% | - |
| HSV(B) | 18.26º | 0.19% | 0.93% | - |
| XYZ | 65.48 | 64.74 | 57.76 | - |
| YUV | 211.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 190 | 0 | 0.14 | 0.19 | 0.07 | 18.26 | 0.55 | 0.84 |
| Hex | EC | CC | BE | 0 | E | 13 | 7 | 12 | 37 | 54 |
| Octal | 354 | 314 | 276 | 0 | 16 | 23 | 7 | 22 | 67 | 124 |
| Binary | 11101100 | 11001100 | 10111110 | 0 | 1110 | 10011 | 111 | 10010 | 110111 | 1010100 |
Color Harmonies of #ECCCBE
Complementary color
Monochromatic Colors of #ECCCBE
Black with #ECCCBE
Text Example
Text Example
White with #ECCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCBE; }
p { color: rgb(236,204,190); }
H1.HeaderClassName
{
color: #ECCCBE;
}
.AnyTagClassName
{
color: #ECCCBE;
}
</style>
background-color css
<style>
a { background-color: #ECCCBE; }
a { background-color: rgb(236,204,190); }
div.DivClassName
{
background-color: #ECCCBE;
}
.BgClassName
{
background-color: #ECCCBE;
}
</style>
border-color css
<style>
span { border-color: #ECCCBE; }
span { border-color: rgb(236,204,190); }
td.TdClassName
{
border-color: #ECCCBE;
}
.TagClassName
{
border-color: #ECCCBE;
}
</style>