Shades of Wax Flower #EFB39A
Tints of Wax Flower #EFB39A
RGB
CMYK
RGB Variations
Color information
#EFB39A (or 0xEFB39A) is known color: Wax Flower. HEX triplet: EF, B3 and 9A. RGB value is (239,179,154). Sum of RGB (Red+Green+Blue) = 239+179+154=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39A is #104C65. Grayscale: #C2C2C2. Windows color (decimal): -1068134 or 10138607. OLE color: 10138607.
HSL color Cylindrical-coordinate representation of color #EFB39A: hue angle of 17.65º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB39A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 154 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.06 |
| HSL | 17.65º | 0.73% | 0.77% | - |
| HSV(B) | 17.65º | 0.36% | 0.94% | - |
| XYZ | 57.55 | 52.92 | 37.75 | - |
| YUV | 194.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 154 | 0 | 0.25 | 0.36 | 0.06 | 17.65 | 0.73 | 0.77 |
| Hex | EF | B3 | 9A | 0 | 19 | 24 | 6 | 12 | 49 | 4D |
| Octal | 357 | 263 | 232 | 0 | 31 | 44 | 6 | 22 | 111 | 115 |
| Binary | 11101111 | 10110011 | 10011010 | 0 | 11001 | 100100 | 110 | 10010 | 1001001 | 1001101 |
Color Harmonies of #EFB39A
Complementary color
Monochromatic Colors of #EFB39A
Black with #EFB39A
Text Example
Text Example
White with #EFB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB39A; }
p { color: rgb(239,179,154); }
H1.HeaderClassName
{
color: #EFB39A;
}
.AnyTagClassName
{
color: #EFB39A;
}
</style>
background-color css
<style>
a { background-color: #EFB39A; }
a { background-color: rgb(239,179,154); }
div.DivClassName
{
background-color: #EFB39A;
}
.BgClassName
{
background-color: #EFB39A;
}
</style>
border-color css
<style>
span { border-color: #EFB39A; }
span { border-color: rgb(239,179,154); }
td.TdClassName
{
border-color: #EFB39A;
}
.TagClassName
{
border-color: #EFB39A;
}
</style>