Shades of Wax Flower #EDBAA5
Tints of Wax Flower #EDBAA5
RGB
CMYK
RGB Variations
Color information
#EDBAA5 (or 0xEDBAA5) is known color: Wax Flower. HEX triplet: ED, BA and A5. RGB value is (237,186,165). Sum of RGB (Red+Green+Blue) = 237+186+165=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAA5 is #12455A. Grayscale: #C6C6C6. Windows color (decimal): -1197403 or 10861293. OLE color: 10861293.
HSL color Cylindrical-coordinate representation of color #EDBAA5: hue angle of 17.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDBAA5 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 165 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.07 |
| HSL | 17.5º | 0.67% | 0.79% | - |
| HSV(B) | 17.5º | 0.3% | 0.93% | - |
| XYZ | 59.28 | 55.84 | 43.25 | - |
| YUV | 198.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 165 | 0 | 0.22 | 0.30 | 0.07 | 17.5 | 0.67 | 0.79 |
| Hex | ED | BA | A5 | 0 | 16 | 1E | 7 | 12 | 43 | 4F |
| Octal | 355 | 272 | 245 | 0 | 26 | 36 | 7 | 22 | 103 | 117 |
| Binary | 11101101 | 10111010 | 10100101 | 0 | 10110 | 11110 | 111 | 10010 | 1000011 | 1001111 |
Color Harmonies of #EDBAA5
Complementary color
Monochromatic Colors of #EDBAA5
Black with #EDBAA5
Text Example
Text Example
White with #EDBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAA5; }
p { color: rgb(237,186,165); }
H1.HeaderClassName
{
color: #EDBAA5;
}
.AnyTagClassName
{
color: #EDBAA5;
}
</style>
background-color css
<style>
a { background-color: #EDBAA5; }
a { background-color: rgb(237,186,165); }
div.DivClassName
{
background-color: #EDBAA5;
}
.BgClassName
{
background-color: #EDBAA5;
}
</style>
border-color css
<style>
span { border-color: #EDBAA5; }
span { border-color: rgb(237,186,165); }
td.TdClassName
{
border-color: #EDBAA5;
}
.TagClassName
{
border-color: #EDBAA5;
}
</style>