Shades of Watusi #ECCCB8
Tints of Watusi #ECCCB8
RGB
CMYK
RGB Variations
Color information
#ECCCB8 (or 0xECCCB8) is known color: Watusi. HEX triplet: EC, CC and B8. RGB value is (236,204,184). Sum of RGB (Red+Green+Blue) = 236+204+184=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCB8 is #133347. Grayscale: #D3D3D3. Windows color (decimal): -1258312 or 12111084. OLE color: 12111084.
HSL color Cylindrical-coordinate representation of color #ECCCB8: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECCCB8 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 184 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.07 |
| HSL | 23.08º | 0.58% | 0.82% | - |
| HSV(B) | 23.08º | 0.22% | 0.93% | - |
| XYZ | 64.84 | 64.48 | 54.38 | - |
| YUV | 211.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 184 | 0 | 0.14 | 0.22 | 0.07 | 23.08 | 0.58 | 0.82 |
| Hex | EC | CC | B8 | 0 | E | 16 | 7 | 17 | 3A | 52 |
| Octal | 354 | 314 | 270 | 0 | 16 | 26 | 7 | 27 | 72 | 122 |
| Binary | 11101100 | 11001100 | 10111000 | 0 | 1110 | 10110 | 111 | 10111 | 111010 | 1010010 |
Color Harmonies of #ECCCB8
Complementary color
Monochromatic Colors of #ECCCB8
Black with #ECCCB8
Text Example
Text Example
White with #ECCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCB8; }
p { color: rgb(236,204,184); }
H1.HeaderClassName
{
color: #ECCCB8;
}
.AnyTagClassName
{
color: #ECCCB8;
}
</style>
background-color css
<style>
a { background-color: #ECCCB8; }
a { background-color: rgb(236,204,184); }
div.DivClassName
{
background-color: #ECCCB8;
}
.BgClassName
{
background-color: #ECCCB8;
}
</style>
border-color css
<style>
span { border-color: #ECCCB8; }
span { border-color: rgb(236,204,184); }
td.TdClassName
{
border-color: #ECCCB8;
}
.TagClassName
{
border-color: #ECCCB8;
}
</style>