Shades of Watusi #EFCFBE
Tints of Watusi #EFCFBE
RGB
CMYK
RGB Variations
Color information
#EFCFBE (or 0xEFCFBE) is known color: Watusi. HEX triplet: EF, CF and BE. RGB value is (239,207,190). Sum of RGB (Red+Green+Blue) = 239+207+190=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFBE is #103041. Grayscale: #D6D6D6. Windows color (decimal): -1060930 or 12505071. OLE color: 12505071.
HSL color Cylindrical-coordinate representation of color #EFCFBE: hue angle of 20.82º degrees, saturation: 0.6, 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 #EFCFBE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 190 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 20.82º | 0.6% | 0.84% | - |
| HSV(B) | 20.82º | 0.21% | 0.94% | - |
| XYZ | 67.2 | 66.69 | 58.05 | - |
| YUV | 214.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 190 | 0 | 0.13 | 0.21 | 0.06 | 20.82 | 0.6 | 0.84 |
| Hex | EF | CF | BE | 0 | D | 15 | 6 | 15 | 3C | 54 |
| Octal | 357 | 317 | 276 | 0 | 15 | 25 | 6 | 25 | 74 | 124 |
| Binary | 11101111 | 11001111 | 10111110 | 0 | 1101 | 10101 | 110 | 10101 | 111100 | 1010100 |
Color Harmonies of #EFCFBE
Complementary color
Monochromatic Colors of #EFCFBE
Black with #EFCFBE
Text Example
Text Example
White with #EFCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFBE; }
p { color: rgb(239,207,190); }
H1.HeaderClassName
{
color: #EFCFBE;
}
.AnyTagClassName
{
color: #EFCFBE;
}
</style>
background-color css
<style>
a { background-color: #EFCFBE; }
a { background-color: rgb(239,207,190); }
div.DivClassName
{
background-color: #EFCFBE;
}
.BgClassName
{
background-color: #EFCFBE;
}
</style>
border-color css
<style>
span { border-color: #EFCFBE; }
span { border-color: rgb(239,207,190); }
td.TdClassName
{
border-color: #EFCFBE;
}
.TagClassName
{
border-color: #EFCFBE;
}
</style>