Shades of Watusi #EFCCB9
Tints of Watusi #EFCCB9
RGB
CMYK
RGB Variations
Color information
#EFCCB9 (or 0xEFCCB9) is known color: Watusi. HEX triplet: EF, CC and B9. RGB value is (239,204,185). Sum of RGB (Red+Green+Blue) = 239+204+185=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCB9 is #103346. Grayscale: #D4D4D4. Windows color (decimal): -1061703 or 12176623. OLE color: 12176623.
HSL color Cylindrical-coordinate representation of color #EFCCB9: hue angle of 21.11º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFCCB9 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 185 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.06 |
| HSL | 21.11º | 0.63% | 0.83% | - |
| HSV(B) | 21.11º | 0.23% | 0.94% | - |
| XYZ | 65.95 | 65.04 | 54.98 | - |
| YUV | 212.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 185 | 0 | 0.15 | 0.23 | 0.06 | 21.11 | 0.63 | 0.83 |
| Hex | EF | CC | B9 | 0 | F | 17 | 6 | 15 | 3F | 53 |
| Octal | 357 | 314 | 271 | 0 | 17 | 27 | 6 | 25 | 77 | 123 |
| Binary | 11101111 | 11001100 | 10111001 | 0 | 1111 | 10111 | 110 | 10101 | 111111 | 1010011 |
Color Harmonies of #EFCCB9
Complementary color
Monochromatic Colors of #EFCCB9
Black with #EFCCB9
Text Example
Text Example
White with #EFCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCB9; }
p { color: rgb(239,204,185); }
H1.HeaderClassName
{
color: #EFCCB9;
}
.AnyTagClassName
{
color: #EFCCB9;
}
</style>
background-color css
<style>
a { background-color: #EFCCB9; }
a { background-color: rgb(239,204,185); }
div.DivClassName
{
background-color: #EFCCB9;
}
.BgClassName
{
background-color: #EFCCB9;
}
</style>
border-color css
<style>
span { border-color: #EFCCB9; }
span { border-color: rgb(239,204,185); }
td.TdClassName
{
border-color: #EFCCB9;
}
.TagClassName
{
border-color: #EFCCB9;
}
</style>