Shades of Watusi #EFD1BC
Tints of Watusi #EFD1BC
RGB
CMYK
RGB Variations
Color information
#EFD1BC (or 0xEFD1BC) is known color: Watusi. HEX triplet: EF, D1 and BC. RGB value is (239,209,188). Sum of RGB (Red+Green+Blue) = 239+209+188=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1BC is #102E43. Grayscale: #D7D7D7. Windows color (decimal): -1060420 or 12374511. OLE color: 12374511.
HSL color Cylindrical-coordinate representation of color #EFD1BC: hue angle of 24.71º 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 #EFD1BC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 188 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 24.71º | 0.61% | 0.84% | - |
| HSV(B) | 24.71º | 0.21% | 0.94% | - |
| XYZ | 67.47 | 67.58 | 57.07 | - |
| YUV | 215.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 188 | 0 | 0.13 | 0.21 | 0.06 | 24.71 | 0.61 | 0.84 |
| Hex | EF | D1 | BC | 0 | D | 15 | 6 | 19 | 3D | 54 |
| Octal | 357 | 321 | 274 | 0 | 15 | 25 | 6 | 31 | 75 | 124 |
| Binary | 11101111 | 11010001 | 10111100 | 0 | 1101 | 10101 | 110 | 11001 | 111101 | 1010100 |
Color Harmonies of #EFD1BC
Complementary color
Monochromatic Colors of #EFD1BC
Black with #EFD1BC
Text Example
Text Example
White with #EFD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1BC; }
p { color: rgb(239,209,188); }
H1.HeaderClassName
{
color: #EFD1BC;
}
.AnyTagClassName
{
color: #EFD1BC;
}
</style>
background-color css
<style>
a { background-color: #EFD1BC; }
a { background-color: rgb(239,209,188); }
div.DivClassName
{
background-color: #EFD1BC;
}
.BgClassName
{
background-color: #EFD1BC;
}
</style>
border-color css
<style>
span { border-color: #EFD1BC; }
span { border-color: rgb(239,209,188); }
td.TdClassName
{
border-color: #EFD1BC;
}
.TagClassName
{
border-color: #EFD1BC;
}
</style>