Shades of Wax Flower #EDA99E
Tints of Wax Flower #EDA99E
RGB
CMYK
RGB Variations
Color information
#EDA99E (or 0xEDA99E) is known color: Wax Flower. HEX triplet: ED, A9 and 9E. RGB value is (237,169,158). Sum of RGB (Red+Green+Blue) = 237+169+158=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99E is #125661. Grayscale: #BCBCBC. Windows color (decimal): -1201762 or 10398189. OLE color: 10398189.
HSL color Cylindrical-coordinate representation of color #EDA99E: hue angle of 8.35º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA99E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 158 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.07 |
| HSL | 8.35º | 0.69% | 0.77% | - |
| HSV(B) | 8.35º | 0.33% | 0.93% | - |
| XYZ | 55.28 | 48.85 | 38.86 | - |
| YUV | 188.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 158 | 0 | 0.29 | 0.33 | 0.07 | 8.35 | 0.69 | 0.77 |
| Hex | ED | A9 | 9E | 0 | 1D | 21 | 7 | 8 | 45 | 4D |
| Octal | 355 | 251 | 236 | 0 | 35 | 41 | 7 | 10 | 105 | 115 |
| Binary | 11101101 | 10101001 | 10011110 | 0 | 11101 | 100001 | 111 | 1000 | 1000101 | 1001101 |
Color Harmonies of #EDA99E
Complementary color
Monochromatic Colors of #EDA99E
Black with #EDA99E
Text Example
Text Example
White with #EDA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA99E; }
p { color: rgb(237,169,158); }
H1.HeaderClassName
{
color: #EDA99E;
}
.AnyTagClassName
{
color: #EDA99E;
}
</style>
background-color css
<style>
a { background-color: #EDA99E; }
a { background-color: rgb(237,169,158); }
div.DivClassName
{
background-color: #EDA99E;
}
.BgClassName
{
background-color: #EDA99E;
}
</style>
border-color css
<style>
span { border-color: #EDA99E; }
span { border-color: rgb(237,169,158); }
td.TdClassName
{
border-color: #EDA99E;
}
.TagClassName
{
border-color: #EDA99E;
}
</style>