Shades of Watusi #EFD0C1
Tints of Watusi #EFD0C1
RGB
CMYK
RGB Variations
Color information
#EFD0C1 (or 0xEFD0C1) is known color: Watusi. HEX triplet: EF, D0 and C1. RGB value is (239,208,193). Sum of RGB (Red+Green+Blue) = 239+208+193=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0C1 is #102F3E. Grayscale: #D7D7D7. Windows color (decimal): -1060671 or 12701935. OLE color: 12701935.
HSL color Cylindrical-coordinate representation of color #EFD0C1: hue angle of 19.57º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFD0C1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 193 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.06 |
| HSL | 19.57º | 0.59% | 0.85% | - |
| HSV(B) | 19.57º | 0.19% | 0.94% | - |
| XYZ | 67.78 | 67.31 | 59.87 | - |
| YUV | 215.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 193 | 0 | 0.13 | 0.19 | 0.06 | 19.57 | 0.59 | 0.85 |
| Hex | EF | D0 | C1 | 0 | D | 13 | 6 | 14 | 3B | 55 |
| Octal | 357 | 320 | 301 | 0 | 15 | 23 | 6 | 24 | 73 | 125 |
| Binary | 11101111 | 11010000 | 11000001 | 0 | 1101 | 10011 | 110 | 10100 | 111011 | 1010101 |
Color Harmonies of #EFD0C1
Complementary color
Monochromatic Colors of #EFD0C1
Black with #EFD0C1
Text Example
Text Example
White with #EFD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0C1; }
p { color: rgb(239,208,193); }
H1.HeaderClassName
{
color: #EFD0C1;
}
.AnyTagClassName
{
color: #EFD0C1;
}
</style>
background-color css
<style>
a { background-color: #EFD0C1; }
a { background-color: rgb(239,208,193); }
div.DivClassName
{
background-color: #EFD0C1;
}
.BgClassName
{
background-color: #EFD0C1;
}
</style>
border-color css
<style>
span { border-color: #EFD0C1; }
span { border-color: rgb(239,208,193); }
td.TdClassName
{
border-color: #EFD0C1;
}
.TagClassName
{
border-color: #EFD0C1;
}
</style>