Shades of Wax Flower #E9B2A1
Tints of Wax Flower #E9B2A1
RGB
CMYK
RGB Variations
Color information
#E9B2A1 (or 0xE9B2A1) is known color: Wax Flower. HEX triplet: E9, B2 and A1. RGB value is (233,178,161). Sum of RGB (Red+Green+Blue) = 233+178+161=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9B2A1 is #164D5E. Grayscale: #C0C0C0. Windows color (decimal): -1461599 or 10597097. OLE color: 10597097.
HSL color Cylindrical-coordinate representation of color #E9B2A1: hue angle of 14.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9B2A1 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 161 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.09 |
| HSL | 14.17º | 0.62% | 0.77% | - |
| HSV(B) | 14.17º | 0.31% | 0.91% | - |
| XYZ | 55.96 | 51.74 | 40.76 | - |
| YUV | 192.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 161 | 0 | 0.24 | 0.31 | 0.09 | 14.17 | 0.62 | 0.77 |
| Hex | E9 | B2 | A1 | 0 | 18 | 1F | 9 | E | 3E | 4D |
| Octal | 351 | 262 | 241 | 0 | 30 | 37 | 11 | 16 | 76 | 115 |
| Binary | 11101001 | 10110010 | 10100001 | 0 | 11000 | 11111 | 1001 | 1110 | 111110 | 1001101 |
Color Harmonies of #E9B2A1
Complementary color
Monochromatic Colors of #E9B2A1
Black with #E9B2A1
Text Example
Text Example
White with #E9B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2A1; }
p { color: rgb(233,178,161); }
H1.HeaderClassName
{
color: #E9B2A1;
}
.AnyTagClassName
{
color: #E9B2A1;
}
</style>
background-color css
<style>
a { background-color: #E9B2A1; }
a { background-color: rgb(233,178,161); }
div.DivClassName
{
background-color: #E9B2A1;
}
.BgClassName
{
background-color: #E9B2A1;
}
</style>
border-color css
<style>
span { border-color: #E9B2A1; }
span { border-color: rgb(233,178,161); }
td.TdClassName
{
border-color: #E9B2A1;
}
.TagClassName
{
border-color: #E9B2A1;
}
</style>