Shades of Wax Flower #EFB6A6
Tints of Wax Flower #EFB6A6
RGB
CMYK
RGB Variations
Color information
#EFB6A6 (or 0xEFB6A6) is known color: Wax Flower. HEX triplet: EF, B6 and A6. RGB value is (239,182,166). Sum of RGB (Red+Green+Blue) = 239+182+166=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6A6 is #104959. Grayscale: #C5C5C5. Windows color (decimal): -1067354 or 10925807. OLE color: 10925807.
HSL color Cylindrical-coordinate representation of color #EFB6A6: hue angle of 13.15º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFB6A6 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 166 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.06 |
| HSL | 13.15º | 0.7% | 0.79% | - |
| HSV(B) | 13.15º | 0.31% | 0.94% | - |
| XYZ | 59.21 | 54.56 | 43.49 | - |
| YUV | 197.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 166 | 0 | 0.24 | 0.31 | 0.06 | 13.15 | 0.7 | 0.79 |
| Hex | EF | B6 | A6 | 0 | 18 | 1F | 6 | D | 46 | 4F |
| Octal | 357 | 266 | 246 | 0 | 30 | 37 | 6 | 15 | 106 | 117 |
| Binary | 11101111 | 10110110 | 10100110 | 0 | 11000 | 11111 | 110 | 1101 | 1000110 | 1001111 |
Color Harmonies of #EFB6A6
Complementary color
Monochromatic Colors of #EFB6A6
Black with #EFB6A6
Text Example
Text Example
White with #EFB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6A6; }
p { color: rgb(239,182,166); }
H1.HeaderClassName
{
color: #EFB6A6;
}
.AnyTagClassName
{
color: #EFB6A6;
}
</style>
background-color css
<style>
a { background-color: #EFB6A6; }
a { background-color: rgb(239,182,166); }
div.DivClassName
{
background-color: #EFB6A6;
}
.BgClassName
{
background-color: #EFB6A6;
}
</style>
border-color css
<style>
span { border-color: #EFB6A6; }
span { border-color: rgb(239,182,166); }
td.TdClassName
{
border-color: #EFB6A6;
}
.TagClassName
{
border-color: #EFB6A6;
}
</style>