Shades of Wax Flower #E2AD9B
Tints of Wax Flower #E2AD9B
RGB
CMYK
RGB Variations
Color information
#E2AD9B (or 0xE2AD9B) is known color: Wax Flower. HEX triplet: E2, AD and 9B. RGB value is (226,173,155). Sum of RGB (Red+Green+Blue) = 226+173+155=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AD9B is #1D5264. Grayscale: #BABABA. Windows color (decimal): -1921637 or 10202594. OLE color: 10202594.
HSL color Cylindrical-coordinate representation of color #E2AD9B: hue angle of 15.21º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AD9B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 155 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.11 |
| HSL | 15.21º | 0.55% | 0.75% | - |
| HSV(B) | 15.21º | 0.31% | 0.89% | - |
| XYZ | 52.22 | 48.42 | 37.6 | - |
| YUV | 186.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 155 | 0 | 0.23 | 0.31 | 0.11 | 15.21 | 0.55 | 0.75 |
| Hex | E2 | AD | 9B | 0 | 17 | 1F | B | F | 37 | 4B |
| Octal | 342 | 255 | 233 | 0 | 27 | 37 | 13 | 17 | 67 | 113 |
| Binary | 11100010 | 10101101 | 10011011 | 0 | 10111 | 11111 | 1011 | 1111 | 110111 | 1001011 |
Color Harmonies of #E2AD9B
Complementary color
Monochromatic Colors of #E2AD9B
Black with #E2AD9B
Text Example
Text Example
White with #E2AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD9B; }
p { color: rgb(226,173,155); }
H1.HeaderClassName
{
color: #E2AD9B;
}
.AnyTagClassName
{
color: #E2AD9B;
}
</style>
background-color css
<style>
a { background-color: #E2AD9B; }
a { background-color: rgb(226,173,155); }
div.DivClassName
{
background-color: #E2AD9B;
}
.BgClassName
{
background-color: #E2AD9B;
}
</style>
border-color css
<style>
span { border-color: #E2AD9B; }
span { border-color: rgb(226,173,155); }
td.TdClassName
{
border-color: #E2AD9B;
}
.TagClassName
{
border-color: #E2AD9B;
}
</style>