Shades of Wax Flower #E3AD92
Tints of Wax Flower #E3AD92
RGB
CMYK
RGB Variations
Color information
#E3AD92 (or 0xE3AD92) is known color: Wax Flower. HEX triplet: E3, AD and 92. RGB value is (227,173,146). Sum of RGB (Red+Green+Blue) = 227+173+146=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AD92 is #1C526D. Grayscale: #BABABA. Windows color (decimal): -1856110 or 9612771. OLE color: 9612771.
HSL color Cylindrical-coordinate representation of color #E3AD92: hue angle of 20º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3AD92 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 146 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.11 |
| HSL | 20º | 0.59% | 0.73% | - |
| HSV(B) | 20º | 0.36% | 0.89% | - |
| XYZ | 51.81 | 48.29 | 33.78 | - |
| YUV | 186.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 146 | 0 | 0.24 | 0.36 | 0.11 | 20 | 0.59 | 0.73 |
| Hex | E3 | AD | 92 | 0 | 18 | 24 | B | 14 | 3B | 49 |
| Octal | 343 | 255 | 222 | 0 | 30 | 44 | 13 | 24 | 73 | 111 |
| Binary | 11100011 | 10101101 | 10010010 | 0 | 11000 | 100100 | 1011 | 10100 | 111011 | 1001001 |
Color Harmonies of #E3AD92
Complementary color
Monochromatic Colors of #E3AD92
Black with #E3AD92
Text Example
Text Example
White with #E3AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD92; }
p { color: rgb(227,173,146); }
H1.HeaderClassName
{
color: #E3AD92;
}
.AnyTagClassName
{
color: #E3AD92;
}
</style>
background-color css
<style>
a { background-color: #E3AD92; }
a { background-color: rgb(227,173,146); }
div.DivClassName
{
background-color: #E3AD92;
}
.BgClassName
{
background-color: #E3AD92;
}
</style>
border-color css
<style>
span { border-color: #E3AD92; }
span { border-color: rgb(227,173,146); }
td.TdClassName
{
border-color: #E3AD92;
}
.TagClassName
{
border-color: #E3AD92;
}
</style>