Shades of Wax Flower #E5AD98
Tints of Wax Flower #E5AD98
RGB
CMYK
RGB Variations
Color information
#E5AD98 (or 0xE5AD98) is known color: Wax Flower. HEX triplet: E5, AD and 98. RGB value is (229,173,152). Sum of RGB (Red+Green+Blue) = 229+173+152=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD98 is #1A5267. Grayscale: #BBBBBB. Windows color (decimal): -1725032 or 10005989. OLE color: 10005989.
HSL color Cylindrical-coordinate representation of color #E5AD98: hue angle of 16.36º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5AD98 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 152 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.10 |
| HSL | 16.36º | 0.6% | 0.75% | - |
| HSV(B) | 16.36º | 0.34% | 0.9% | - |
| XYZ | 52.92 | 48.81 | 36.34 | - |
| YUV | 187.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 152 | 0 | 0.24 | 0.34 | 0.10 | 16.36 | 0.6 | 0.75 |
| Hex | E5 | AD | 98 | 0 | 18 | 22 | A | 10 | 3C | 4B |
| Octal | 345 | 255 | 230 | 0 | 30 | 42 | 12 | 20 | 74 | 113 |
| Binary | 11100101 | 10101101 | 10011000 | 0 | 11000 | 100010 | 1010 | 10000 | 111100 | 1001011 |
Color Harmonies of #E5AD98
Complementary color
Monochromatic Colors of #E5AD98
Black with #E5AD98
Text Example
Text Example
White with #E5AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD98; }
p { color: rgb(229,173,152); }
H1.HeaderClassName
{
color: #E5AD98;
}
.AnyTagClassName
{
color: #E5AD98;
}
</style>
background-color css
<style>
a { background-color: #E5AD98; }
a { background-color: rgb(229,173,152); }
div.DivClassName
{
background-color: #E5AD98;
}
.BgClassName
{
background-color: #E5AD98;
}
</style>
border-color css
<style>
span { border-color: #E5AD98; }
span { border-color: rgb(229,173,152); }
td.TdClassName
{
border-color: #E5AD98;
}
.TagClassName
{
border-color: #E5AD98;
}
</style>