Shades of Wax Flower #EDA893
Tints of Wax Flower #EDA893
RGB
CMYK
RGB Variations
Color information
#EDA893 (or 0xEDA893) is known color: Wax Flower. HEX triplet: ED, A8 and 93. RGB value is (237,168,147). Sum of RGB (Red+Green+Blue) = 237+168+147=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA893 is #12576C. Grayscale: #BABABA. Windows color (decimal): -1202029 or 9677037. OLE color: 9677037.
HSL color Cylindrical-coordinate representation of color #EDA893: hue angle of 14º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA893 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 147 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.07 |
| HSL | 14º | 0.71% | 0.75% | - |
| HSV(B) | 14º | 0.38% | 0.93% | - |
| XYZ | 54.19 | 48.12 | 34.03 | - |
| YUV | 186.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 147 | 0 | 0.29 | 0.38 | 0.07 | 14 | 0.71 | 0.75 |
| Hex | ED | A8 | 93 | 0 | 1D | 26 | 7 | E | 47 | 4B |
| Octal | 355 | 250 | 223 | 0 | 35 | 46 | 7 | 16 | 107 | 113 |
| Binary | 11101101 | 10101000 | 10010011 | 0 | 11101 | 100110 | 111 | 1110 | 1000111 | 1001011 |
Color Harmonies of #EDA893
Complementary color
Monochromatic Colors of #EDA893
Black with #EDA893
Text Example
Text Example
White with #EDA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA893; }
p { color: rgb(237,168,147); }
H1.HeaderClassName
{
color: #EDA893;
}
.AnyTagClassName
{
color: #EDA893;
}
</style>
background-color css
<style>
a { background-color: #EDA893; }
a { background-color: rgb(237,168,147); }
div.DivClassName
{
background-color: #EDA893;
}
.BgClassName
{
background-color: #EDA893;
}
</style>
border-color css
<style>
span { border-color: #EDA893; }
span { border-color: rgb(237,168,147); }
td.TdClassName
{
border-color: #EDA893;
}
.TagClassName
{
border-color: #EDA893;
}
</style>