Shades of Wax Flower #EDBAA0
Tints of Wax Flower #EDBAA0
RGB
CMYK
RGB Variations
Color information
#EDBAA0 (or 0xEDBAA0) is known color: Wax Flower. HEX triplet: ED, BA and A0. RGB value is (237,186,160). Sum of RGB (Red+Green+Blue) = 237+186+160=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAA0 is #12455F. Grayscale: #C6C6C6. Windows color (decimal): -1197408 or 10533613. OLE color: 10533613.
HSL color Cylindrical-coordinate representation of color #EDBAA0: hue angle of 20.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBAA0 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 160 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.07 |
| HSL | 20.26º | 0.68% | 0.78% | - |
| HSV(B) | 20.26º | 0.32% | 0.93% | - |
| XYZ | 58.83 | 55.66 | 40.9 | - |
| YUV | 198.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 160 | 0 | 0.22 | 0.32 | 0.07 | 20.26 | 0.68 | 0.78 |
| Hex | ED | BA | A0 | 0 | 16 | 20 | 7 | 14 | 44 | 4E |
| Octal | 355 | 272 | 240 | 0 | 26 | 40 | 7 | 24 | 104 | 116 |
| Binary | 11101101 | 10111010 | 10100000 | 0 | 10110 | 100000 | 111 | 10100 | 1000100 | 1001110 |
Color Harmonies of #EDBAA0
Complementary color
Monochromatic Colors of #EDBAA0
Black with #EDBAA0
Text Example
Text Example
White with #EDBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAA0; }
p { color: rgb(237,186,160); }
H1.HeaderClassName
{
color: #EDBAA0;
}
.AnyTagClassName
{
color: #EDBAA0;
}
</style>
background-color css
<style>
a { background-color: #EDBAA0; }
a { background-color: rgb(237,186,160); }
div.DivClassName
{
background-color: #EDBAA0;
}
.BgClassName
{
background-color: #EDBAA0;
}
</style>
border-color css
<style>
span { border-color: #EDBAA0; }
span { border-color: rgb(237,186,160); }
td.TdClassName
{
border-color: #EDBAA0;
}
.TagClassName
{
border-color: #EDBAA0;
}
</style>