Shades of Wax Flower #EFB39D
Tints of Wax Flower #EFB39D
RGB
CMYK
RGB Variations
Color information
#EFB39D (or 0xEFB39D) is known color: Wax Flower. HEX triplet: EF, B3 and 9D. RGB value is (239,179,157). Sum of RGB (Red+Green+Blue) = 239+179+157=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39D is #104C62. Grayscale: #C2C2C2. Windows color (decimal): -1068131 or 10335215. OLE color: 10335215.
HSL color Cylindrical-coordinate representation of color #EFB39D: hue angle of 16.1º 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 #EFB39D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 157 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.06 |
| HSL | 16.1º | 0.72% | 0.78% | - |
| HSV(B) | 16.1º | 0.34% | 0.94% | - |
| XYZ | 57.8 | 53.03 | 39.09 | - |
| YUV | 194.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 157 | 0 | 0.25 | 0.34 | 0.06 | 16.1 | 0.72 | 0.78 |
| Hex | EF | B3 | 9D | 0 | 19 | 22 | 6 | 10 | 48 | 4E |
| Octal | 357 | 263 | 235 | 0 | 31 | 42 | 6 | 20 | 110 | 116 |
| Binary | 11101111 | 10110011 | 10011101 | 0 | 11001 | 100010 | 110 | 10000 | 1001000 | 1001110 |
Color Harmonies of #EFB39D
Complementary color
Monochromatic Colors of #EFB39D
Black with #EFB39D
Text Example
Text Example
White with #EFB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB39D; }
p { color: rgb(239,179,157); }
H1.HeaderClassName
{
color: #EFB39D;
}
.AnyTagClassName
{
color: #EFB39D;
}
</style>
background-color css
<style>
a { background-color: #EFB39D; }
a { background-color: rgb(239,179,157); }
div.DivClassName
{
background-color: #EFB39D;
}
.BgClassName
{
background-color: #EFB39D;
}
</style>
border-color css
<style>
span { border-color: #EFB39D; }
span { border-color: rgb(239,179,157); }
td.TdClassName
{
border-color: #EFB39D;
}
.TagClassName
{
border-color: #EFB39D;
}
</style>