Shades of Watusi #EFC5B8
Tints of Watusi #EFC5B8
RGB
CMYK
RGB Variations
Color information
#EFC5B8 (or 0xEFC5B8) is known color: Watusi. HEX triplet: EF, C5 and B8. RGB value is (239,197,184). Sum of RGB (Red+Green+Blue) = 239+197+184=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5B8 is #103A47. Grayscale: #D0D0D0. Windows color (decimal): -1063496 or 12109295. OLE color: 12109295.
HSL color Cylindrical-coordinate representation of color #EFC5B8: hue angle of 14.18º 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 #EFC5B8 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 184 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.06 |
| HSL | 14.18º | 0.63% | 0.83% | - |
| HSV(B) | 14.18º | 0.23% | 0.94% | - |
| XYZ | 64.21 | 61.74 | 53.88 | - |
| YUV | 208.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 184 | 0 | 0.18 | 0.23 | 0.06 | 14.18 | 0.63 | 0.83 |
| Hex | EF | C5 | B8 | 0 | 12 | 17 | 6 | E | 3F | 53 |
| Octal | 357 | 305 | 270 | 0 | 22 | 27 | 6 | 16 | 77 | 123 |
| Binary | 11101111 | 11000101 | 10111000 | 0 | 10010 | 10111 | 110 | 1110 | 111111 | 1010011 |
Color Harmonies of #EFC5B8
Complementary color
Monochromatic Colors of #EFC5B8
Black with #EFC5B8
Text Example
Text Example
White with #EFC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5B8; }
p { color: rgb(239,197,184); }
H1.HeaderClassName
{
color: #EFC5B8;
}
.AnyTagClassName
{
color: #EFC5B8;
}
</style>
background-color css
<style>
a { background-color: #EFC5B8; }
a { background-color: rgb(239,197,184); }
div.DivClassName
{
background-color: #EFC5B8;
}
.BgClassName
{
background-color: #EFC5B8;
}
</style>
border-color css
<style>
span { border-color: #EFC5B8; }
span { border-color: rgb(239,197,184); }
td.TdClassName
{
border-color: #EFC5B8;
}
.TagClassName
{
border-color: #EFC5B8;
}
</style>