Shades of Watusi #EFD0BD
Tints of Watusi #EFD0BD
RGB
CMYK
RGB Variations
Color information
#EFD0BD (or 0xEFD0BD) is known color: Watusi. HEX triplet: EF, D0 and BD. RGB value is (239,208,189). Sum of RGB (Red+Green+Blue) = 239+208+189=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0BD is #102F42. Grayscale: #D7D7D7. Windows color (decimal): -1060675 or 12439791. OLE color: 12439791.
HSL color Cylindrical-coordinate representation of color #EFD0BD: hue angle of 22.8º 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 #EFD0BD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 189 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 22.8º | 0.61% | 0.84% | - |
| HSV(B) | 22.8º | 0.21% | 0.94% | - |
| XYZ | 67.34 | 67.14 | 57.55 | - |
| YUV | 215.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 189 | 0 | 0.13 | 0.21 | 0.06 | 22.8 | 0.61 | 0.84 |
| Hex | EF | D0 | BD | 0 | D | 15 | 6 | 17 | 3D | 54 |
| Octal | 357 | 320 | 275 | 0 | 15 | 25 | 6 | 27 | 75 | 124 |
| Binary | 11101111 | 11010000 | 10111101 | 0 | 1101 | 10101 | 110 | 10111 | 111101 | 1010100 |
Color Harmonies of #EFD0BD
Complementary color
Monochromatic Colors of #EFD0BD
Black with #EFD0BD
Text Example
Text Example
White with #EFD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0BD; }
p { color: rgb(239,208,189); }
H1.HeaderClassName
{
color: #EFD0BD;
}
.AnyTagClassName
{
color: #EFD0BD;
}
</style>
background-color css
<style>
a { background-color: #EFD0BD; }
a { background-color: rgb(239,208,189); }
div.DivClassName
{
background-color: #EFD0BD;
}
.BgClassName
{
background-color: #EFD0BD;
}
</style>
border-color css
<style>
span { border-color: #EFD0BD; }
span { border-color: rgb(239,208,189); }
td.TdClassName
{
border-color: #EFD0BD;
}
.TagClassName
{
border-color: #EFD0BD;
}
</style>