Shades of Wax Flower #E1B29C
Tints of Wax Flower #E1B29C
RGB
CMYK
RGB Variations
Color information
#E1B29C (or 0xE1B29C) is known color: Wax Flower. HEX triplet: E1, B2 and 9C. RGB value is (225,178,156). Sum of RGB (Red+Green+Blue) = 225+178+156=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B29C is #1E4D63. Grayscale: #BDBDBD. Windows color (decimal): -1985892 or 10269409. OLE color: 10269409.
HSL color Cylindrical-coordinate representation of color #E1B29C: hue angle of 19.13º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1B29C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 156 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.12 |
| HSL | 19.13º | 0.53% | 0.75% | - |
| HSV(B) | 19.13º | 0.31% | 0.88% | - |
| XYZ | 52.97 | 50.25 | 38.36 | - |
| YUV | 189.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 156 | 0 | 0.21 | 0.31 | 0.12 | 19.13 | 0.53 | 0.75 |
| Hex | E1 | B2 | 9C | 0 | 15 | 1F | C | 13 | 35 | 4B |
| Octal | 341 | 262 | 234 | 0 | 25 | 37 | 14 | 23 | 65 | 113 |
| Binary | 11100001 | 10110010 | 10011100 | 0 | 10101 | 11111 | 1100 | 10011 | 110101 | 1001011 |
Color Harmonies of #E1B29C
Complementary color
Monochromatic Colors of #E1B29C
Black with #E1B29C
Text Example
Text Example
White with #E1B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B29C; }
p { color: rgb(225,178,156); }
H1.HeaderClassName
{
color: #E1B29C;
}
.AnyTagClassName
{
color: #E1B29C;
}
</style>
background-color css
<style>
a { background-color: #E1B29C; }
a { background-color: rgb(225,178,156); }
div.DivClassName
{
background-color: #E1B29C;
}
.BgClassName
{
background-color: #E1B29C;
}
</style>
border-color css
<style>
span { border-color: #E1B29C; }
span { border-color: rgb(225,178,156); }
td.TdClassName
{
border-color: #E1B29C;
}
.TagClassName
{
border-color: #E1B29C;
}
</style>