Shades of Watusi #EFC8BC
Tints of Watusi #EFC8BC
RGB
CMYK
RGB Variations
Color information
#EFC8BC (or 0xEFC8BC) is known color: Watusi. HEX triplet: EF, C8 and BC. RGB value is (239,200,188). Sum of RGB (Red+Green+Blue) = 239+200+188=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BC is #103743. Grayscale: #D2D2D2. Windows color (decimal): -1062724 or 12372207. OLE color: 12372207.
HSL color Cylindrical-coordinate representation of color #EFC8BC: hue angle of 14.12º 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 #EFC8BC is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 188 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.06 |
| HSL | 14.12º | 0.61% | 0.84% | - |
| HSV(B) | 14.12º | 0.21% | 0.94% | - |
| XYZ | 65.33 | 63.29 | 56.35 | - |
| YUV | 210.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 188 | 0 | 0.16 | 0.21 | 0.06 | 14.12 | 0.61 | 0.84 |
| Hex | EF | C8 | BC | 0 | 10 | 15 | 6 | E | 3D | 54 |
| Octal | 357 | 310 | 274 | 0 | 20 | 25 | 6 | 16 | 75 | 124 |
| Binary | 11101111 | 11001000 | 10111100 | 0 | 10000 | 10101 | 110 | 1110 | 111101 | 1010100 |
Color Harmonies of #EFC8BC
Complementary color
Monochromatic Colors of #EFC8BC
Black with #EFC8BC
Text Example
Text Example
White with #EFC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8BC; }
p { color: rgb(239,200,188); }
H1.HeaderClassName
{
color: #EFC8BC;
}
.AnyTagClassName
{
color: #EFC8BC;
}
</style>
background-color css
<style>
a { background-color: #EFC8BC; }
a { background-color: rgb(239,200,188); }
div.DivClassName
{
background-color: #EFC8BC;
}
.BgClassName
{
background-color: #EFC8BC;
}
</style>
border-color css
<style>
span { border-color: #EFC8BC; }
span { border-color: rgb(239,200,188); }
td.TdClassName
{
border-color: #EFC8BC;
}
.TagClassName
{
border-color: #EFC8BC;
}
</style>