Shades of Wax Flower #EDBBA6
Tints of Wax Flower #EDBBA6
RGB
CMYK
RGB Variations
Color information
#EDBBA6 (or 0xEDBBA6) is known color: Wax Flower. HEX triplet: ED, BB and A6. RGB value is (237,187,166). Sum of RGB (Red+Green+Blue) = 237+187+166=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA6 is #124459. Grayscale: #C7C7C7. Windows color (decimal): -1197146 or 10927085. OLE color: 10927085.
HSL color Cylindrical-coordinate representation of color #EDBBA6: hue angle of 17.75º degrees, saturation: 0.66, 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 #EDBBA6 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 166 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.07 |
| HSL | 17.75º | 0.66% | 0.79% | - |
| HSV(B) | 17.75º | 0.3% | 0.93% | - |
| XYZ | 59.58 | 56.3 | 43.8 | - |
| YUV | 199.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 166 | 0 | 0.21 | 0.30 | 0.07 | 17.75 | 0.66 | 0.79 |
| Hex | ED | BB | A6 | 0 | 15 | 1E | 7 | 12 | 42 | 4F |
| Octal | 355 | 273 | 246 | 0 | 25 | 36 | 7 | 22 | 102 | 117 |
| Binary | 11101101 | 10111011 | 10100110 | 0 | 10101 | 11110 | 111 | 10010 | 1000010 | 1001111 |
Color Harmonies of #EDBBA6
Complementary color
Monochromatic Colors of #EDBBA6
Black with #EDBBA6
Text Example
Text Example
White with #EDBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA6; }
p { color: rgb(237,187,166); }
H1.HeaderClassName
{
color: #EDBBA6;
}
.AnyTagClassName
{
color: #EDBBA6;
}
</style>
background-color css
<style>
a { background-color: #EDBBA6; }
a { background-color: rgb(237,187,166); }
div.DivClassName
{
background-color: #EDBBA6;
}
.BgClassName
{
background-color: #EDBBA6;
}
</style>
border-color css
<style>
span { border-color: #EDBBA6; }
span { border-color: rgb(237,187,166); }
td.TdClassName
{
border-color: #EDBBA6;
}
.TagClassName
{
border-color: #EDBBA6;
}
</style>