Shades of Wax Flower #EFB5A0
Tints of Wax Flower #EFB5A0
RGB
CMYK
RGB Variations
Color information
#EFB5A0 (or 0xEFB5A0) is known color: Wax Flower. HEX triplet: EF, B5 and A0. RGB value is (239,181,160). Sum of RGB (Red+Green+Blue) = 239+181+160=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5A0 is #104A5F. Grayscale: #C4C4C4. Windows color (decimal): -1067616 or 10532335. OLE color: 10532335.
HSL color Cylindrical-coordinate representation of color #EFB5A0: hue angle of 15.95º 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 #EFB5A0 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 160 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.06 |
| HSL | 15.95º | 0.71% | 0.78% | - |
| HSV(B) | 15.95º | 0.33% | 0.94% | - |
| XYZ | 58.47 | 53.94 | 40.59 | - |
| YUV | 195.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 160 | 0 | 0.24 | 0.33 | 0.06 | 15.95 | 0.71 | 0.78 |
| Hex | EF | B5 | A0 | 0 | 18 | 21 | 6 | 10 | 47 | 4E |
| Octal | 357 | 265 | 240 | 0 | 30 | 41 | 6 | 20 | 107 | 116 |
| Binary | 11101111 | 10110101 | 10100000 | 0 | 11000 | 100001 | 110 | 10000 | 1000111 | 1001110 |
Color Harmonies of #EFB5A0
Complementary color
Monochromatic Colors of #EFB5A0
Black with #EFB5A0
Text Example
Text Example
White with #EFB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5A0; }
p { color: rgb(239,181,160); }
H1.HeaderClassName
{
color: #EFB5A0;
}
.AnyTagClassName
{
color: #EFB5A0;
}
</style>
background-color css
<style>
a { background-color: #EFB5A0; }
a { background-color: rgb(239,181,160); }
div.DivClassName
{
background-color: #EFB5A0;
}
.BgClassName
{
background-color: #EFB5A0;
}
</style>
border-color css
<style>
span { border-color: #EFB5A0; }
span { border-color: rgb(239,181,160); }
td.TdClassName
{
border-color: #EFB5A0;
}
.TagClassName
{
border-color: #EFB5A0;
}
</style>