Shades of Wax Flower #EDA79A
Tints of Wax Flower #EDA79A
RGB
CMYK
RGB Variations
Color information
#EDA79A (or 0xEDA79A) is known color: Wax Flower. HEX triplet: ED, A7 and 9A. RGB value is (237,167,154). Sum of RGB (Red+Green+Blue) = 237+167+154=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA79A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA79A is #125865. Grayscale: #BABABA. Windows color (decimal): -1202278 or 10135533. OLE color: 10135533.
HSL color Cylindrical-coordinate representation of color #EDA79A: hue angle of 9.4º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA79A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 154 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.07 |
| HSL | 9.4º | 0.7% | 0.77% | - |
| HSV(B) | 9.4º | 0.35% | 0.93% | - |
| XYZ | 54.58 | 47.98 | 36.96 | - |
| YUV | 186.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 154 | 0 | 0.30 | 0.35 | 0.07 | 9.4 | 0.7 | 0.77 |
| Hex | ED | A7 | 9A | 0 | 1E | 23 | 7 | 9 | 46 | 4D |
| Octal | 355 | 247 | 232 | 0 | 36 | 43 | 7 | 11 | 106 | 115 |
| Binary | 11101101 | 10100111 | 10011010 | 0 | 11110 | 100011 | 111 | 1001 | 1000110 | 1001101 |
Color Harmonies of #EDA79A
Complementary color
Monochromatic Colors of #EDA79A
Black with #EDA79A
Text Example
Text Example
White with #EDA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA79A; }
p { color: rgb(237,167,154); }
H1.HeaderClassName
{
color: #EDA79A;
}
.AnyTagClassName
{
color: #EDA79A;
}
</style>
background-color css
<style>
a { background-color: #EDA79A; }
a { background-color: rgb(237,167,154); }
div.DivClassName
{
background-color: #EDA79A;
}
.BgClassName
{
background-color: #EDA79A;
}
</style>
border-color css
<style>
span { border-color: #EDA79A; }
span { border-color: rgb(237,167,154); }
td.TdClassName
{
border-color: #EDA79A;
}
.TagClassName
{
border-color: #EDA79A;
}
</style>