Shades of Wax Flower #EFB9A2
Tints of Wax Flower #EFB9A2
RGB
CMYK
RGB Variations
Color information
#EFB9A2 (or 0xEFB9A2) is known color: Wax Flower. HEX triplet: EF, B9 and A2. RGB value is (239,185,162). Sum of RGB (Red+Green+Blue) = 239+185+162=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9A2 is #10465D. Grayscale: #C6C6C6. Windows color (decimal): -1066590 or 10664431. OLE color: 10664431.
HSL color Cylindrical-coordinate representation of color #EFB9A2: hue angle of 17.92º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFB9A2 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 162 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.06 |
| HSL | 17.92º | 0.71% | 0.79% | - |
| HSV(B) | 17.92º | 0.32% | 0.94% | - |
| XYZ | 59.47 | 55.66 | 41.79 | - |
| YUV | 198.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 162 | 0 | 0.23 | 0.32 | 0.06 | 17.92 | 0.71 | 0.79 |
| Hex | EF | B9 | A2 | 0 | 17 | 20 | 6 | 12 | 47 | 4F |
| Octal | 357 | 271 | 242 | 0 | 27 | 40 | 6 | 22 | 107 | 117 |
| Binary | 11101111 | 10111001 | 10100010 | 0 | 10111 | 100000 | 110 | 10010 | 1000111 | 1001111 |
Color Harmonies of #EFB9A2
Complementary color
Monochromatic Colors of #EFB9A2
Black with #EFB9A2
Text Example
Text Example
White with #EFB9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9A2; }
p { color: rgb(239,185,162); }
H1.HeaderClassName
{
color: #EFB9A2;
}
.AnyTagClassName
{
color: #EFB9A2;
}
</style>
background-color css
<style>
a { background-color: #EFB9A2; }
a { background-color: rgb(239,185,162); }
div.DivClassName
{
background-color: #EFB9A2;
}
.BgClassName
{
background-color: #EFB9A2;
}
</style>
border-color css
<style>
span { border-color: #EFB9A2; }
span { border-color: rgb(239,185,162); }
td.TdClassName
{
border-color: #EFB9A2;
}
.TagClassName
{
border-color: #EFB9A2;
}
</style>