Shades of Wax Flower #EBA993
Tints of Wax Flower #EBA993
RGB
CMYK
RGB Variations
Color information
#EBA993 (or 0xEBA993) is known color: Wax Flower. HEX triplet: EB, A9 and 93. RGB value is (235,169,147). Sum of RGB (Red+Green+Blue) = 235+169+147=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA993 is #14566C. Grayscale: #BABABA. Windows color (decimal): -1332845 or 9677291. OLE color: 9677291.
HSL color Cylindrical-coordinate representation of color #EBA993: hue angle of 15º degrees, saturation: 0.69, 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 #EBA993 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 147 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.08 |
| HSL | 15º | 0.69% | 0.75% | - |
| HSV(B) | 15º | 0.37% | 0.92% | - |
| XYZ | 53.72 | 48.14 | 34.07 | - |
| YUV | 186.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 147 | 0 | 0.28 | 0.37 | 0.08 | 15 | 0.69 | 0.75 |
| Hex | EB | A9 | 93 | 0 | 1C | 25 | 8 | F | 45 | 4B |
| Octal | 353 | 251 | 223 | 0 | 34 | 45 | 10 | 17 | 105 | 113 |
| Binary | 11101011 | 10101001 | 10010011 | 0 | 11100 | 100101 | 1000 | 1111 | 1000101 | 1001011 |
Color Harmonies of #EBA993
Complementary color
Monochromatic Colors of #EBA993
Black with #EBA993
Text Example
Text Example
White with #EBA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA993; }
p { color: rgb(235,169,147); }
H1.HeaderClassName
{
color: #EBA993;
}
.AnyTagClassName
{
color: #EBA993;
}
</style>
background-color css
<style>
a { background-color: #EBA993; }
a { background-color: rgb(235,169,147); }
div.DivClassName
{
background-color: #EBA993;
}
.BgClassName
{
background-color: #EBA993;
}
</style>
border-color css
<style>
span { border-color: #EBA993; }
span { border-color: rgb(235,169,147); }
td.TdClassName
{
border-color: #EBA993;
}
.TagClassName
{
border-color: #EBA993;
}
</style>