Shades of Wax Flower #EBA997
Tints of Wax Flower #EBA997
RGB
CMYK
RGB Variations
Color information
#EBA997 (or 0xEBA997) is known color: Wax Flower. HEX triplet: EB, A9 and 97. RGB value is (235,169,151). Sum of RGB (Red+Green+Blue) = 235+169+151=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA997 is #145668. Grayscale: #BABABA. Windows color (decimal): -1332841 or 9939435. OLE color: 9939435.
HSL color Cylindrical-coordinate representation of color #EBA997: hue angle of 12.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA997 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 151 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.08 |
| HSL | 12.86º | 0.68% | 0.76% | - |
| HSV(B) | 12.86º | 0.36% | 0.92% | - |
| XYZ | 54.03 | 48.27 | 35.75 | - |
| YUV | 186.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 151 | 0 | 0.28 | 0.36 | 0.08 | 12.86 | 0.68 | 0.76 |
| Hex | EB | A9 | 97 | 0 | 1C | 24 | 8 | D | 44 | 4C |
| Octal | 353 | 251 | 227 | 0 | 34 | 44 | 10 | 15 | 104 | 114 |
| Binary | 11101011 | 10101001 | 10010111 | 0 | 11100 | 100100 | 1000 | 1101 | 1000100 | 1001100 |
Color Harmonies of #EBA997
Complementary color
Monochromatic Colors of #EBA997
Black with #EBA997
Text Example
Text Example
White with #EBA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA997; }
p { color: rgb(235,169,151); }
H1.HeaderClassName
{
color: #EBA997;
}
.AnyTagClassName
{
color: #EBA997;
}
</style>
background-color css
<style>
a { background-color: #EBA997; }
a { background-color: rgb(235,169,151); }
div.DivClassName
{
background-color: #EBA997;
}
.BgClassName
{
background-color: #EBA997;
}
</style>
border-color css
<style>
span { border-color: #EBA997; }
span { border-color: rgb(235,169,151); }
td.TdClassName
{
border-color: #EBA997;
}
.TagClassName
{
border-color: #EBA997;
}
</style>