Shades of Wax Flower #EFB7A3
Tints of Wax Flower #EFB7A3
RGB
CMYK
RGB Variations
Color information
#EFB7A3 (or 0xEFB7A3) is known color: Wax Flower. HEX triplet: EF, B7 and A3. RGB value is (239,183,163). Sum of RGB (Red+Green+Blue) = 239+183+163=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7A3 is #10485C. Grayscale: #C5C5C5. Windows color (decimal): -1067101 or 10729455. OLE color: 10729455.
HSL color Cylindrical-coordinate representation of color #EFB7A3: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFB7A3 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 163 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.06 |
| HSL | 15.79º | 0.7% | 0.79% | - |
| HSV(B) | 15.79º | 0.32% | 0.94% | - |
| XYZ | 59.14 | 54.86 | 42.12 | - |
| YUV | 197.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 163 | 0 | 0.23 | 0.32 | 0.06 | 15.79 | 0.7 | 0.79 |
| Hex | EF | B7 | A3 | 0 | 17 | 20 | 6 | 10 | 46 | 4F |
| Octal | 357 | 267 | 243 | 0 | 27 | 40 | 6 | 20 | 106 | 117 |
| Binary | 11101111 | 10110111 | 10100011 | 0 | 10111 | 100000 | 110 | 10000 | 1000110 | 1001111 |
Color Harmonies of #EFB7A3
Complementary color
Monochromatic Colors of #EFB7A3
Black with #EFB7A3
Text Example
Text Example
White with #EFB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7A3; }
p { color: rgb(239,183,163); }
H1.HeaderClassName
{
color: #EFB7A3;
}
.AnyTagClassName
{
color: #EFB7A3;
}
</style>
background-color css
<style>
a { background-color: #EFB7A3; }
a { background-color: rgb(239,183,163); }
div.DivClassName
{
background-color: #EFB7A3;
}
.BgClassName
{
background-color: #EFB7A3;
}
</style>
border-color css
<style>
span { border-color: #EFB7A3; }
span { border-color: rgb(239,183,163); }
td.TdClassName
{
border-color: #EFB7A3;
}
.TagClassName
{
border-color: #EFB7A3;
}
</style>