Shades of Watusi #EFC6B8
Tints of Watusi #EFC6B8
RGB
CMYK
RGB Variations
Color information
#EFC6B8 (or 0xEFC6B8) is known color: Watusi. HEX triplet: EF, C6 and B8. RGB value is (239,198,184). Sum of RGB (Red+Green+Blue) = 239+198+184=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 184 (72.27% from 255 or 29.63% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6B8 is #103947. Grayscale: #D0D0D0. Windows color (decimal): -1063240 or 12109551. OLE color: 12109551.
HSL color Cylindrical-coordinate representation of color #EFC6B8: hue angle of 15.27º 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 #EFC6B8 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 184 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.06 |
| HSL | 15.27º | 0.63% | 0.83% | - |
| HSV(B) | 15.27º | 0.23% | 0.94% | - |
| XYZ | 64.44 | 62.2 | 53.96 | - |
| YUV | 208.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 184 | 0 | 0.17 | 0.23 | 0.06 | 15.27 | 0.63 | 0.83 |
| Hex | EF | C6 | B8 | 0 | 11 | 17 | 6 | F | 3F | 53 |
| Octal | 357 | 306 | 270 | 0 | 21 | 27 | 6 | 17 | 77 | 123 |
| Binary | 11101111 | 11000110 | 10111000 | 0 | 10001 | 10111 | 110 | 1111 | 111111 | 1010011 |
Color Harmonies of #EFC6B8
Complementary color
Monochromatic Colors of #EFC6B8
Black with #EFC6B8
Text Example
Text Example
White with #EFC6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6B8; }
p { color: rgb(239,198,184); }
H1.HeaderClassName
{
color: #EFC6B8;
}
.AnyTagClassName
{
color: #EFC6B8;
}
</style>
background-color css
<style>
a { background-color: #EFC6B8; }
a { background-color: rgb(239,198,184); }
div.DivClassName
{
background-color: #EFC6B8;
}
.BgClassName
{
background-color: #EFC6B8;
}
</style>
border-color css
<style>
span { border-color: #EFC6B8; }
span { border-color: rgb(239,198,184); }
td.TdClassName
{
border-color: #EFC6B8;
}
.TagClassName
{
border-color: #EFC6B8;
}
</style>