Shades of Wax Flower #E6AD94
Tints of Wax Flower #E6AD94
RGB
CMYK
RGB Variations
Color information
#E6AD94 (or 0xE6AD94) is known color: Wax Flower. HEX triplet: E6, AD and 94. RGB value is (230,173,148). Sum of RGB (Red+Green+Blue) = 230+173+148=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD94 is #19526B. Grayscale: #BBBBBB. Windows color (decimal): -1659500 or 9743846. OLE color: 9743846.
HSL color Cylindrical-coordinate representation of color #E6AD94: hue angle of 18.29º degrees, saturation: 0.62, 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 #E6AD94 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 148 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.10 |
| HSL | 18.29º | 0.62% | 0.74% | - |
| HSV(B) | 18.29º | 0.36% | 0.9% | - |
| XYZ | 52.92 | 48.85 | 34.66 | - |
| YUV | 187.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 148 | 0 | 0.25 | 0.36 | 0.10 | 18.29 | 0.62 | 0.74 |
| Hex | E6 | AD | 94 | 0 | 19 | 24 | A | 12 | 3E | 4A |
| Octal | 346 | 255 | 224 | 0 | 31 | 44 | 12 | 22 | 76 | 112 |
| Binary | 11100110 | 10101101 | 10010100 | 0 | 11001 | 100100 | 1010 | 10010 | 111110 | 1001010 |
Color Harmonies of #E6AD94
Complementary color
Monochromatic Colors of #E6AD94
Black with #E6AD94
Text Example
Text Example
White with #E6AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD94; }
p { color: rgb(230,173,148); }
H1.HeaderClassName
{
color: #E6AD94;
}
.AnyTagClassName
{
color: #E6AD94;
}
</style>
background-color css
<style>
a { background-color: #E6AD94; }
a { background-color: rgb(230,173,148); }
div.DivClassName
{
background-color: #E6AD94;
}
.BgClassName
{
background-color: #E6AD94;
}
</style>
border-color css
<style>
span { border-color: #E6AD94; }
span { border-color: rgb(230,173,148); }
td.TdClassName
{
border-color: #E6AD94;
}
.TagClassName
{
border-color: #E6AD94;
}
</style>