Shades of Wax Flower #E1AD94
Tints of Wax Flower #E1AD94
RGB
CMYK
RGB Variations
Color information
#E1AD94 (or 0xE1AD94) is known color: Wax Flower. HEX triplet: E1, AD and 94. RGB value is (225,173,148). Sum of RGB (Red+Green+Blue) = 225+173+148=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AD94 is #1E526B. Grayscale: #B9B9B9. Windows color (decimal): -1987180 or 9743841. OLE color: 9743841.
HSL color Cylindrical-coordinate representation of color #E1AD94: hue angle of 19.48º 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 #E1AD94 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 148 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.12 |
| HSL | 19.48º | 0.56% | 0.73% | - |
| HSV(B) | 19.48º | 0.34% | 0.88% | - |
| XYZ | 51.34 | 48.03 | 34.58 | - |
| YUV | 185.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 148 | 0 | 0.23 | 0.34 | 0.12 | 19.48 | 0.56 | 0.73 |
| Hex | E1 | AD | 94 | 0 | 17 | 22 | C | 13 | 38 | 49 |
| Octal | 341 | 255 | 224 | 0 | 27 | 42 | 14 | 23 | 70 | 111 |
| Binary | 11100001 | 10101101 | 10010100 | 0 | 10111 | 100010 | 1100 | 10011 | 111000 | 1001001 |
Color Harmonies of #E1AD94
Complementary color
Monochromatic Colors of #E1AD94
Black with #E1AD94
Text Example
Text Example
White with #E1AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD94; }
p { color: rgb(225,173,148); }
H1.HeaderClassName
{
color: #E1AD94;
}
.AnyTagClassName
{
color: #E1AD94;
}
</style>
background-color css
<style>
a { background-color: #E1AD94; }
a { background-color: rgb(225,173,148); }
div.DivClassName
{
background-color: #E1AD94;
}
.BgClassName
{
background-color: #E1AD94;
}
</style>
border-color css
<style>
span { border-color: #E1AD94; }
span { border-color: rgb(225,173,148); }
td.TdClassName
{
border-color: #E1AD94;
}
.TagClassName
{
border-color: #E1AD94;
}
</style>