Shades of Watusi #EFCEBD
Tints of Watusi #EFCEBD
RGB
CMYK
RGB Variations
Color information
#EFCEBD (or 0xEFCEBD) is known color: Watusi. HEX triplet: EF, CE and BD. RGB value is (239,206,189). Sum of RGB (Red+Green+Blue) = 239+206+189=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBD is #103142. Grayscale: #D6D6D6. Windows color (decimal): -1061187 or 12439279. OLE color: 12439279.
HSL color Cylindrical-coordinate representation of color #EFCEBD: hue angle of 20.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCEBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 189 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.06 |
| HSL | 20.4º | 0.61% | 0.84% | - |
| HSV(B) | 20.4º | 0.21% | 0.94% | - |
| XYZ | 66.85 | 66.17 | 57.39 | - |
| YUV | 213.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 189 | 0 | 0.14 | 0.21 | 0.06 | 20.4 | 0.61 | 0.84 |
| Hex | EF | CE | BD | 0 | E | 15 | 6 | 14 | 3D | 54 |
| Octal | 357 | 316 | 275 | 0 | 16 | 25 | 6 | 24 | 75 | 124 |
| Binary | 11101111 | 11001110 | 10111101 | 0 | 1110 | 10101 | 110 | 10100 | 111101 | 1010100 |
Color Harmonies of #EFCEBD
Complementary color
Monochromatic Colors of #EFCEBD
Black with #EFCEBD
Text Example
Text Example
White with #EFCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEBD; }
p { color: rgb(239,206,189); }
H1.HeaderClassName
{
color: #EFCEBD;
}
.AnyTagClassName
{
color: #EFCEBD;
}
</style>
background-color css
<style>
a { background-color: #EFCEBD; }
a { background-color: rgb(239,206,189); }
div.DivClassName
{
background-color: #EFCEBD;
}
.BgClassName
{
background-color: #EFCEBD;
}
</style>
border-color css
<style>
span { border-color: #EFCEBD; }
span { border-color: rgb(239,206,189); }
td.TdClassName
{
border-color: #EFCEBD;
}
.TagClassName
{
border-color: #EFCEBD;
}
</style>