Shades of Wax Flower #E7BAA5
Tints of Wax Flower #E7BAA5
RGB
CMYK
RGB Variations
Color information
#E7BAA5 (or 0xE7BAA5) is known color: Wax Flower. HEX triplet: E7, BA and A5. RGB value is (231,186,165). Sum of RGB (Red+Green+Blue) = 231+186+165=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BAA5 is #18455A. Grayscale: #C5C5C5. Windows color (decimal): -1590619 or 10861287. OLE color: 10861287.
HSL color Cylindrical-coordinate representation of color #E7BAA5: hue angle of 19.09º 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 #E7BAA5 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 165 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.09 |
| HSL | 19.09º | 0.58% | 0.78% | - |
| HSV(B) | 19.09º | 0.29% | 0.91% | - |
| XYZ | 57.31 | 54.82 | 43.16 | - |
| YUV | 197.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 165 | 0 | 0.19 | 0.29 | 0.09 | 19.09 | 0.58 | 0.78 |
| Hex | E7 | BA | A5 | 0 | 13 | 1D | 9 | 13 | 3A | 4E |
| Octal | 347 | 272 | 245 | 0 | 23 | 35 | 11 | 23 | 72 | 116 |
| Binary | 11100111 | 10111010 | 10100101 | 0 | 10011 | 11101 | 1001 | 10011 | 111010 | 1001110 |
Color Harmonies of #E7BAA5
Complementary color
Monochromatic Colors of #E7BAA5
Black with #E7BAA5
Text Example
Text Example
White with #E7BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BAA5; }
p { color: rgb(231,186,165); }
H1.HeaderClassName
{
color: #E7BAA5;
}
.AnyTagClassName
{
color: #E7BAA5;
}
</style>
background-color css
<style>
a { background-color: #E7BAA5; }
a { background-color: rgb(231,186,165); }
div.DivClassName
{
background-color: #E7BAA5;
}
.BgClassName
{
background-color: #E7BAA5;
}
</style>
border-color css
<style>
span { border-color: #E7BAA5; }
span { border-color: rgb(231,186,165); }
td.TdClassName
{
border-color: #E7BAA5;
}
.TagClassName
{
border-color: #E7BAA5;
}
</style>