Shades of Wax Flower #EFB9A4
Tints of Wax Flower #EFB9A4
RGB
CMYK
RGB Variations
Color information
#EFB9A4 (or 0xEFB9A4) is known color: Wax Flower. HEX triplet: EF, B9 and A4. RGB value is (239,185,164). Sum of RGB (Red+Green+Blue) = 239+185+164=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9A4 is #10465B. Grayscale: #C6C6C6. Windows color (decimal): -1066588 or 10795503. OLE color: 10795503.
HSL color Cylindrical-coordinate representation of color #EFB9A4: hue angle of 16.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFB9A4 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 164 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.06 |
| HSL | 16.8º | 0.7% | 0.79% | - |
| HSV(B) | 16.8º | 0.31% | 0.94% | - |
| XYZ | 59.65 | 55.73 | 42.74 | - |
| YUV | 198.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 164 | 0 | 0.23 | 0.31 | 0.06 | 16.8 | 0.7 | 0.79 |
| Hex | EF | B9 | A4 | 0 | 17 | 1F | 6 | 11 | 46 | 4F |
| Octal | 357 | 271 | 244 | 0 | 27 | 37 | 6 | 21 | 106 | 117 |
| Binary | 11101111 | 10111001 | 10100100 | 0 | 10111 | 11111 | 110 | 10001 | 1000110 | 1001111 |
Color Harmonies of #EFB9A4
Complementary color
Monochromatic Colors of #EFB9A4
Black with #EFB9A4
Text Example
Text Example
White with #EFB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9A4; }
p { color: rgb(239,185,164); }
H1.HeaderClassName
{
color: #EFB9A4;
}
.AnyTagClassName
{
color: #EFB9A4;
}
</style>
background-color css
<style>
a { background-color: #EFB9A4; }
a { background-color: rgb(239,185,164); }
div.DivClassName
{
background-color: #EFB9A4;
}
.BgClassName
{
background-color: #EFB9A4;
}
</style>
border-color css
<style>
span { border-color: #EFB9A4; }
span { border-color: rgb(239,185,164); }
td.TdClassName
{
border-color: #EFB9A4;
}
.TagClassName
{
border-color: #EFB9A4;
}
</style>