Shades of Wax Flower #E7B79B
Tints of Wax Flower #E7B79B
RGB
CMYK
RGB Variations
Color information
#E7B79B (or 0xE7B79B) is known color: Wax Flower. HEX triplet: E7, B7 and 9B. RGB value is (231,183,155). Sum of RGB (Red+Green+Blue) = 231+183+155=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B79B is #184864. Grayscale: #C2C2C2. Windows color (decimal): -1591397 or 10205159. OLE color: 10205159.
HSL color Cylindrical-coordinate representation of color #E7B79B: hue angle of 22.11º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7B79B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 155 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.09 |
| HSL | 22.11º | 0.61% | 0.76% | - |
| HSV(B) | 22.11º | 0.33% | 0.91% | - |
| XYZ | 55.8 | 53.22 | 38.34 | - |
| YUV | 194.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 155 | 0 | 0.21 | 0.33 | 0.09 | 22.11 | 0.61 | 0.76 |
| Hex | E7 | B7 | 9B | 0 | 15 | 21 | 9 | 16 | 3D | 4C |
| Octal | 347 | 267 | 233 | 0 | 25 | 41 | 11 | 26 | 75 | 114 |
| Binary | 11100111 | 10110111 | 10011011 | 0 | 10101 | 100001 | 1001 | 10110 | 111101 | 1001100 |
Color Harmonies of #E7B79B
Complementary color
Monochromatic Colors of #E7B79B
Black with #E7B79B
Text Example
Text Example
White with #E7B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B79B; }
p { color: rgb(231,183,155); }
H1.HeaderClassName
{
color: #E7B79B;
}
.AnyTagClassName
{
color: #E7B79B;
}
</style>
background-color css
<style>
a { background-color: #E7B79B; }
a { background-color: rgb(231,183,155); }
div.DivClassName
{
background-color: #E7B79B;
}
.BgClassName
{
background-color: #E7B79B;
}
</style>
border-color css
<style>
span { border-color: #E7B79B; }
span { border-color: rgb(231,183,155); }
td.TdClassName
{
border-color: #E7B79B;
}
.TagClassName
{
border-color: #E7B79B;
}
</style>