Shades of Wax Flower #EDA99C
Tints of Wax Flower #EDA99C
RGB
CMYK
RGB Variations
Color information
#EDA99C (or 0xEDA99C) is known color: Wax Flower. HEX triplet: ED, A9 and 9C. RGB value is (237,169,156). Sum of RGB (Red+Green+Blue) = 237+169+156=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA99C is #125663. Grayscale: #BBBBBB. Windows color (decimal): -1201764 or 10267117. OLE color: 10267117.
HSL color Cylindrical-coordinate representation of color #EDA99C: hue angle of 9.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA99C is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 156 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.07 |
| HSL | 9.63º | 0.69% | 0.77% | - |
| HSV(B) | 9.63º | 0.34% | 0.93% | - |
| XYZ | 55.11 | 48.78 | 37.96 | - |
| YUV | 187.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 156 | 0 | 0.29 | 0.34 | 0.07 | 9.63 | 0.69 | 0.77 |
| Hex | ED | A9 | 9C | 0 | 1D | 22 | 7 | A | 45 | 4D |
| Octal | 355 | 251 | 234 | 0 | 35 | 42 | 7 | 12 | 105 | 115 |
| Binary | 11101101 | 10101001 | 10011100 | 0 | 11101 | 100010 | 111 | 1010 | 1000101 | 1001101 |
Color Harmonies of #EDA99C
Complementary color
Monochromatic Colors of #EDA99C
Black with #EDA99C
Text Example
Text Example
White with #EDA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA99C; }
p { color: rgb(237,169,156); }
H1.HeaderClassName
{
color: #EDA99C;
}
.AnyTagClassName
{
color: #EDA99C;
}
</style>
background-color css
<style>
a { background-color: #EDA99C; }
a { background-color: rgb(237,169,156); }
div.DivClassName
{
background-color: #EDA99C;
}
.BgClassName
{
background-color: #EDA99C;
}
</style>
border-color css
<style>
span { border-color: #EDA99C; }
span { border-color: rgb(237,169,156); }
td.TdClassName
{
border-color: #EDA99C;
}
.TagClassName
{
border-color: #EDA99C;
}
</style>