Shades of Wax Flower #EFB99F
Tints of Wax Flower #EFB99F
RGB
CMYK
RGB Variations
Color information
#EFB99F (or 0xEFB99F) is known color: Wax Flower. HEX triplet: EF, B9 and 9F. RGB value is (239,185,159). Sum of RGB (Red+Green+Blue) = 239+185+159=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB99F is #104660. Grayscale: #C6C6C6. Windows color (decimal): -1066593 or 10467823. OLE color: 10467823.
HSL color Cylindrical-coordinate representation of color #EFB99F: hue angle of 19.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB99F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 159 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.06 |
| HSL | 19.5º | 0.71% | 0.78% | - |
| HSV(B) | 19.5º | 0.33% | 0.94% | - |
| XYZ | 59.2 | 55.55 | 40.4 | - |
| YUV | 198.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 159 | 0 | 0.23 | 0.33 | 0.06 | 19.5 | 0.71 | 0.78 |
| Hex | EF | B9 | 9F | 0 | 17 | 21 | 6 | 14 | 47 | 4E |
| Octal | 357 | 271 | 237 | 0 | 27 | 41 | 6 | 24 | 107 | 116 |
| Binary | 11101111 | 10111001 | 10011111 | 0 | 10111 | 100001 | 110 | 10100 | 1000111 | 1001110 |
Color Harmonies of #EFB99F
Complementary color
Monochromatic Colors of #EFB99F
Black with #EFB99F
Text Example
Text Example
White with #EFB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB99F; }
p { color: rgb(239,185,159); }
H1.HeaderClassName
{
color: #EFB99F;
}
.AnyTagClassName
{
color: #EFB99F;
}
</style>
background-color css
<style>
a { background-color: #EFB99F; }
a { background-color: rgb(239,185,159); }
div.DivClassName
{
background-color: #EFB99F;
}
.BgClassName
{
background-color: #EFB99F;
}
</style>
border-color css
<style>
span { border-color: #EFB99F; }
span { border-color: rgb(239,185,159); }
td.TdClassName
{
border-color: #EFB99F;
}
.TagClassName
{
border-color: #EFB99F;
}
</style>