Shades of Wax Flower #EFB49E
Tints of Wax Flower #EFB49E
RGB
CMYK
RGB Variations
Color information
#EFB49E (or 0xEFB49E) is known color: Wax Flower. HEX triplet: EF, B4 and 9E. RGB value is (239,180,158). Sum of RGB (Red+Green+Blue) = 239+180+158=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49E is #104B61. Grayscale: #C3C3C3. Windows color (decimal): -1067874 or 10401007. OLE color: 10401007.
HSL color Cylindrical-coordinate representation of color #EFB49E: hue angle of 16.3º 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 #EFB49E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 158 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.06 |
| HSL | 16.3º | 0.72% | 0.78% | - |
| HSV(B) | 16.3º | 0.34% | 0.94% | - |
| XYZ | 58.09 | 53.46 | 39.61 | - |
| YUV | 195.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 158 | 0 | 0.25 | 0.34 | 0.06 | 16.3 | 0.72 | 0.78 |
| Hex | EF | B4 | 9E | 0 | 19 | 22 | 6 | 10 | 48 | 4E |
| Octal | 357 | 264 | 236 | 0 | 31 | 42 | 6 | 20 | 110 | 116 |
| Binary | 11101111 | 10110100 | 10011110 | 0 | 11001 | 100010 | 110 | 10000 | 1001000 | 1001110 |
Color Harmonies of #EFB49E
Complementary color
Monochromatic Colors of #EFB49E
Black with #EFB49E
Text Example
Text Example
White with #EFB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB49E; }
p { color: rgb(239,180,158); }
H1.HeaderClassName
{
color: #EFB49E;
}
.AnyTagClassName
{
color: #EFB49E;
}
</style>
background-color css
<style>
a { background-color: #EFB49E; }
a { background-color: rgb(239,180,158); }
div.DivClassName
{
background-color: #EFB49E;
}
.BgClassName
{
background-color: #EFB49E;
}
</style>
border-color css
<style>
span { border-color: #EFB49E; }
span { border-color: rgb(239,180,158); }
td.TdClassName
{
border-color: #EFB49E;
}
.TagClassName
{
border-color: #EFB49E;
}
</style>