Shades of Wax Flower #EFB19F
Tints of Wax Flower #EFB19F
RGB
CMYK
RGB Variations
Color information
#EFB19F (or 0xEFB19F) is known color: Wax Flower. HEX triplet: EF, B1 and 9F. RGB value is (239,177,159). Sum of RGB (Red+Green+Blue) = 239+177+159=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19F is #104E60. Grayscale: #C1C1C1. Windows color (decimal): -1068641 or 10465775. OLE color: 10465775.
HSL color Cylindrical-coordinate representation of color #EFB19F: hue angle of 13.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB19F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 159 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.06 |
| HSL | 13.5º | 0.71% | 0.78% | - |
| HSV(B) | 13.5º | 0.33% | 0.94% | - |
| XYZ | 57.58 | 52.3 | 39.86 | - |
| YUV | 193.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 159 | 0 | 0.26 | 0.33 | 0.06 | 13.5 | 0.71 | 0.78 |
| Hex | EF | B1 | 9F | 0 | 1A | 21 | 6 | E | 47 | 4E |
| Octal | 357 | 261 | 237 | 0 | 32 | 41 | 6 | 16 | 107 | 116 |
| Binary | 11101111 | 10110001 | 10011111 | 0 | 11010 | 100001 | 110 | 1110 | 1000111 | 1001110 |
Color Harmonies of #EFB19F
Complementary color
Monochromatic Colors of #EFB19F
Black with #EFB19F
Text Example
Text Example
White with #EFB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB19F; }
p { color: rgb(239,177,159); }
H1.HeaderClassName
{
color: #EFB19F;
}
.AnyTagClassName
{
color: #EFB19F;
}
</style>
background-color css
<style>
a { background-color: #EFB19F; }
a { background-color: rgb(239,177,159); }
div.DivClassName
{
background-color: #EFB19F;
}
.BgClassName
{
background-color: #EFB19F;
}
</style>
border-color css
<style>
span { border-color: #EFB19F; }
span { border-color: rgb(239,177,159); }
td.TdClassName
{
border-color: #EFB19F;
}
.TagClassName
{
border-color: #EFB19F;
}
</style>