Shades of Wax Flower #EFB59B
Tints of Wax Flower #EFB59B
RGB
CMYK
RGB Variations
Color information
#EFB59B (or 0xEFB59B) is known color: Wax Flower. HEX triplet: EF, B5 and 9B. RGB value is (239,181,155). Sum of RGB (Red+Green+Blue) = 239+181+155=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB59B is #104A64. Grayscale: #C3C3C3. Windows color (decimal): -1067621 or 10204655. OLE color: 10204655.
HSL color Cylindrical-coordinate representation of color #EFB59B: hue angle of 18.57º 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 #EFB59B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 155 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.06 |
| HSL | 18.57º | 0.72% | 0.77% | - |
| HSV(B) | 18.57º | 0.35% | 0.94% | - |
| XYZ | 58.04 | 53.77 | 38.33 | - |
| YUV | 195.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 155 | 0 | 0.24 | 0.35 | 0.06 | 18.57 | 0.72 | 0.77 |
| Hex | EF | B5 | 9B | 0 | 18 | 23 | 6 | 13 | 48 | 4D |
| Octal | 357 | 265 | 233 | 0 | 30 | 43 | 6 | 23 | 110 | 115 |
| Binary | 11101111 | 10110101 | 10011011 | 0 | 11000 | 100011 | 110 | 10011 | 1001000 | 1001101 |
Color Harmonies of #EFB59B
Complementary color
Monochromatic Colors of #EFB59B
Black with #EFB59B
Text Example
Text Example
White with #EFB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB59B; }
p { color: rgb(239,181,155); }
H1.HeaderClassName
{
color: #EFB59B;
}
.AnyTagClassName
{
color: #EFB59B;
}
</style>
background-color css
<style>
a { background-color: #EFB59B; }
a { background-color: rgb(239,181,155); }
div.DivClassName
{
background-color: #EFB59B;
}
.BgClassName
{
background-color: #EFB59B;
}
</style>
border-color css
<style>
span { border-color: #EFB59B; }
span { border-color: rgb(239,181,155); }
td.TdClassName
{
border-color: #EFB59B;
}
.TagClassName
{
border-color: #EFB59B;
}
</style>