Shades of Wax Flower #EDBBA0
Tints of Wax Flower #EDBBA0
RGB
CMYK
RGB Variations
Color information
#EDBBA0 (or 0xEDBBA0) is known color: Wax Flower. HEX triplet: ED, BB and A0. RGB value is (237,187,160). Sum of RGB (Red+Green+Blue) = 237+187+160=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA0 is #12445F. Grayscale: #C7C7C7. Windows color (decimal): -1197152 or 10533869. OLE color: 10533869.
HSL color Cylindrical-coordinate representation of color #EDBBA0: hue angle of 21.04º 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 #EDBBA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 160 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 21.04º | 0.68% | 0.78% | - |
| HSV(B) | 21.04º | 0.32% | 0.93% | - |
| XYZ | 59.04 | 56.08 | 40.97 | - |
| YUV | 198.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 160 | 0 | 0.21 | 0.32 | 0.07 | 21.04 | 0.68 | 0.78 |
| Hex | ED | BB | A0 | 0 | 15 | 20 | 7 | 15 | 44 | 4E |
| Octal | 355 | 273 | 240 | 0 | 25 | 40 | 7 | 25 | 104 | 116 |
| Binary | 11101101 | 10111011 | 10100000 | 0 | 10101 | 100000 | 111 | 10101 | 1000100 | 1001110 |
Color Harmonies of #EDBBA0
Complementary color
Monochromatic Colors of #EDBBA0
Black with #EDBBA0
Text Example
Text Example
White with #EDBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA0; }
p { color: rgb(237,187,160); }
H1.HeaderClassName
{
color: #EDBBA0;
}
.AnyTagClassName
{
color: #EDBBA0;
}
</style>
background-color css
<style>
a { background-color: #EDBBA0; }
a { background-color: rgb(237,187,160); }
div.DivClassName
{
background-color: #EDBBA0;
}
.BgClassName
{
background-color: #EDBBA0;
}
</style>
border-color css
<style>
span { border-color: #EDBBA0; }
span { border-color: rgb(237,187,160); }
td.TdClassName
{
border-color: #EDBBA0;
}
.TagClassName
{
border-color: #EDBBA0;
}
</style>