Shades of Watusi #EFD1BA
Tints of Watusi #EFD1BA
RGB
CMYK
RGB Variations
Color information
#EFD1BA (or 0xEFD1BA) is known color: Watusi. HEX triplet: EF, D1 and BA. RGB value is (239,209,186). Sum of RGB (Red+Green+Blue) = 239+209+186=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1BA is #102E45. Grayscale: #D7D7D7. Windows color (decimal): -1060422 or 12243439. OLE color: 12243439.
HSL color Cylindrical-coordinate representation of color #EFD1BA: hue angle of 26.04º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFD1BA is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 186 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.06 |
| HSL | 26.04º | 0.62% | 0.83% | - |
| HSV(B) | 26.04º | 0.22% | 0.94% | - |
| XYZ | 67.26 | 67.5 | 55.94 | - |
| YUV | 215.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 186 | 0 | 0.13 | 0.22 | 0.06 | 26.04 | 0.62 | 0.83 |
| Hex | EF | D1 | BA | 0 | D | 16 | 6 | 1A | 3E | 53 |
| Octal | 357 | 321 | 272 | 0 | 15 | 26 | 6 | 32 | 76 | 123 |
| Binary | 11101111 | 11010001 | 10111010 | 0 | 1101 | 10110 | 110 | 11010 | 111110 | 1010011 |
Color Harmonies of #EFD1BA
Complementary color
Monochromatic Colors of #EFD1BA
Black with #EFD1BA
Text Example
Text Example
White with #EFD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD1BA; }
p { color: rgb(239,209,186); }
H1.HeaderClassName
{
color: #EFD1BA;
}
.AnyTagClassName
{
color: #EFD1BA;
}
</style>
background-color css
<style>
a { background-color: #EFD1BA; }
a { background-color: rgb(239,209,186); }
div.DivClassName
{
background-color: #EFD1BA;
}
.BgClassName
{
background-color: #EFD1BA;
}
</style>
border-color css
<style>
span { border-color: #EFD1BA; }
span { border-color: rgb(239,209,186); }
td.TdClassName
{
border-color: #EFD1BA;
}
.TagClassName
{
border-color: #EFD1BA;
}
</style>