Shades of Wax Flower #EFB5A1
Tints of Wax Flower #EFB5A1
RGB
CMYK
RGB Variations
Color information
#EFB5A1 (or 0xEFB5A1) is known color: Wax Flower. HEX triplet: EF, B5 and A1. RGB value is (239,181,161). Sum of RGB (Red+Green+Blue) = 239+181+161=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5A1 is #104A5E. Grayscale: #C4C4C4. Windows color (decimal): -1067615 or 10597871. OLE color: 10597871.
HSL color Cylindrical-coordinate representation of color #EFB5A1: hue angle of 15.38º 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 #EFB5A1 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 161 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.06 |
| HSL | 15.38º | 0.71% | 0.78% | - |
| HSV(B) | 15.38º | 0.33% | 0.94% | - |
| XYZ | 58.55 | 53.97 | 41.05 | - |
| YUV | 196.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 161 | 0 | 0.24 | 0.33 | 0.06 | 15.38 | 0.71 | 0.78 |
| Hex | EF | B5 | A1 | 0 | 18 | 21 | 6 | F | 47 | 4E |
| Octal | 357 | 265 | 241 | 0 | 30 | 41 | 6 | 17 | 107 | 116 |
| Binary | 11101111 | 10110101 | 10100001 | 0 | 11000 | 100001 | 110 | 1111 | 1000111 | 1001110 |
Color Harmonies of #EFB5A1
Complementary color
Monochromatic Colors of #EFB5A1
Black with #EFB5A1
Text Example
Text Example
White with #EFB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5A1; }
p { color: rgb(239,181,161); }
H1.HeaderClassName
{
color: #EFB5A1;
}
.AnyTagClassName
{
color: #EFB5A1;
}
</style>
background-color css
<style>
a { background-color: #EFB5A1; }
a { background-color: rgb(239,181,161); }
div.DivClassName
{
background-color: #EFB5A1;
}
.BgClassName
{
background-color: #EFB5A1;
}
</style>
border-color css
<style>
span { border-color: #EFB5A1; }
span { border-color: rgb(239,181,161); }
td.TdClassName
{
border-color: #EFB5A1;
}
.TagClassName
{
border-color: #EFB5A1;
}
</style>