Shades of Watusi #EFD0BC
Tints of Watusi #EFD0BC
RGB
CMYK
RGB Variations
Color information
#EFD0BC (or 0xEFD0BC) is known color: Watusi. HEX triplet: EF, D0 and BC. RGB value is (239,208,188). Sum of RGB (Red+Green+Blue) = 239+208+188=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0BC is #102F43. Grayscale: #D7D7D7. Windows color (decimal): -1060676 or 12374255. OLE color: 12374255.
HSL color Cylindrical-coordinate representation of color #EFD0BC: hue angle of 23.53º 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 #EFD0BC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 188 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 23.53º | 0.61% | 0.84% | - |
| HSV(B) | 23.53º | 0.21% | 0.94% | - |
| XYZ | 67.23 | 67.09 | 56.98 | - |
| YUV | 214.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 188 | 0 | 0.13 | 0.21 | 0.06 | 23.53 | 0.61 | 0.84 |
| Hex | EF | D0 | BC | 0 | D | 15 | 6 | 18 | 3D | 54 |
| Octal | 357 | 320 | 274 | 0 | 15 | 25 | 6 | 30 | 75 | 124 |
| Binary | 11101111 | 11010000 | 10111100 | 0 | 1101 | 10101 | 110 | 11000 | 111101 | 1010100 |
Color Harmonies of #EFD0BC
Complementary color
Monochromatic Colors of #EFD0BC
Black with #EFD0BC
Text Example
Text Example
White with #EFD0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0BC; }
p { color: rgb(239,208,188); }
H1.HeaderClassName
{
color: #EFD0BC;
}
.AnyTagClassName
{
color: #EFD0BC;
}
</style>
background-color css
<style>
a { background-color: #EFD0BC; }
a { background-color: rgb(239,208,188); }
div.DivClassName
{
background-color: #EFD0BC;
}
.BgClassName
{
background-color: #EFD0BC;
}
</style>
border-color css
<style>
span { border-color: #EFD0BC; }
span { border-color: rgb(239,208,188); }
td.TdClassName
{
border-color: #EFD0BC;
}
.TagClassName
{
border-color: #EFD0BC;
}
</style>