Shades of Watusi #EFCFBF
Tints of Watusi #EFCFBF
RGB
CMYK
RGB Variations
Color information
#EFCFBF (or 0xEFCFBF) is known color: Watusi. HEX triplet: EF, CF and BF. RGB value is (239,207,191). Sum of RGB (Red+Green+Blue) = 239+207+191=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBF is #103040. Grayscale: #D6D6D6. Windows color (decimal): -1060929 or 12570607. OLE color: 12570607.
HSL color Cylindrical-coordinate representation of color #EFCFBF: hue angle of 20º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCFBF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 191 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.06 |
| HSL | 20º | 0.6% | 0.84% | - |
| HSV(B) | 20º | 0.2% | 0.94% | - |
| XYZ | 67.31 | 66.74 | 58.62 | - |
| YUV | 214.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 191 | 0 | 0.13 | 0.20 | 0.06 | 20 | 0.6 | 0.84 |
| Hex | EF | CF | BF | 0 | D | 14 | 6 | 14 | 3C | 54 |
| Octal | 357 | 317 | 277 | 0 | 15 | 24 | 6 | 24 | 74 | 124 |
| Binary | 11101111 | 11001111 | 10111111 | 0 | 1101 | 10100 | 110 | 10100 | 111100 | 1010100 |
Color Harmonies of #EFCFBF
Complementary color
Monochromatic Colors of #EFCFBF
Black with #EFCFBF
Text Example
Text Example
White with #EFCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFBF; }
p { color: rgb(239,207,191); }
H1.HeaderClassName
{
color: #EFCFBF;
}
.AnyTagClassName
{
color: #EFCFBF;
}
</style>
background-color css
<style>
a { background-color: #EFCFBF; }
a { background-color: rgb(239,207,191); }
div.DivClassName
{
background-color: #EFCFBF;
}
.BgClassName
{
background-color: #EFCFBF;
}
</style>
border-color css
<style>
span { border-color: #EFCFBF; }
span { border-color: rgb(239,207,191); }
td.TdClassName
{
border-color: #EFCFBF;
}
.TagClassName
{
border-color: #EFCFBF;
}
</style>