Shades of Wax Flower #EDA79C
Tints of Wax Flower #EDA79C
RGB
CMYK
RGB Variations
Color information
#EDA79C (or 0xEDA79C) is known color: Wax Flower. HEX triplet: ED, A7 and 9C. RGB value is (237,167,156). Sum of RGB (Red+Green+Blue) = 237+167+156=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79C is #125863. Grayscale: #BABABA. Windows color (decimal): -1202276 or 10266605. OLE color: 10266605.
HSL color Cylindrical-coordinate representation of color #EDA79C: hue angle of 8.15º 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 #EDA79C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 156 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.07 |
| HSL | 8.15º | 0.69% | 0.77% | - |
| HSV(B) | 8.15º | 0.34% | 0.93% | - |
| XYZ | 54.74 | 48.04 | 37.84 | - |
| YUV | 186.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 156 | 0 | 0.30 | 0.34 | 0.07 | 8.15 | 0.69 | 0.77 |
| Hex | ED | A7 | 9C | 0 | 1E | 22 | 7 | 8 | 45 | 4D |
| Octal | 355 | 247 | 234 | 0 | 36 | 42 | 7 | 10 | 105 | 115 |
| Binary | 11101101 | 10100111 | 10011100 | 0 | 11110 | 100010 | 111 | 1000 | 1000101 | 1001101 |
Color Harmonies of #EDA79C
Complementary color
Monochromatic Colors of #EDA79C
Black with #EDA79C
Text Example
Text Example
White with #EDA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA79C; }
p { color: rgb(237,167,156); }
H1.HeaderClassName
{
color: #EDA79C;
}
.AnyTagClassName
{
color: #EDA79C;
}
</style>
background-color css
<style>
a { background-color: #EDA79C; }
a { background-color: rgb(237,167,156); }
div.DivClassName
{
background-color: #EDA79C;
}
.BgClassName
{
background-color: #EDA79C;
}
</style>
border-color css
<style>
span { border-color: #EDA79C; }
span { border-color: rgb(237,167,156); }
td.TdClassName
{
border-color: #EDA79C;
}
.TagClassName
{
border-color: #EDA79C;
}
</style>