Shades of Wax Flower #EFB59D
Tints of Wax Flower #EFB59D
RGB
CMYK
RGB Variations
Color information
#EFB59D (or 0xEFB59D) is known color: Wax Flower. HEX triplet: EF, B5 and 9D. RGB value is (239,181,157). Sum of RGB (Red+Green+Blue) = 239+181+157=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB59D is #104A62. Grayscale: #C3C3C3. Windows color (decimal): -1067619 or 10335727. OLE color: 10335727.
HSL color Cylindrical-coordinate representation of color #EFB59D: hue angle of 17.56º 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 #EFB59D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 157 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.06 |
| HSL | 17.56º | 0.72% | 0.78% | - |
| HSV(B) | 17.56º | 0.34% | 0.94% | - |
| XYZ | 58.21 | 53.83 | 39.22 | - |
| YUV | 195.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 157 | 0 | 0.24 | 0.34 | 0.06 | 17.56 | 0.72 | 0.78 |
| Hex | EF | B5 | 9D | 0 | 18 | 22 | 6 | 12 | 48 | 4E |
| Octal | 357 | 265 | 235 | 0 | 30 | 42 | 6 | 22 | 110 | 116 |
| Binary | 11101111 | 10110101 | 10011101 | 0 | 11000 | 100010 | 110 | 10010 | 1001000 | 1001110 |
Color Harmonies of #EFB59D
Complementary color
Monochromatic Colors of #EFB59D
Black with #EFB59D
Text Example
Text Example
White with #EFB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB59D; }
p { color: rgb(239,181,157); }
H1.HeaderClassName
{
color: #EFB59D;
}
.AnyTagClassName
{
color: #EFB59D;
}
</style>
background-color css
<style>
a { background-color: #EFB59D; }
a { background-color: rgb(239,181,157); }
div.DivClassName
{
background-color: #EFB59D;
}
.BgClassName
{
background-color: #EFB59D;
}
</style>
border-color css
<style>
span { border-color: #EFB59D; }
span { border-color: rgb(239,181,157); }
td.TdClassName
{
border-color: #EFB59D;
}
.TagClassName
{
border-color: #EFB59D;
}
</style>