Shades of Wax Flower #EFB6A5
Tints of Wax Flower #EFB6A5
RGB
CMYK
RGB Variations
Color information
#EFB6A5 (or 0xEFB6A5) is known color: Wax Flower. HEX triplet: EF, B6 and A5. RGB value is (239,182,165). Sum of RGB (Red+Green+Blue) = 239+182+165=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6A5 is #10495A. Grayscale: #C5C5C5. Windows color (decimal): -1067355 or 10860271. OLE color: 10860271.
HSL color Cylindrical-coordinate representation of color #EFB6A5: hue angle of 13.78º 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 #EFB6A5 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 165 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.06 |
| HSL | 13.78º | 0.7% | 0.79% | - |
| HSV(B) | 13.78º | 0.31% | 0.94% | - |
| XYZ | 59.12 | 54.52 | 43.01 | - |
| YUV | 197.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 165 | 0 | 0.24 | 0.31 | 0.06 | 13.78 | 0.7 | 0.79 |
| Hex | EF | B6 | A5 | 0 | 18 | 1F | 6 | E | 46 | 4F |
| Octal | 357 | 266 | 245 | 0 | 30 | 37 | 6 | 16 | 106 | 117 |
| Binary | 11101111 | 10110110 | 10100101 | 0 | 11000 | 11111 | 110 | 1110 | 1000110 | 1001111 |
Color Harmonies of #EFB6A5
Complementary color
Monochromatic Colors of #EFB6A5
Black with #EFB6A5
Text Example
Text Example
White with #EFB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6A5; }
p { color: rgb(239,182,165); }
H1.HeaderClassName
{
color: #EFB6A5;
}
.AnyTagClassName
{
color: #EFB6A5;
}
</style>
background-color css
<style>
a { background-color: #EFB6A5; }
a { background-color: rgb(239,182,165); }
div.DivClassName
{
background-color: #EFB6A5;
}
.BgClassName
{
background-color: #EFB6A5;
}
</style>
border-color css
<style>
span { border-color: #EFB6A5; }
span { border-color: rgb(239,182,165); }
td.TdClassName
{
border-color: #EFB6A5;
}
.TagClassName
{
border-color: #EFB6A5;
}
</style>