Shades of Watusi #EFCFBD
Tints of Watusi #EFCFBD
RGB
CMYK
RGB Variations
Color information
#EFCFBD (or 0xEFCFBD) is known color: Watusi. HEX triplet: EF, CF and BD. RGB value is (239,207,189). Sum of RGB (Red+Green+Blue) = 239+207+189=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBD is #103042. Grayscale: #D6D6D6. Windows color (decimal): -1060931 or 12439535. OLE color: 12439535.
HSL color Cylindrical-coordinate representation of color #EFCFBD: hue angle of 21.6º 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 #EFCFBD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 189 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 21.6º | 0.61% | 0.84% | - |
| HSV(B) | 21.6º | 0.21% | 0.94% | - |
| XYZ | 67.09 | 66.65 | 57.47 | - |
| YUV | 214.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 189 | 0 | 0.13 | 0.21 | 0.06 | 21.6 | 0.61 | 0.84 |
| Hex | EF | CF | BD | 0 | D | 15 | 6 | 16 | 3D | 54 |
| Octal | 357 | 317 | 275 | 0 | 15 | 25 | 6 | 26 | 75 | 124 |
| Binary | 11101111 | 11001111 | 10111101 | 0 | 1101 | 10101 | 110 | 10110 | 111101 | 1010100 |
Color Harmonies of #EFCFBD
Complementary color
Monochromatic Colors of #EFCFBD
Black with #EFCFBD
Text Example
Text Example
White with #EFCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFBD; }
p { color: rgb(239,207,189); }
H1.HeaderClassName
{
color: #EFCFBD;
}
.AnyTagClassName
{
color: #EFCFBD;
}
</style>
background-color css
<style>
a { background-color: #EFCFBD; }
a { background-color: rgb(239,207,189); }
div.DivClassName
{
background-color: #EFCFBD;
}
.BgClassName
{
background-color: #EFCFBD;
}
</style>
border-color css
<style>
span { border-color: #EFCFBD; }
span { border-color: rgb(239,207,189); }
td.TdClassName
{
border-color: #EFCFBD;
}
.TagClassName
{
border-color: #EFCFBD;
}
</style>