Shades of Wax Flower #EFB59C
Tints of Wax Flower #EFB59C
RGB
CMYK
RGB Variations
Color information
#EFB59C (or 0xEFB59C) is known color: Wax Flower. HEX triplet: EF, B5 and 9C. RGB value is (239,181,156). Sum of RGB (Red+Green+Blue) = 239+181+156=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB59C is #104A63. Grayscale: #C3C3C3. Windows color (decimal): -1067620 or 10270191. OLE color: 10270191.
HSL color Cylindrical-coordinate representation of color #EFB59C: hue angle of 18.07º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB59C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 156 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.06 |
| HSL | 18.07º | 0.72% | 0.77% | - |
| HSV(B) | 18.07º | 0.35% | 0.94% | - |
| XYZ | 58.12 | 53.8 | 38.77 | - |
| YUV | 195.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 156 | 0 | 0.24 | 0.35 | 0.06 | 18.07 | 0.72 | 0.77 |
| Hex | EF | B5 | 9C | 0 | 18 | 23 | 6 | 12 | 48 | 4D |
| Octal | 357 | 265 | 234 | 0 | 30 | 43 | 6 | 22 | 110 | 115 |
| Binary | 11101111 | 10110101 | 10011100 | 0 | 11000 | 100011 | 110 | 10010 | 1001000 | 1001101 |
Color Harmonies of #EFB59C
Complementary color
Monochromatic Colors of #EFB59C
Black with #EFB59C
Text Example
Text Example
White with #EFB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB59C; }
p { color: rgb(239,181,156); }
H1.HeaderClassName
{
color: #EFB59C;
}
.AnyTagClassName
{
color: #EFB59C;
}
</style>
background-color css
<style>
a { background-color: #EFB59C; }
a { background-color: rgb(239,181,156); }
div.DivClassName
{
background-color: #EFB59C;
}
.BgClassName
{
background-color: #EFB59C;
}
</style>
border-color css
<style>
span { border-color: #EFB59C; }
span { border-color: rgb(239,181,156); }
td.TdClassName
{
border-color: #EFB59C;
}
.TagClassName
{
border-color: #EFB59C;
}
</style>