Shades of Wax Flower #E5B29B
Tints of Wax Flower #E5B29B
RGB
CMYK
RGB Variations
Color information
#E5B29B (or 0xE5B29B) is known color: Wax Flower. HEX triplet: E5, B2 and 9B. RGB value is (229,178,155). Sum of RGB (Red+Green+Blue) = 229+178+155=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B29B is #1A4D64. Grayscale: #BEBEBE. Windows color (decimal): -1723749 or 10203877. OLE color: 10203877.
HSL color Cylindrical-coordinate representation of color #E5B29B: hue angle of 18.65º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5B29B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 155 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.10 |
| HSL | 18.65º | 0.59% | 0.75% | - |
| HSV(B) | 18.65º | 0.32% | 0.9% | - |
| XYZ | 54.15 | 50.87 | 37.97 | - |
| YUV | 190.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 155 | 0 | 0.22 | 0.32 | 0.10 | 18.65 | 0.59 | 0.75 |
| Hex | E5 | B2 | 9B | 0 | 16 | 20 | A | 13 | 3B | 4B |
| Octal | 345 | 262 | 233 | 0 | 26 | 40 | 12 | 23 | 73 | 113 |
| Binary | 11100101 | 10110010 | 10011011 | 0 | 10110 | 100000 | 1010 | 10011 | 111011 | 1001011 |
Color Harmonies of #E5B29B
Complementary color
Monochromatic Colors of #E5B29B
Black with #E5B29B
Text Example
Text Example
White with #E5B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B29B; }
p { color: rgb(229,178,155); }
H1.HeaderClassName
{
color: #E5B29B;
}
.AnyTagClassName
{
color: #E5B29B;
}
</style>
background-color css
<style>
a { background-color: #E5B29B; }
a { background-color: rgb(229,178,155); }
div.DivClassName
{
background-color: #E5B29B;
}
.BgClassName
{
background-color: #E5B29B;
}
</style>
border-color css
<style>
span { border-color: #E5B29B; }
span { border-color: rgb(229,178,155); }
td.TdClassName
{
border-color: #E5B29B;
}
.TagClassName
{
border-color: #E5B29B;
}
</style>