Shades of Watusi #EFC7BC
Tints of Watusi #EFC7BC
RGB
CMYK
RGB Variations
Color information
#EFC7BC (or 0xEFC7BC) is known color: Watusi. HEX triplet: EF, C7 and BC. RGB value is (239,199,188). Sum of RGB (Red+Green+Blue) = 239+199+188=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BC is #103843. Grayscale: #D1D1D1. Windows color (decimal): -1062980 or 12371951. OLE color: 12371951.
HSL color Cylindrical-coordinate representation of color #EFC7BC: hue angle of 12.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC7BC is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 188 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.06 |
| HSL | 12.94º | 0.61% | 0.84% | - |
| HSV(B) | 12.94º | 0.21% | 0.94% | - |
| XYZ | 65.1 | 62.83 | 56.27 | - |
| YUV | 209.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 188 | 0 | 0.17 | 0.21 | 0.06 | 12.94 | 0.61 | 0.84 |
| Hex | EF | C7 | BC | 0 | 11 | 15 | 6 | D | 3D | 54 |
| Octal | 357 | 307 | 274 | 0 | 21 | 25 | 6 | 15 | 75 | 124 |
| Binary | 11101111 | 11000111 | 10111100 | 0 | 10001 | 10101 | 110 | 1101 | 111101 | 1010100 |
Color Harmonies of #EFC7BC
Complementary color
Monochromatic Colors of #EFC7BC
Black with #EFC7BC
Text Example
Text Example
White with #EFC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7BC; }
p { color: rgb(239,199,188); }
H1.HeaderClassName
{
color: #EFC7BC;
}
.AnyTagClassName
{
color: #EFC7BC;
}
</style>
background-color css
<style>
a { background-color: #EFC7BC; }
a { background-color: rgb(239,199,188); }
div.DivClassName
{
background-color: #EFC7BC;
}
.BgClassName
{
background-color: #EFC7BC;
}
</style>
border-color css
<style>
span { border-color: #EFC7BC; }
span { border-color: rgb(239,199,188); }
td.TdClassName
{
border-color: #EFC7BC;
}
.TagClassName
{
border-color: #EFC7BC;
}
</style>