Shades of Wax Flower #E6AD98
Tints of Wax Flower #E6AD98
RGB
CMYK
RGB Variations
Color information
#E6AD98 (or 0xE6AD98) is known color: Wax Flower. HEX triplet: E6, AD and 98. RGB value is (230,173,152). Sum of RGB (Red+Green+Blue) = 230+173+152=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AD98 is #195267. Grayscale: #BBBBBB. Windows color (decimal): -1659496 or 10005990. OLE color: 10005990.
HSL color Cylindrical-coordinate representation of color #E6AD98: hue angle of 16.15º degrees, saturation: 0.61, 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 #E6AD98 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 152 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.10 |
| HSL | 16.15º | 0.61% | 0.75% | - |
| HSV(B) | 16.15º | 0.34% | 0.9% | - |
| XYZ | 53.24 | 48.98 | 36.35 | - |
| YUV | 187.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 152 | 0 | 0.25 | 0.34 | 0.10 | 16.15 | 0.61 | 0.75 |
| Hex | E6 | AD | 98 | 0 | 19 | 22 | A | 10 | 3D | 4B |
| Octal | 346 | 255 | 230 | 0 | 31 | 42 | 12 | 20 | 75 | 113 |
| Binary | 11100110 | 10101101 | 10011000 | 0 | 11001 | 100010 | 1010 | 10000 | 111101 | 1001011 |
Color Harmonies of #E6AD98
Complementary color
Monochromatic Colors of #E6AD98
Black with #E6AD98
Text Example
Text Example
White with #E6AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD98; }
p { color: rgb(230,173,152); }
H1.HeaderClassName
{
color: #E6AD98;
}
.AnyTagClassName
{
color: #E6AD98;
}
</style>
background-color css
<style>
a { background-color: #E6AD98; }
a { background-color: rgb(230,173,152); }
div.DivClassName
{
background-color: #E6AD98;
}
.BgClassName
{
background-color: #E6AD98;
}
</style>
border-color css
<style>
span { border-color: #E6AD98; }
span { border-color: rgb(230,173,152); }
td.TdClassName
{
border-color: #E6AD98;
}
.TagClassName
{
border-color: #E6AD98;
}
</style>