Shades of Wax Flower #EFB6A1
Tints of Wax Flower #EFB6A1
RGB
CMYK
RGB Variations
Color information
#EFB6A1 (or 0xEFB6A1) is known color: Wax Flower. HEX triplet: EF, B6 and A1. RGB value is (239,182,161). Sum of RGB (Red+Green+Blue) = 239+182+161=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6A1 is #10495E. Grayscale: #C4C4C4. Windows color (decimal): -1067359 or 10598127. OLE color: 10598127.
HSL color Cylindrical-coordinate representation of color #EFB6A1: hue angle of 16.15º 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 #EFB6A1 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 161 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.06 |
| HSL | 16.15º | 0.71% | 0.78% | - |
| HSV(B) | 16.15º | 0.33% | 0.94% | - |
| XYZ | 58.76 | 54.38 | 41.12 | - |
| YUV | 196.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 161 | 0 | 0.24 | 0.33 | 0.06 | 16.15 | 0.71 | 0.78 |
| Hex | EF | B6 | A1 | 0 | 18 | 21 | 6 | 10 | 47 | 4E |
| Octal | 357 | 266 | 241 | 0 | 30 | 41 | 6 | 20 | 107 | 116 |
| Binary | 11101111 | 10110110 | 10100001 | 0 | 11000 | 100001 | 110 | 10000 | 1000111 | 1001110 |
Color Harmonies of #EFB6A1
Complementary color
Monochromatic Colors of #EFB6A1
Black with #EFB6A1
Text Example
Text Example
White with #EFB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6A1; }
p { color: rgb(239,182,161); }
H1.HeaderClassName
{
color: #EFB6A1;
}
.AnyTagClassName
{
color: #EFB6A1;
}
</style>
background-color css
<style>
a { background-color: #EFB6A1; }
a { background-color: rgb(239,182,161); }
div.DivClassName
{
background-color: #EFB6A1;
}
.BgClassName
{
background-color: #EFB6A1;
}
</style>
border-color css
<style>
span { border-color: #EFB6A1; }
span { border-color: rgb(239,182,161); }
td.TdClassName
{
border-color: #EFB6A1;
}
.TagClassName
{
border-color: #EFB6A1;
}
</style>