Shades of Wax Flower #E5AD95
Tints of Wax Flower #E5AD95
RGB
CMYK
RGB Variations
Color information
#E5AD95 (or 0xE5AD95) is known color: Wax Flower. HEX triplet: E5, AD and 95. RGB value is (229,173,149). Sum of RGB (Red+Green+Blue) = 229+173+149=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD95 is #1A526A. Grayscale: #BBBBBB. Windows color (decimal): -1725035 or 9809381. OLE color: 9809381.
HSL color Cylindrical-coordinate representation of color #E5AD95: hue angle of 18º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5AD95 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 149 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.10 |
| HSL | 18º | 0.61% | 0.74% | - |
| HSV(B) | 18º | 0.35% | 0.9% | - |
| XYZ | 52.68 | 48.72 | 35.06 | - |
| YUV | 187.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 149 | 0 | 0.24 | 0.35 | 0.10 | 18 | 0.61 | 0.74 |
| Hex | E5 | AD | 95 | 0 | 18 | 23 | A | 12 | 3D | 4A |
| Octal | 345 | 255 | 225 | 0 | 30 | 43 | 12 | 22 | 75 | 112 |
| Binary | 11100101 | 10101101 | 10010101 | 0 | 11000 | 100011 | 1010 | 10010 | 111101 | 1001010 |
Color Harmonies of #E5AD95
Complementary color
Monochromatic Colors of #E5AD95
Black with #E5AD95
Text Example
Text Example
White with #E5AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD95; }
p { color: rgb(229,173,149); }
H1.HeaderClassName
{
color: #E5AD95;
}
.AnyTagClassName
{
color: #E5AD95;
}
</style>
background-color css
<style>
a { background-color: #E5AD95; }
a { background-color: rgb(229,173,149); }
div.DivClassName
{
background-color: #E5AD95;
}
.BgClassName
{
background-color: #E5AD95;
}
</style>
border-color css
<style>
span { border-color: #E5AD95; }
span { border-color: rgb(229,173,149); }
td.TdClassName
{
border-color: #E5AD95;
}
.TagClassName
{
border-color: #E5AD95;
}
</style>