Shades of Wax Flower #EBA995
Tints of Wax Flower #EBA995
RGB
CMYK
RGB Variations
Color information
#EBA995 (or 0xEBA995) is known color: Wax Flower. HEX triplet: EB, A9 and 95. RGB value is (235,169,149). Sum of RGB (Red+Green+Blue) = 235+169+149=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA995 is #14566A. Grayscale: #BABABA. Windows color (decimal): -1332843 or 9808363. OLE color: 9808363.
HSL color Cylindrical-coordinate representation of color #EBA995: hue angle of 13.95º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA995 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 149 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.08 |
| HSL | 13.95º | 0.68% | 0.75% | - |
| HSV(B) | 13.95º | 0.37% | 0.92% | - |
| XYZ | 53.87 | 48.21 | 34.9 | - |
| YUV | 186.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 149 | 0 | 0.28 | 0.37 | 0.08 | 13.95 | 0.68 | 0.75 |
| Hex | EB | A9 | 95 | 0 | 1C | 25 | 8 | E | 44 | 4B |
| Octal | 353 | 251 | 225 | 0 | 34 | 45 | 10 | 16 | 104 | 113 |
| Binary | 11101011 | 10101001 | 10010101 | 0 | 11100 | 100101 | 1000 | 1110 | 1000100 | 1001011 |
Color Harmonies of #EBA995
Complementary color
Monochromatic Colors of #EBA995
Black with #EBA995
Text Example
Text Example
White with #EBA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA995; }
p { color: rgb(235,169,149); }
H1.HeaderClassName
{
color: #EBA995;
}
.AnyTagClassName
{
color: #EBA995;
}
</style>
background-color css
<style>
a { background-color: #EBA995; }
a { background-color: rgb(235,169,149); }
div.DivClassName
{
background-color: #EBA995;
}
.BgClassName
{
background-color: #EBA995;
}
</style>
border-color css
<style>
span { border-color: #EBA995; }
span { border-color: rgb(235,169,149); }
td.TdClassName
{
border-color: #EBA995;
}
.TagClassName
{
border-color: #EBA995;
}
</style>