Shades of Wax Flower #E1AD96
Tints of Wax Flower #E1AD96
RGB
CMYK
RGB Variations
Color information
#E1AD96 (or 0xE1AD96) is known color: Wax Flower. HEX triplet: E1, AD and 96. RGB value is (225,173,150). Sum of RGB (Red+Green+Blue) = 225+173+150=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AD96 is #1E5269. Grayscale: #BABABA. Windows color (decimal): -1987178 or 9874913. OLE color: 9874913.
HSL color Cylindrical-coordinate representation of color #E1AD96: hue angle of 18.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1AD96 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 150 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.12 |
| HSL | 18.4º | 0.56% | 0.74% | - |
| HSV(B) | 18.4º | 0.33% | 0.88% | - |
| XYZ | 51.5 | 48.1 | 35.42 | - |
| YUV | 185.93 | 107.73 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 150 | 0 | 0.23 | 0.33 | 0.12 | 18.4 | 0.56 | 0.74 |
| Hex | E1 | AD | 96 | 0 | 17 | 21 | C | 12 | 38 | 4A |
| Octal | 341 | 255 | 226 | 0 | 27 | 41 | 14 | 22 | 70 | 112 |
| Binary | 11100001 | 10101101 | 10010110 | 0 | 10111 | 100001 | 1100 | 10010 | 111000 | 1001010 |
Color Harmonies of #E1AD96
Complementary color
Monochromatic Colors of #E1AD96
Black with #E1AD96
Text Example
Text Example
White with #E1AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD96; }
p { color: rgb(225,173,150); }
H1.HeaderClassName
{
color: #E1AD96;
}
.AnyTagClassName
{
color: #E1AD96;
}
</style>
background-color css
<style>
a { background-color: #E1AD96; }
a { background-color: rgb(225,173,150); }
div.DivClassName
{
background-color: #E1AD96;
}
.BgClassName
{
background-color: #E1AD96;
}
</style>
border-color css
<style>
span { border-color: #E1AD96; }
span { border-color: rgb(225,173,150); }
td.TdClassName
{
border-color: #E1AD96;
}
.TagClassName
{
border-color: #E1AD96;
}
</style>