Shades of Wax Flower #E1B29D
Tints of Wax Flower #E1B29D
RGB
CMYK
RGB Variations
Color information
#E1B29D (or 0xE1B29D) is known color: Wax Flower. HEX triplet: E1, B2 and 9D. RGB value is (225,178,157). Sum of RGB (Red+Green+Blue) = 225+178+157=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B29D is #1E4D62. Grayscale: #BDBDBD. Windows color (decimal): -1985891 or 10334945. OLE color: 10334945.
HSL color Cylindrical-coordinate representation of color #E1B29D: hue angle of 18.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1B29D is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 157 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.12 |
| HSL | 18.53º | 0.53% | 0.75% | - |
| HSV(B) | 18.53º | 0.3% | 0.88% | - |
| XYZ | 53.06 | 50.28 | 38.81 | - |
| YUV | 189.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 157 | 0 | 0.21 | 0.30 | 0.12 | 18.53 | 0.53 | 0.75 |
| Hex | E1 | B2 | 9D | 0 | 15 | 1E | C | 13 | 35 | 4B |
| Octal | 341 | 262 | 235 | 0 | 25 | 36 | 14 | 23 | 65 | 113 |
| Binary | 11100001 | 10110010 | 10011101 | 0 | 10101 | 11110 | 1100 | 10011 | 110101 | 1001011 |
Color Harmonies of #E1B29D
Complementary color
Monochromatic Colors of #E1B29D
Black with #E1B29D
Text Example
Text Example
White with #E1B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B29D; }
p { color: rgb(225,178,157); }
H1.HeaderClassName
{
color: #E1B29D;
}
.AnyTagClassName
{
color: #E1B29D;
}
</style>
background-color css
<style>
a { background-color: #E1B29D; }
a { background-color: rgb(225,178,157); }
div.DivClassName
{
background-color: #E1B29D;
}
.BgClassName
{
background-color: #E1B29D;
}
</style>
border-color css
<style>
span { border-color: #E1B29D; }
span { border-color: rgb(225,178,157); }
td.TdClassName
{
border-color: #E1B29D;
}
.TagClassName
{
border-color: #E1B29D;
}
</style>