Shades of Watusi #EFD2BB
Tints of Watusi #EFD2BB
RGB
CMYK
RGB Variations
Color information
#EFD2BB (or 0xEFD2BB) is known color: Watusi. HEX triplet: EF, D2 and BB. RGB value is (239,210,187). Sum of RGB (Red+Green+Blue) = 239+210+187=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2BB is #102D44. Grayscale: #D8D8D8. Windows color (decimal): -1060165 or 12309231. OLE color: 12309231.
HSL color Cylindrical-coordinate representation of color #EFD2BB: hue angle of 26.54º 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 #EFD2BB is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 187 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.06 |
| HSL | 26.54º | 0.62% | 0.84% | - |
| HSV(B) | 26.54º | 0.22% | 0.94% | - |
| XYZ | 67.61 | 68.03 | 56.58 | - |
| YUV | 216.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 187 | 0 | 0.12 | 0.22 | 0.06 | 26.54 | 0.62 | 0.84 |
| Hex | EF | D2 | BB | 0 | C | 16 | 6 | 1B | 3E | 54 |
| Octal | 357 | 322 | 273 | 0 | 14 | 26 | 6 | 33 | 76 | 124 |
| Binary | 11101111 | 11010010 | 10111011 | 0 | 1100 | 10110 | 110 | 11011 | 111110 | 1010100 |
Color Harmonies of #EFD2BB
Complementary color
Monochromatic Colors of #EFD2BB
Black with #EFD2BB
Text Example
Text Example
White with #EFD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2BB; }
p { color: rgb(239,210,187); }
H1.HeaderClassName
{
color: #EFD2BB;
}
.AnyTagClassName
{
color: #EFD2BB;
}
</style>
background-color css
<style>
a { background-color: #EFD2BB; }
a { background-color: rgb(239,210,187); }
div.DivClassName
{
background-color: #EFD2BB;
}
.BgClassName
{
background-color: #EFD2BB;
}
</style>
border-color css
<style>
span { border-color: #EFD2BB; }
span { border-color: rgb(239,210,187); }
td.TdClassName
{
border-color: #EFD2BB;
}
.TagClassName
{
border-color: #EFD2BB;
}
</style>