Shades of Wax Flower #EBA696
Tints of Wax Flower #EBA696
RGB
CMYK
RGB Variations
Color information
#EBA696 (or 0xEBA696) is known color: Wax Flower. HEX triplet: EB, A6 and 96. RGB value is (235,166,150). Sum of RGB (Red+Green+Blue) = 235+166+150=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA696 is #145969. Grayscale: #B8B8B8. Windows color (decimal): -1333610 or 9873131. OLE color: 9873131.
HSL color Cylindrical-coordinate representation of color #EBA696: hue angle of 11.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBA696 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 150 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.08 |
| HSL | 11.29º | 0.68% | 0.75% | - |
| HSV(B) | 11.29º | 0.36% | 0.92% | - |
| XYZ | 53.4 | 47.14 | 35.14 | - |
| YUV | 184.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 150 | 0 | 0.29 | 0.36 | 0.08 | 11.29 | 0.68 | 0.75 |
| Hex | EB | A6 | 96 | 0 | 1D | 24 | 8 | B | 44 | 4B |
| Octal | 353 | 246 | 226 | 0 | 35 | 44 | 10 | 13 | 104 | 113 |
| Binary | 11101011 | 10100110 | 10010110 | 0 | 11101 | 100100 | 1000 | 1011 | 1000100 | 1001011 |
Color Harmonies of #EBA696
Complementary color
Monochromatic Colors of #EBA696
Black with #EBA696
Text Example
Text Example
White with #EBA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA696; }
p { color: rgb(235,166,150); }
H1.HeaderClassName
{
color: #EBA696;
}
.AnyTagClassName
{
color: #EBA696;
}
</style>
background-color css
<style>
a { background-color: #EBA696; }
a { background-color: rgb(235,166,150); }
div.DivClassName
{
background-color: #EBA696;
}
.BgClassName
{
background-color: #EBA696;
}
</style>
border-color css
<style>
span { border-color: #EBA696; }
span { border-color: rgb(235,166,150); }
td.TdClassName
{
border-color: #EBA696;
}
.TagClassName
{
border-color: #EBA696;
}
</style>