Shades of Wax Flower #EAB3A1
Tints of Wax Flower #EAB3A1
RGB
CMYK
RGB Variations
Color information
#EAB3A1 (or 0xEAB3A1) is known color: Wax Flower. HEX triplet: EA, B3 and A1. RGB value is (234,179,161). Sum of RGB (Red+Green+Blue) = 234+179+161=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB3A1 is #154C5E. Grayscale: #C1C1C1. Windows color (decimal): -1395807 or 10597354. OLE color: 10597354.
HSL color Cylindrical-coordinate representation of color #EAB3A1: hue angle of 14.79º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAB3A1 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 161 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.08 |
| HSL | 14.79º | 0.63% | 0.77% | - |
| HSV(B) | 14.79º | 0.31% | 0.92% | - |
| XYZ | 56.48 | 52.31 | 40.84 | - |
| YUV | 193.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 161 | 0 | 0.24 | 0.31 | 0.08 | 14.79 | 0.63 | 0.77 |
| Hex | EA | B3 | A1 | 0 | 18 | 1F | 8 | F | 3F | 4D |
| Octal | 352 | 263 | 241 | 0 | 30 | 37 | 10 | 17 | 77 | 115 |
| Binary | 11101010 | 10110011 | 10100001 | 0 | 11000 | 11111 | 1000 | 1111 | 111111 | 1001101 |
Color Harmonies of #EAB3A1
Complementary color
Monochromatic Colors of #EAB3A1
Black with #EAB3A1
Text Example
Text Example
White with #EAB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3A1; }
p { color: rgb(234,179,161); }
H1.HeaderClassName
{
color: #EAB3A1;
}
.AnyTagClassName
{
color: #EAB3A1;
}
</style>
background-color css
<style>
a { background-color: #EAB3A1; }
a { background-color: rgb(234,179,161); }
div.DivClassName
{
background-color: #EAB3A1;
}
.BgClassName
{
background-color: #EAB3A1;
}
</style>
border-color css
<style>
span { border-color: #EAB3A1; }
span { border-color: rgb(234,179,161); }
td.TdClassName
{
border-color: #EAB3A1;
}
.TagClassName
{
border-color: #EAB3A1;
}
</style>