Shades of Wax Flower #E1AD95
Tints of Wax Flower #E1AD95
RGB
CMYK
RGB Variations
Color information
#E1AD95 (or 0xE1AD95) is known color: Wax Flower. HEX triplet: E1, AD and 95. RGB value is (225,173,149). Sum of RGB (Red+Green+Blue) = 225+173+149=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AD95 is #1E526A. Grayscale: #B9B9B9. Windows color (decimal): -1987179 or 9809377. OLE color: 9809377.
HSL color Cylindrical-coordinate representation of color #E1AD95: hue angle of 18.95º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1AD95 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 149 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.12 |
| HSL | 18.95º | 0.56% | 0.73% | - |
| HSV(B) | 18.95º | 0.34% | 0.88% | - |
| XYZ | 51.42 | 48.06 | 35 | - |
| YUV | 185.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 149 | 0 | 0.23 | 0.34 | 0.12 | 18.95 | 0.56 | 0.73 |
| Hex | E1 | AD | 95 | 0 | 17 | 22 | C | 13 | 38 | 49 |
| Octal | 341 | 255 | 225 | 0 | 27 | 42 | 14 | 23 | 70 | 111 |
| Binary | 11100001 | 10101101 | 10010101 | 0 | 10111 | 100010 | 1100 | 10011 | 111000 | 1001001 |
Color Harmonies of #E1AD95
Complementary color
Monochromatic Colors of #E1AD95
Black with #E1AD95
Text Example
Text Example
White with #E1AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD95; }
p { color: rgb(225,173,149); }
H1.HeaderClassName
{
color: #E1AD95;
}
.AnyTagClassName
{
color: #E1AD95;
}
</style>
background-color css
<style>
a { background-color: #E1AD95; }
a { background-color: rgb(225,173,149); }
div.DivClassName
{
background-color: #E1AD95;
}
.BgClassName
{
background-color: #E1AD95;
}
</style>
border-color css
<style>
span { border-color: #E1AD95; }
span { border-color: rgb(225,173,149); }
td.TdClassName
{
border-color: #E1AD95;
}
.TagClassName
{
border-color: #E1AD95;
}
</style>