Shades of Watusi #EFCEBB
Tints of Watusi #EFCEBB
RGB
CMYK
RGB Variations
Color information
#EFCEBB (or 0xEFCEBB) is known color: Watusi. HEX triplet: EF, CE and BB. RGB value is (239,206,187). Sum of RGB (Red+Green+Blue) = 239+206+187=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBB is #103144. Grayscale: #D5D5D5. Windows color (decimal): -1061189 or 12308207. OLE color: 12308207.
HSL color Cylindrical-coordinate representation of color #EFCEBB: hue angle of 21.92º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFCEBB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 187 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.06 |
| HSL | 21.92º | 0.62% | 0.84% | - |
| HSV(B) | 21.92º | 0.22% | 0.94% | - |
| XYZ | 66.64 | 66.08 | 56.26 | - |
| YUV | 213.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 187 | 0 | 0.14 | 0.22 | 0.06 | 21.92 | 0.62 | 0.84 |
| Hex | EF | CE | BB | 0 | E | 16 | 6 | 16 | 3E | 54 |
| Octal | 357 | 316 | 273 | 0 | 16 | 26 | 6 | 26 | 76 | 124 |
| Binary | 11101111 | 11001110 | 10111011 | 0 | 1110 | 10110 | 110 | 10110 | 111110 | 1010100 |
Color Harmonies of #EFCEBB
Complementary color
Monochromatic Colors of #EFCEBB
Black with #EFCEBB
Text Example
Text Example
White with #EFCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEBB; }
p { color: rgb(239,206,187); }
H1.HeaderClassName
{
color: #EFCEBB;
}
.AnyTagClassName
{
color: #EFCEBB;
}
</style>
background-color css
<style>
a { background-color: #EFCEBB; }
a { background-color: rgb(239,206,187); }
div.DivClassName
{
background-color: #EFCEBB;
}
.BgClassName
{
background-color: #EFCEBB;
}
</style>
border-color css
<style>
span { border-color: #EFCEBB; }
span { border-color: rgb(239,206,187); }
td.TdClassName
{
border-color: #EFCEBB;
}
.TagClassName
{
border-color: #EFCEBB;
}
</style>