Shades of Wax Flower #EDBBA5
Tints of Wax Flower #EDBBA5
RGB
CMYK
RGB Variations
Color information
#EDBBA5 (or 0xEDBBA5) is known color: Wax Flower. HEX triplet: ED, BB and A5. RGB value is (237,187,165). Sum of RGB (Red+Green+Blue) = 237+187+165=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA5 is #12445A. Grayscale: #C7C7C7. Windows color (decimal): -1197147 or 10861549. OLE color: 10861549.
HSL color Cylindrical-coordinate representation of color #EDBBA5: hue angle of 18.33º 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 #EDBBA5 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 165 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.07 |
| HSL | 18.33º | 0.67% | 0.79% | - |
| HSV(B) | 18.33º | 0.3% | 0.93% | - |
| XYZ | 59.49 | 56.26 | 43.32 | - |
| YUV | 199.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 165 | 0 | 0.21 | 0.30 | 0.07 | 18.33 | 0.67 | 0.79 |
| Hex | ED | BB | A5 | 0 | 15 | 1E | 7 | 12 | 43 | 4F |
| Octal | 355 | 273 | 245 | 0 | 25 | 36 | 7 | 22 | 103 | 117 |
| Binary | 11101101 | 10111011 | 10100101 | 0 | 10101 | 11110 | 111 | 10010 | 1000011 | 1001111 |
Color Harmonies of #EDBBA5
Complementary color
Monochromatic Colors of #EDBBA5
Black with #EDBBA5
Text Example
Text Example
White with #EDBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA5; }
p { color: rgb(237,187,165); }
H1.HeaderClassName
{
color: #EDBBA5;
}
.AnyTagClassName
{
color: #EDBBA5;
}
</style>
background-color css
<style>
a { background-color: #EDBBA5; }
a { background-color: rgb(237,187,165); }
div.DivClassName
{
background-color: #EDBBA5;
}
.BgClassName
{
background-color: #EDBBA5;
}
</style>
border-color css
<style>
span { border-color: #EDBBA5; }
span { border-color: rgb(237,187,165); }
td.TdClassName
{
border-color: #EDBBA5;
}
.TagClassName
{
border-color: #EDBBA5;
}
</style>