Shades of Wax Flower #E5AD92
Tints of Wax Flower #E5AD92
RGB
CMYK
RGB Variations
Color information
#E5AD92 (or 0xE5AD92) is known color: Wax Flower. HEX triplet: E5, AD and 92. RGB value is (229,173,146). Sum of RGB (Red+Green+Blue) = 229+173+146=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AD92 is #1A526D. Grayscale: #BABABA. Windows color (decimal): -1725038 or 9612773. OLE color: 9612773.
HSL color Cylindrical-coordinate representation of color #E5AD92: hue angle of 19.52º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5AD92 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 146 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.10 |
| HSL | 19.52º | 0.61% | 0.74% | - |
| HSV(B) | 19.52º | 0.36% | 0.9% | - |
| XYZ | 52.44 | 48.62 | 33.81 | - |
| YUV | 186.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 146 | 0 | 0.24 | 0.36 | 0.10 | 19.52 | 0.61 | 0.74 |
| Hex | E5 | AD | 92 | 0 | 18 | 24 | A | 14 | 3D | 4A |
| Octal | 345 | 255 | 222 | 0 | 30 | 44 | 12 | 24 | 75 | 112 |
| Binary | 11100101 | 10101101 | 10010010 | 0 | 11000 | 100100 | 1010 | 10100 | 111101 | 1001010 |
Color Harmonies of #E5AD92
Complementary color
Monochromatic Colors of #E5AD92
Black with #E5AD92
Text Example
Text Example
White with #E5AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD92; }
p { color: rgb(229,173,146); }
H1.HeaderClassName
{
color: #E5AD92;
}
.AnyTagClassName
{
color: #E5AD92;
}
</style>
background-color css
<style>
a { background-color: #E5AD92; }
a { background-color: rgb(229,173,146); }
div.DivClassName
{
background-color: #E5AD92;
}
.BgClassName
{
background-color: #E5AD92;
}
</style>
border-color css
<style>
span { border-color: #E5AD92; }
span { border-color: rgb(229,173,146); }
td.TdClassName
{
border-color: #E5AD92;
}
.TagClassName
{
border-color: #E5AD92;
}
</style>