Shades of Wax Flower #E7B29C
Tints of Wax Flower #E7B29C
RGB
CMYK
RGB Variations
Color information
#E7B29C (or 0xE7B29C) is known color: Wax Flower. HEX triplet: E7, B2 and 9C. RGB value is (231,178,156). Sum of RGB (Red+Green+Blue) = 231+178+156=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B29C is #184D63. Grayscale: #BFBFBF. Windows color (decimal): -1592676 or 10269415. OLE color: 10269415.
HSL color Cylindrical-coordinate representation of color #E7B29C: hue angle of 17.6º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7B29C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 156 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.09 |
| HSL | 17.6º | 0.61% | 0.76% | - |
| HSV(B) | 17.6º | 0.32% | 0.91% | - |
| XYZ | 54.88 | 51.23 | 38.45 | - |
| YUV | 191.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 156 | 0 | 0.23 | 0.32 | 0.09 | 17.6 | 0.61 | 0.76 |
| Hex | E7 | B2 | 9C | 0 | 17 | 20 | 9 | 12 | 3D | 4C |
| Octal | 347 | 262 | 234 | 0 | 27 | 40 | 11 | 22 | 75 | 114 |
| Binary | 11100111 | 10110010 | 10011100 | 0 | 10111 | 100000 | 1001 | 10010 | 111101 | 1001100 |
Color Harmonies of #E7B29C
Complementary color
Monochromatic Colors of #E7B29C
Black with #E7B29C
Text Example
Text Example
White with #E7B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B29C; }
p { color: rgb(231,178,156); }
H1.HeaderClassName
{
color: #E7B29C;
}
.AnyTagClassName
{
color: #E7B29C;
}
</style>
background-color css
<style>
a { background-color: #E7B29C; }
a { background-color: rgb(231,178,156); }
div.DivClassName
{
background-color: #E7B29C;
}
.BgClassName
{
background-color: #E7B29C;
}
</style>
border-color css
<style>
span { border-color: #E7B29C; }
span { border-color: rgb(231,178,156); }
td.TdClassName
{
border-color: #E7B29C;
}
.TagClassName
{
border-color: #E7B29C;
}
</style>