Shades of Wax Flower #E7B19C
Tints of Wax Flower #E7B19C
RGB
CMYK
RGB Variations
Color information
#E7B19C (or 0xE7B19C) is known color: Wax Flower. HEX triplet: E7, B1 and 9C. RGB value is (231,177,156). Sum of RGB (Red+Green+Blue) = 231+177+156=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B19C is #184E63. Grayscale: #BEBEBE. Windows color (decimal): -1592932 or 10269159. OLE color: 10269159.
HSL color Cylindrical-coordinate representation of color #E7B19C: hue angle of 16.8º 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 #E7B19C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 156 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.09 |
| HSL | 16.8º | 0.61% | 0.76% | - |
| HSV(B) | 16.8º | 0.32% | 0.91% | - |
| XYZ | 54.68 | 50.83 | 38.38 | - |
| YUV | 190.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 156 | 0 | 0.23 | 0.32 | 0.09 | 16.8 | 0.61 | 0.76 |
| Hex | E7 | B1 | 9C | 0 | 17 | 20 | 9 | 11 | 3D | 4C |
| Octal | 347 | 261 | 234 | 0 | 27 | 40 | 11 | 21 | 75 | 114 |
| Binary | 11100111 | 10110001 | 10011100 | 0 | 10111 | 100000 | 1001 | 10001 | 111101 | 1001100 |
Color Harmonies of #E7B19C
Complementary color
Monochromatic Colors of #E7B19C
Black with #E7B19C
Text Example
Text Example
White with #E7B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B19C; }
p { color: rgb(231,177,156); }
H1.HeaderClassName
{
color: #E7B19C;
}
.AnyTagClassName
{
color: #E7B19C;
}
</style>
background-color css
<style>
a { background-color: #E7B19C; }
a { background-color: rgb(231,177,156); }
div.DivClassName
{
background-color: #E7B19C;
}
.BgClassName
{
background-color: #E7B19C;
}
</style>
border-color css
<style>
span { border-color: #E7B19C; }
span { border-color: rgb(231,177,156); }
td.TdClassName
{
border-color: #E7B19C;
}
.TagClassName
{
border-color: #E7B19C;
}
</style>