Shades of Wax Flower #EFB79D
Tints of Wax Flower #EFB79D
RGB
CMYK
RGB Variations
Color information
#EFB79D (or 0xEFB79D) is known color: Wax Flower. HEX triplet: EF, B7 and 9D. RGB value is (239,183,157). Sum of RGB (Red+Green+Blue) = 239+183+157=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB79D is #104862. Grayscale: #C4C4C4. Windows color (decimal): -1067107 or 10336239. OLE color: 10336239.
HSL color Cylindrical-coordinate representation of color #EFB79D: hue angle of 19.02º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFB79D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 157 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.06 |
| HSL | 19.02º | 0.72% | 0.78% | - |
| HSV(B) | 19.02º | 0.34% | 0.94% | - |
| XYZ | 58.62 | 54.65 | 39.36 | - |
| YUV | 196.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 157 | 0 | 0.23 | 0.34 | 0.06 | 19.02 | 0.72 | 0.78 |
| Hex | EF | B7 | 9D | 0 | 17 | 22 | 6 | 13 | 48 | 4E |
| Octal | 357 | 267 | 235 | 0 | 27 | 42 | 6 | 23 | 110 | 116 |
| Binary | 11101111 | 10110111 | 10011101 | 0 | 10111 | 100010 | 110 | 10011 | 1001000 | 1001110 |
Color Harmonies of #EFB79D
Complementary color
Monochromatic Colors of #EFB79D
Black with #EFB79D
Text Example
Text Example
White with #EFB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB79D; }
p { color: rgb(239,183,157); }
H1.HeaderClassName
{
color: #EFB79D;
}
.AnyTagClassName
{
color: #EFB79D;
}
</style>
background-color css
<style>
a { background-color: #EFB79D; }
a { background-color: rgb(239,183,157); }
div.DivClassName
{
background-color: #EFB79D;
}
.BgClassName
{
background-color: #EFB79D;
}
</style>
border-color css
<style>
span { border-color: #EFB79D; }
span { border-color: rgb(239,183,157); }
td.TdClassName
{
border-color: #EFB79D;
}
.TagClassName
{
border-color: #EFB79D;
}
</style>