Shades of Wax Flower #E7B092
Tints of Wax Flower #E7B092
RGB
CMYK
RGB Variations
Color information
#E7B092 (or 0xE7B092) is known color: Wax Flower. HEX triplet: E7, B0 and 92. RGB value is (231,176,146). Sum of RGB (Red+Green+Blue) = 231+176+146=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B092 is #184F6D. Grayscale: #BDBDBD. Windows color (decimal): -1593198 or 9613543. OLE color: 9613543.
HSL color Cylindrical-coordinate representation of color #E7B092: hue angle of 21.18º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7B092 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 146 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.09 |
| HSL | 21.18º | 0.64% | 0.74% | - |
| HSV(B) | 21.18º | 0.37% | 0.91% | - |
| XYZ | 53.67 | 50.11 | 34.04 | - |
| YUV | 189.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 146 | 0 | 0.24 | 0.37 | 0.09 | 21.18 | 0.64 | 0.74 |
| Hex | E7 | B0 | 92 | 0 | 18 | 25 | 9 | 15 | 40 | 4A |
| Octal | 347 | 260 | 222 | 0 | 30 | 45 | 11 | 25 | 100 | 112 |
| Binary | 11100111 | 10110000 | 10010010 | 0 | 11000 | 100101 | 1001 | 10101 | 1000000 | 1001010 |
Color Harmonies of #E7B092
Complementary color
Monochromatic Colors of #E7B092
Black with #E7B092
Text Example
Text Example
White with #E7B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B092; }
p { color: rgb(231,176,146); }
H1.HeaderClassName
{
color: #E7B092;
}
.AnyTagClassName
{
color: #E7B092;
}
</style>
background-color css
<style>
a { background-color: #E7B092; }
a { background-color: rgb(231,176,146); }
div.DivClassName
{
background-color: #E7B092;
}
.BgClassName
{
background-color: #E7B092;
}
</style>
border-color css
<style>
span { border-color: #E7B092; }
span { border-color: rgb(231,176,146); }
td.TdClassName
{
border-color: #E7B092;
}
.TagClassName
{
border-color: #E7B092;
}
</style>