Shades of Wax Flower #EFB19A
Tints of Wax Flower #EFB19A
RGB
CMYK
RGB Variations
Color information
#EFB19A (or 0xEFB19A) is known color: Wax Flower. HEX triplet: EF, B1 and 9A. RGB value is (239,177,154). Sum of RGB (Red+Green+Blue) = 239+177+154=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19A is #104E65. Grayscale: #C1C1C1. Windows color (decimal): -1068646 or 10138095. OLE color: 10138095.
HSL color Cylindrical-coordinate representation of color #EFB19A: hue angle of 16.24º 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 #EFB19A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 154 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.06 |
| HSL | 16.24º | 0.73% | 0.77% | - |
| HSV(B) | 16.24º | 0.36% | 0.94% | - |
| XYZ | 57.15 | 52.13 | 37.62 | - |
| YUV | 192.92 | 106.04 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 154 | 0 | 0.26 | 0.36 | 0.06 | 16.24 | 0.73 | 0.77 |
| Hex | EF | B1 | 9A | 0 | 1A | 24 | 6 | 10 | 49 | 4D |
| Octal | 357 | 261 | 232 | 0 | 32 | 44 | 6 | 20 | 111 | 115 |
| Binary | 11101111 | 10110001 | 10011010 | 0 | 11010 | 100100 | 110 | 10000 | 1001001 | 1001101 |
Color Harmonies of #EFB19A
Complementary color
Monochromatic Colors of #EFB19A
Black with #EFB19A
Text Example
Text Example
White with #EFB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB19A; }
p { color: rgb(239,177,154); }
H1.HeaderClassName
{
color: #EFB19A;
}
.AnyTagClassName
{
color: #EFB19A;
}
</style>
background-color css
<style>
a { background-color: #EFB19A; }
a { background-color: rgb(239,177,154); }
div.DivClassName
{
background-color: #EFB19A;
}
.BgClassName
{
background-color: #EFB19A;
}
</style>
border-color css
<style>
span { border-color: #EFB19A; }
span { border-color: rgb(239,177,154); }
td.TdClassName
{
border-color: #EFB19A;
}
.TagClassName
{
border-color: #EFB19A;
}
</style>