Shades of Wax Flower #E2AD9A
Tints of Wax Flower #E2AD9A
RGB
CMYK
RGB Variations
Color information
#E2AD9A (or 0xE2AD9A) is known color: Wax Flower. HEX triplet: E2, AD and 9A. RGB value is (226,173,154). Sum of RGB (Red+Green+Blue) = 226+173+154=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD9A is #1D5265. Grayscale: #BABABA. Windows color (decimal): -1921638 or 10137058. OLE color: 10137058.
HSL color Cylindrical-coordinate representation of color #E2AD9A: hue angle of 15.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2AD9A is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 154 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.11 |
| HSL | 15.83º | 0.55% | 0.75% | - |
| HSV(B) | 15.83º | 0.32% | 0.89% | - |
| XYZ | 52.14 | 48.39 | 37.16 | - |
| YUV | 186.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 154 | 0 | 0.23 | 0.32 | 0.11 | 15.83 | 0.55 | 0.75 |
| Hex | E2 | AD | 9A | 0 | 17 | 20 | B | 10 | 37 | 4B |
| Octal | 342 | 255 | 232 | 0 | 27 | 40 | 13 | 20 | 67 | 113 |
| Binary | 11100010 | 10101101 | 10011010 | 0 | 10111 | 100000 | 1011 | 10000 | 110111 | 1001011 |
Color Harmonies of #E2AD9A
Complementary color
Monochromatic Colors of #E2AD9A
Black with #E2AD9A
Text Example
Text Example
White with #E2AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD9A; }
p { color: rgb(226,173,154); }
H1.HeaderClassName
{
color: #E2AD9A;
}
.AnyTagClassName
{
color: #E2AD9A;
}
</style>
background-color css
<style>
a { background-color: #E2AD9A; }
a { background-color: rgb(226,173,154); }
div.DivClassName
{
background-color: #E2AD9A;
}
.BgClassName
{
background-color: #E2AD9A;
}
</style>
border-color css
<style>
span { border-color: #E2AD9A; }
span { border-color: rgb(226,173,154); }
td.TdClassName
{
border-color: #E2AD9A;
}
.TagClassName
{
border-color: #E2AD9A;
}
</style>