Shades of Watusi #EFD2BF
Tints of Watusi #EFD2BF
RGB
CMYK
RGB Variations
Color information
#EFD2BF (or 0xEFD2BF) is known color: Watusi. HEX triplet: EF, D2 and BF. RGB value is (239,210,191). Sum of RGB (Red+Green+Blue) = 239+210+191=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2BF is #102D40. Grayscale: #D8D8D8. Windows color (decimal): -1060161 or 12571375. OLE color: 12571375.
HSL color Cylindrical-coordinate representation of color #EFD2BF: hue angle of 23.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD2BF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 191 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.06 |
| HSL | 23.75º | 0.6% | 0.84% | - |
| HSV(B) | 23.75º | 0.2% | 0.94% | - |
| XYZ | 68.05 | 68.21 | 58.87 | - |
| YUV | 216.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 191 | 0 | 0.12 | 0.20 | 0.06 | 23.75 | 0.6 | 0.84 |
| Hex | EF | D2 | BF | 0 | C | 14 | 6 | 18 | 3C | 54 |
| Octal | 357 | 322 | 277 | 0 | 14 | 24 | 6 | 30 | 74 | 124 |
| Binary | 11101111 | 11010010 | 10111111 | 0 | 1100 | 10100 | 110 | 11000 | 111100 | 1010100 |
Color Harmonies of #EFD2BF
Complementary color
Monochromatic Colors of #EFD2BF
Black with #EFD2BF
Text Example
Text Example
White with #EFD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2BF; }
p { color: rgb(239,210,191); }
H1.HeaderClassName
{
color: #EFD2BF;
}
.AnyTagClassName
{
color: #EFD2BF;
}
</style>
background-color css
<style>
a { background-color: #EFD2BF; }
a { background-color: rgb(239,210,191); }
div.DivClassName
{
background-color: #EFD2BF;
}
.BgClassName
{
background-color: #EFD2BF;
}
</style>
border-color css
<style>
span { border-color: #EFD2BF; }
span { border-color: rgb(239,210,191); }
td.TdClassName
{
border-color: #EFD2BF;
}
.TagClassName
{
border-color: #EFD2BF;
}
</style>