Shades of Wax Flower #E7B9A5
Tints of Wax Flower #E7B9A5
RGB
CMYK
RGB Variations
Color information
#E7B9A5 (or 0xE7B9A5) is known color: Wax Flower. HEX triplet: E7, B9 and A5. RGB value is (231,185,165). Sum of RGB (Red+Green+Blue) = 231+185+165=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B9A5 is #18465A. Grayscale: #C4C4C4. Windows color (decimal): -1590875 or 10861031. OLE color: 10861031.
HSL color Cylindrical-coordinate representation of color #E7B9A5: hue angle of 18.18º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7B9A5 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 165 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.09 |
| HSL | 18.18º | 0.58% | 0.78% | - |
| HSV(B) | 18.18º | 0.29% | 0.91% | - |
| XYZ | 57.1 | 54.4 | 43.09 | - |
| YUV | 196.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 165 | 0 | 0.20 | 0.29 | 0.09 | 18.18 | 0.58 | 0.78 |
| Hex | E7 | B9 | A5 | 0 | 14 | 1D | 9 | 12 | 3A | 4E |
| Octal | 347 | 271 | 245 | 0 | 24 | 35 | 11 | 22 | 72 | 116 |
| Binary | 11100111 | 10111001 | 10100101 | 0 | 10100 | 11101 | 1001 | 10010 | 111010 | 1001110 |
Color Harmonies of #E7B9A5
Complementary color
Monochromatic Colors of #E7B9A5
Black with #E7B9A5
Text Example
Text Example
White with #E7B9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9A5; }
p { color: rgb(231,185,165); }
H1.HeaderClassName
{
color: #E7B9A5;
}
.AnyTagClassName
{
color: #E7B9A5;
}
</style>
background-color css
<style>
a { background-color: #E7B9A5; }
a { background-color: rgb(231,185,165); }
div.DivClassName
{
background-color: #E7B9A5;
}
.BgClassName
{
background-color: #E7B9A5;
}
</style>
border-color css
<style>
span { border-color: #E7B9A5; }
span { border-color: rgb(231,185,165); }
td.TdClassName
{
border-color: #E7B9A5;
}
.TagClassName
{
border-color: #E7B9A5;
}
</style>