Shades of Watusi #EFCEC0
Tints of Watusi #EFCEC0
RGB
CMYK
RGB Variations
Color information
#EFCEC0 (or 0xEFCEC0) is known color: Watusi. HEX triplet: EF, CE and C0. RGB value is (239,206,192). Sum of RGB (Red+Green+Blue) = 239+206+192=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEC0 is #10313F. Grayscale: #D6D6D6. Windows color (decimal): -1061184 or 12635887. OLE color: 12635887.
HSL color Cylindrical-coordinate representation of color #EFCEC0: hue angle of 17.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCEC0 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 192 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.06 |
| HSL | 17.87º | 0.59% | 0.85% | - |
| HSV(B) | 17.87º | 0.2% | 0.94% | - |
| XYZ | 67.18 | 66.3 | 59.13 | - |
| YUV | 214.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 192 | 0 | 0.14 | 0.20 | 0.06 | 17.87 | 0.59 | 0.85 |
| Hex | EF | CE | C0 | 0 | E | 14 | 6 | 12 | 3B | 55 |
| Octal | 357 | 316 | 300 | 0 | 16 | 24 | 6 | 22 | 73 | 125 |
| Binary | 11101111 | 11001110 | 11000000 | 0 | 1110 | 10100 | 110 | 10010 | 111011 | 1010101 |
Color Harmonies of #EFCEC0
Complementary color
Monochromatic Colors of #EFCEC0
Black with #EFCEC0
Text Example
Text Example
White with #EFCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEC0; }
p { color: rgb(239,206,192); }
H1.HeaderClassName
{
color: #EFCEC0;
}
.AnyTagClassName
{
color: #EFCEC0;
}
</style>
background-color css
<style>
a { background-color: #EFCEC0; }
a { background-color: rgb(239,206,192); }
div.DivClassName
{
background-color: #EFCEC0;
}
.BgClassName
{
background-color: #EFCEC0;
}
</style>
border-color css
<style>
span { border-color: #EFCEC0; }
span { border-color: rgb(239,206,192); }
td.TdClassName
{
border-color: #EFCEC0;
}
.TagClassName
{
border-color: #EFCEC0;
}
</style>