Shades of Watusi #EFD0BF
Tints of Watusi #EFD0BF
RGB
CMYK
RGB Variations
Color information
#EFD0BF (or 0xEFD0BF) is known color: Watusi. HEX triplet: EF, D0 and BF. RGB value is (239,208,191). Sum of RGB (Red+Green+Blue) = 239+208+191=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0BF is #102F40. Grayscale: #D7D7D7. Windows color (decimal): -1060673 or 12570863. OLE color: 12570863.
HSL color Cylindrical-coordinate representation of color #EFD0BF: hue angle of 21.25º 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 #EFD0BF is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 191 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.06 |
| HSL | 21.25º | 0.6% | 0.84% | - |
| HSV(B) | 21.25º | 0.2% | 0.94% | - |
| XYZ | 67.56 | 67.22 | 58.71 | - |
| YUV | 215.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 191 | 0 | 0.13 | 0.20 | 0.06 | 21.25 | 0.6 | 0.84 |
| Hex | EF | D0 | BF | 0 | D | 14 | 6 | 15 | 3C | 54 |
| Octal | 357 | 320 | 277 | 0 | 15 | 24 | 6 | 25 | 74 | 124 |
| Binary | 11101111 | 11010000 | 10111111 | 0 | 1101 | 10100 | 110 | 10101 | 111100 | 1010100 |
Color Harmonies of #EFD0BF
Complementary color
Monochromatic Colors of #EFD0BF
Black with #EFD0BF
Text Example
Text Example
White with #EFD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0BF; }
p { color: rgb(239,208,191); }
H1.HeaderClassName
{
color: #EFD0BF;
}
.AnyTagClassName
{
color: #EFD0BF;
}
</style>
background-color css
<style>
a { background-color: #EFD0BF; }
a { background-color: rgb(239,208,191); }
div.DivClassName
{
background-color: #EFD0BF;
}
.BgClassName
{
background-color: #EFD0BF;
}
</style>
border-color css
<style>
span { border-color: #EFD0BF; }
span { border-color: rgb(239,208,191); }
td.TdClassName
{
border-color: #EFD0BF;
}
.TagClassName
{
border-color: #EFD0BF;
}
</style>