Shades of Watusi #EFC6BB
Tints of Watusi #EFC6BB
RGB
CMYK
RGB Variations
Color information
#EFC6BB (or 0xEFC6BB) is known color: Watusi. HEX triplet: EF, C6 and BB. RGB value is (239,198,187). Sum of RGB (Red+Green+Blue) = 239+198+187=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BB is #103944. Grayscale: #D1D1D1. Windows color (decimal): -1063237 or 12306159. OLE color: 12306159.
HSL color Cylindrical-coordinate representation of color #EFC6BB: hue angle of 12.69º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC6BB is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 187 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.06 |
| HSL | 12.69º | 0.62% | 0.84% | - |
| HSV(B) | 12.69º | 0.22% | 0.94% | - |
| XYZ | 64.76 | 62.33 | 55.63 | - |
| YUV | 209.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 187 | 0 | 0.17 | 0.22 | 0.06 | 12.69 | 0.62 | 0.84 |
| Hex | EF | C6 | BB | 0 | 11 | 16 | 6 | D | 3E | 54 |
| Octal | 357 | 306 | 273 | 0 | 21 | 26 | 6 | 15 | 76 | 124 |
| Binary | 11101111 | 11000110 | 10111011 | 0 | 10001 | 10110 | 110 | 1101 | 111110 | 1010100 |
Color Harmonies of #EFC6BB
Complementary color
Monochromatic Colors of #EFC6BB
Black with #EFC6BB
Text Example
Text Example
White with #EFC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6BB; }
p { color: rgb(239,198,187); }
H1.HeaderClassName
{
color: #EFC6BB;
}
.AnyTagClassName
{
color: #EFC6BB;
}
</style>
background-color css
<style>
a { background-color: #EFC6BB; }
a { background-color: rgb(239,198,187); }
div.DivClassName
{
background-color: #EFC6BB;
}
.BgClassName
{
background-color: #EFC6BB;
}
</style>
border-color css
<style>
span { border-color: #EFC6BB; }
span { border-color: rgb(239,198,187); }
td.TdClassName
{
border-color: #EFC6BB;
}
.TagClassName
{
border-color: #EFC6BB;
}
</style>