Shades of Wax Flower #EDBCA1
Tints of Wax Flower #EDBCA1
RGB
CMYK
RGB Variations
Color information
#EDBCA1 (or 0xEDBCA1) is known color: Wax Flower. HEX triplet: ED, BC and A1. RGB value is (237,188,161). Sum of RGB (Red+Green+Blue) = 237+188+161=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA1 is #12435E. Grayscale: #C7C7C7. Windows color (decimal): -1196895 or 10599661. OLE color: 10599661.
HSL color Cylindrical-coordinate representation of color #EDBCA1: hue angle of 21.32º 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 #EDBCA1 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 161 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 21.32º | 0.68% | 0.78% | - |
| HSV(B) | 21.32º | 0.32% | 0.93% | - |
| XYZ | 59.34 | 56.54 | 41.5 | - |
| YUV | 199.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 161 | 0 | 0.21 | 0.32 | 0.07 | 21.32 | 0.68 | 0.78 |
| Hex | ED | BC | A1 | 0 | 15 | 20 | 7 | 15 | 44 | 4E |
| Octal | 355 | 274 | 241 | 0 | 25 | 40 | 7 | 25 | 104 | 116 |
| Binary | 11101101 | 10111100 | 10100001 | 0 | 10101 | 100000 | 111 | 10101 | 1000100 | 1001110 |
Color Harmonies of #EDBCA1
Complementary color
Monochromatic Colors of #EDBCA1
Black with #EDBCA1
Text Example
Text Example
White with #EDBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCA1; }
p { color: rgb(237,188,161); }
H1.HeaderClassName
{
color: #EDBCA1;
}
.AnyTagClassName
{
color: #EDBCA1;
}
</style>
background-color css
<style>
a { background-color: #EDBCA1; }
a { background-color: rgb(237,188,161); }
div.DivClassName
{
background-color: #EDBCA1;
}
.BgClassName
{
background-color: #EDBCA1;
}
</style>
border-color css
<style>
span { border-color: #EDBCA1; }
span { border-color: rgb(237,188,161); }
td.TdClassName
{
border-color: #EDBCA1;
}
.TagClassName
{
border-color: #EDBCA1;
}
</style>