Shades of Wax Flower #EDA795
Tints of Wax Flower #EDA795
RGB
CMYK
RGB Variations
Color information
#EDA795 (or 0xEDA795) is known color: Wax Flower. HEX triplet: ED, A7 and 95. RGB value is (237,167,149). Sum of RGB (Red+Green+Blue) = 237+167+149=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA795 is #12586A. Grayscale: #BABABA. Windows color (decimal): -1202283 or 9807853. OLE color: 9807853.
HSL color Cylindrical-coordinate representation of color #EDA795: hue angle of 12.27º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA795 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 149 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.07 |
| HSL | 12.27º | 0.71% | 0.76% | - |
| HSV(B) | 12.27º | 0.37% | 0.93% | - |
| XYZ | 54.17 | 47.81 | 34.81 | - |
| YUV | 185.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 149 | 0 | 0.30 | 0.37 | 0.07 | 12.27 | 0.71 | 0.76 |
| Hex | ED | A7 | 95 | 0 | 1E | 25 | 7 | C | 47 | 4C |
| Octal | 355 | 247 | 225 | 0 | 36 | 45 | 7 | 14 | 107 | 114 |
| Binary | 11101101 | 10100111 | 10010101 | 0 | 11110 | 100101 | 111 | 1100 | 1000111 | 1001100 |
Color Harmonies of #EDA795
Complementary color
Monochromatic Colors of #EDA795
Black with #EDA795
Text Example
Text Example
White with #EDA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA795; }
p { color: rgb(237,167,149); }
H1.HeaderClassName
{
color: #EDA795;
}
.AnyTagClassName
{
color: #EDA795;
}
</style>
background-color css
<style>
a { background-color: #EDA795; }
a { background-color: rgb(237,167,149); }
div.DivClassName
{
background-color: #EDA795;
}
.BgClassName
{
background-color: #EDA795;
}
</style>
border-color css
<style>
span { border-color: #EDA795; }
span { border-color: rgb(237,167,149); }
td.TdClassName
{
border-color: #EDA795;
}
.TagClassName
{
border-color: #EDA795;
}
</style>