Shades of Wax Flower #EFB39F
Tints of Wax Flower #EFB39F
RGB
CMYK
RGB Variations
Color information
#EFB39F (or 0xEFB39F) is known color: Wax Flower. HEX triplet: EF, B3 and 9F. RGB value is (239,179,159). Sum of RGB (Red+Green+Blue) = 239+179+159=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39F is #104C60. Grayscale: #C2C2C2. Windows color (decimal): -1068129 or 10466287. OLE color: 10466287.
HSL color Cylindrical-coordinate representation of color #EFB39F: hue angle of 15º 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 #EFB39F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 159 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.06 |
| HSL | 15º | 0.71% | 0.78% | - |
| HSV(B) | 15º | 0.33% | 0.94% | - |
| XYZ | 57.97 | 53.09 | 39.99 | - |
| YUV | 194.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 159 | 0 | 0.25 | 0.33 | 0.06 | 15 | 0.71 | 0.78 |
| Hex | EF | B3 | 9F | 0 | 19 | 21 | 6 | F | 47 | 4E |
| Octal | 357 | 263 | 237 | 0 | 31 | 41 | 6 | 17 | 107 | 116 |
| Binary | 11101111 | 10110011 | 10011111 | 0 | 11001 | 100001 | 110 | 1111 | 1000111 | 1001110 |
Color Harmonies of #EFB39F
Complementary color
Monochromatic Colors of #EFB39F
Black with #EFB39F
Text Example
Text Example
White with #EFB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB39F; }
p { color: rgb(239,179,159); }
H1.HeaderClassName
{
color: #EFB39F;
}
.AnyTagClassName
{
color: #EFB39F;
}
</style>
background-color css
<style>
a { background-color: #EFB39F; }
a { background-color: rgb(239,179,159); }
div.DivClassName
{
background-color: #EFB39F;
}
.BgClassName
{
background-color: #EFB39F;
}
</style>
border-color css
<style>
span { border-color: #EFB39F; }
span { border-color: rgb(239,179,159); }
td.TdClassName
{
border-color: #EFB39F;
}
.TagClassName
{
border-color: #EFB39F;
}
</style>