Shades of Watusi #EFC8BB
Tints of Watusi #EFC8BB
RGB
CMYK
RGB Variations
Color information
#EFC8BB (or 0xEFC8BB) is known color: Watusi. HEX triplet: EF, C8 and BB. RGB value is (239,200,187). Sum of RGB (Red+Green+Blue) = 239+200+187=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BB is #103744. Grayscale: #D2D2D2. Windows color (decimal): -1062725 or 12306671. OLE color: 12306671.
HSL color Cylindrical-coordinate representation of color #EFC8BB: hue angle of 15º 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 #EFC8BB is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 187 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.06 |
| HSL | 15º | 0.62% | 0.84% | - |
| HSV(B) | 15º | 0.22% | 0.94% | - |
| XYZ | 65.22 | 63.25 | 55.78 | - |
| YUV | 210.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 187 | 0 | 0.16 | 0.22 | 0.06 | 15 | 0.62 | 0.84 |
| Hex | EF | C8 | BB | 0 | 10 | 16 | 6 | F | 3E | 54 |
| Octal | 357 | 310 | 273 | 0 | 20 | 26 | 6 | 17 | 76 | 124 |
| Binary | 11101111 | 11001000 | 10111011 | 0 | 10000 | 10110 | 110 | 1111 | 111110 | 1010100 |
Color Harmonies of #EFC8BB
Complementary color
Monochromatic Colors of #EFC8BB
Black with #EFC8BB
Text Example
Text Example
White with #EFC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8BB; }
p { color: rgb(239,200,187); }
H1.HeaderClassName
{
color: #EFC8BB;
}
.AnyTagClassName
{
color: #EFC8BB;
}
</style>
background-color css
<style>
a { background-color: #EFC8BB; }
a { background-color: rgb(239,200,187); }
div.DivClassName
{
background-color: #EFC8BB;
}
.BgClassName
{
background-color: #EFC8BB;
}
</style>
border-color css
<style>
span { border-color: #EFC8BB; }
span { border-color: rgb(239,200,187); }
td.TdClassName
{
border-color: #EFC8BB;
}
.TagClassName
{
border-color: #EFC8BB;
}
</style>