Shades of Watusi #EFD0BB
Tints of Watusi #EFD0BB
RGB
CMYK
RGB Variations
Color information
#EFD0BB (or 0xEFD0BB) is known color: Watusi. HEX triplet: EF, D0 and BB. RGB value is (239,208,187). Sum of RGB (Red+Green+Blue) = 239+208+187=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0BB is #102F44. Grayscale: #D6D6D6. Windows color (decimal): -1060677 or 12308719. OLE color: 12308719.
HSL color Cylindrical-coordinate representation of color #EFD0BB: hue angle of 24.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD0BB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 187 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.06 |
| HSL | 24.23º | 0.62% | 0.84% | - |
| HSV(B) | 24.23º | 0.22% | 0.94% | - |
| XYZ | 67.12 | 67.05 | 56.42 | - |
| YUV | 214.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 187 | 0 | 0.13 | 0.22 | 0.06 | 24.23 | 0.62 | 0.84 |
| Hex | EF | D0 | BB | 0 | D | 16 | 6 | 18 | 3E | 54 |
| Octal | 357 | 320 | 273 | 0 | 15 | 26 | 6 | 30 | 76 | 124 |
| Binary | 11101111 | 11010000 | 10111011 | 0 | 1101 | 10110 | 110 | 11000 | 111110 | 1010100 |
Color Harmonies of #EFD0BB
Complementary color
Monochromatic Colors of #EFD0BB
Black with #EFD0BB
Text Example
Text Example
White with #EFD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0BB; }
p { color: rgb(239,208,187); }
H1.HeaderClassName
{
color: #EFD0BB;
}
.AnyTagClassName
{
color: #EFD0BB;
}
</style>
background-color css
<style>
a { background-color: #EFD0BB; }
a { background-color: rgb(239,208,187); }
div.DivClassName
{
background-color: #EFD0BB;
}
.BgClassName
{
background-color: #EFD0BB;
}
</style>
border-color css
<style>
span { border-color: #EFD0BB; }
span { border-color: rgb(239,208,187); }
td.TdClassName
{
border-color: #EFD0BB;
}
.TagClassName
{
border-color: #EFD0BB;
}
</style>