Shades of Watusi #EFD0BE
Tints of Watusi #EFD0BE
RGB
CMYK
RGB Variations
Color information
#EFD0BE (or 0xEFD0BE) is known color: Watusi. HEX triplet: EF, D0 and BE. RGB value is (239,208,190). Sum of RGB (Red+Green+Blue) = 239+208+190=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0BE is #102F41. Grayscale: #D7D7D7. Windows color (decimal): -1060674 or 12505327. OLE color: 12505327.
HSL color Cylindrical-coordinate representation of color #EFD0BE: hue angle of 22.04º 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 #EFD0BE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 190 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 22.04º | 0.6% | 0.84% | - |
| HSV(B) | 22.04º | 0.21% | 0.94% | - |
| XYZ | 67.45 | 67.18 | 58.13 | - |
| YUV | 215.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 190 | 0 | 0.13 | 0.21 | 0.06 | 22.04 | 0.6 | 0.84 |
| Hex | EF | D0 | BE | 0 | D | 15 | 6 | 16 | 3C | 54 |
| Octal | 357 | 320 | 276 | 0 | 15 | 25 | 6 | 26 | 74 | 124 |
| Binary | 11101111 | 11010000 | 10111110 | 0 | 1101 | 10101 | 110 | 10110 | 111100 | 1010100 |
Color Harmonies of #EFD0BE
Complementary color
Monochromatic Colors of #EFD0BE
Black with #EFD0BE
Text Example
Text Example
White with #EFD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0BE; }
p { color: rgb(239,208,190); }
H1.HeaderClassName
{
color: #EFD0BE;
}
.AnyTagClassName
{
color: #EFD0BE;
}
</style>
background-color css
<style>
a { background-color: #EFD0BE; }
a { background-color: rgb(239,208,190); }
div.DivClassName
{
background-color: #EFD0BE;
}
.BgClassName
{
background-color: #EFD0BE;
}
</style>
border-color css
<style>
span { border-color: #EFD0BE; }
span { border-color: rgb(239,208,190); }
td.TdClassName
{
border-color: #EFD0BE;
}
.TagClassName
{
border-color: #EFD0BE;
}
</style>