Shades of Watusi #EFC6B7
Tints of Watusi #EFC6B7
RGB
CMYK
RGB Variations
Color information
#EFC6B7 (or 0xEFC6B7) is known color: Watusi. HEX triplet: EF, C6 and B7. RGB value is (239,198,183). Sum of RGB (Red+Green+Blue) = 239+198+183=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6B7 is #103948. Grayscale: #D0D0D0. Windows color (decimal): -1063241 or 12044015. OLE color: 12044015.
HSL color Cylindrical-coordinate representation of color #EFC6B7: hue angle of 16.07º degrees, saturation: 0.64, 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 #EFC6B7 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 183 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.06 |
| HSL | 16.07º | 0.64% | 0.83% | - |
| HSV(B) | 16.07º | 0.23% | 0.94% | - |
| XYZ | 64.34 | 62.16 | 53.41 | - |
| YUV | 208.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 183 | 0 | 0.17 | 0.23 | 0.06 | 16.07 | 0.64 | 0.83 |
| Hex | EF | C6 | B7 | 0 | 11 | 17 | 6 | 10 | 40 | 53 |
| Octal | 357 | 306 | 267 | 0 | 21 | 27 | 6 | 20 | 100 | 123 |
| Binary | 11101111 | 11000110 | 10110111 | 0 | 10001 | 10111 | 110 | 10000 | 1000000 | 1010011 |
Color Harmonies of #EFC6B7
Complementary color
Monochromatic Colors of #EFC6B7
Black with #EFC6B7
Text Example
Text Example
White with #EFC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6B7; }
p { color: rgb(239,198,183); }
H1.HeaderClassName
{
color: #EFC6B7;
}
.AnyTagClassName
{
color: #EFC6B7;
}
</style>
background-color css
<style>
a { background-color: #EFC6B7; }
a { background-color: rgb(239,198,183); }
div.DivClassName
{
background-color: #EFC6B7;
}
.BgClassName
{
background-color: #EFC6B7;
}
</style>
border-color css
<style>
span { border-color: #EFC6B7; }
span { border-color: rgb(239,198,183); }
td.TdClassName
{
border-color: #EFC6B7;
}
.TagClassName
{
border-color: #EFC6B7;
}
</style>