Shades of Wax Flower #EDBBA3
Tints of Wax Flower #EDBBA3
RGB
CMYK
RGB Variations
Color information
#EDBBA3 (or 0xEDBBA3) is known color: Wax Flower. HEX triplet: ED, BB and A3. RGB value is (237,187,163). Sum of RGB (Red+Green+Blue) = 237+187+163=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA3 is #12445C. Grayscale: #C7C7C7. Windows color (decimal): -1197149 or 10730477. OLE color: 10730477.
HSL color Cylindrical-coordinate representation of color #EDBBA3: hue angle of 19.46º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDBBA3 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 163 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 19.46º | 0.67% | 0.78% | - |
| HSV(B) | 19.46º | 0.31% | 0.93% | - |
| XYZ | 59.31 | 56.19 | 42.37 | - |
| YUV | 199.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 163 | 0 | 0.21 | 0.31 | 0.07 | 19.46 | 0.67 | 0.78 |
| Hex | ED | BB | A3 | 0 | 15 | 1F | 7 | 13 | 43 | 4E |
| Octal | 355 | 273 | 243 | 0 | 25 | 37 | 7 | 23 | 103 | 116 |
| Binary | 11101101 | 10111011 | 10100011 | 0 | 10101 | 11111 | 111 | 10011 | 1000011 | 1001110 |
Color Harmonies of #EDBBA3
Complementary color
Monochromatic Colors of #EDBBA3
Black with #EDBBA3
Text Example
Text Example
White with #EDBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA3; }
p { color: rgb(237,187,163); }
H1.HeaderClassName
{
color: #EDBBA3;
}
.AnyTagClassName
{
color: #EDBBA3;
}
</style>
background-color css
<style>
a { background-color: #EDBBA3; }
a { background-color: rgb(237,187,163); }
div.DivClassName
{
background-color: #EDBBA3;
}
.BgClassName
{
background-color: #EDBBA3;
}
</style>
border-color css
<style>
span { border-color: #EDBBA3; }
span { border-color: rgb(237,187,163); }
td.TdClassName
{
border-color: #EDBBA3;
}
.TagClassName
{
border-color: #EDBBA3;
}
</style>