Shades of Wax Flower #EAA996
Tints of Wax Flower #EAA996
RGB
CMYK
RGB Variations
Color information
#EAA996 (or 0xEAA996) is known color: Wax Flower. HEX triplet: EA, A9 and 96. RGB value is (234,169,150). Sum of RGB (Red+Green+Blue) = 234+169+150=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA996 is #155669. Grayscale: #BABABA. Windows color (decimal): -1398378 or 9873898. OLE color: 9873898.
HSL color Cylindrical-coordinate representation of color #EAA996: hue angle of 13.57º degrees, saturation: 0.67, 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 #EAA996 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 150 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.08 |
| HSL | 13.57º | 0.67% | 0.75% | - |
| HSV(B) | 13.57º | 0.36% | 0.92% | - |
| XYZ | 53.62 | 48.07 | 35.31 | - |
| YUV | 186.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 150 | 0 | 0.28 | 0.36 | 0.08 | 13.57 | 0.67 | 0.75 |
| Hex | EA | A9 | 96 | 0 | 1C | 24 | 8 | E | 43 | 4B |
| Octal | 352 | 251 | 226 | 0 | 34 | 44 | 10 | 16 | 103 | 113 |
| Binary | 11101010 | 10101001 | 10010110 | 0 | 11100 | 100100 | 1000 | 1110 | 1000011 | 1001011 |
Color Harmonies of #EAA996
Complementary color
Monochromatic Colors of #EAA996
Black with #EAA996
Text Example
Text Example
White with #EAA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA996; }
p { color: rgb(234,169,150); }
H1.HeaderClassName
{
color: #EAA996;
}
.AnyTagClassName
{
color: #EAA996;
}
</style>
background-color css
<style>
a { background-color: #EAA996; }
a { background-color: rgb(234,169,150); }
div.DivClassName
{
background-color: #EAA996;
}
.BgClassName
{
background-color: #EAA996;
}
</style>
border-color css
<style>
span { border-color: #EAA996; }
span { border-color: rgb(234,169,150); }
td.TdClassName
{
border-color: #EAA996;
}
.TagClassName
{
border-color: #EAA996;
}
</style>