Shades of Wax Flower #EDBBA2
Tints of Wax Flower #EDBBA2
RGB
CMYK
RGB Variations
Color information
#EDBBA2 (or 0xEDBBA2) is known color: Wax Flower. HEX triplet: ED, BB and A2. RGB value is (237,187,162). Sum of RGB (Red+Green+Blue) = 237+187+162=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA2 is #12445D. Grayscale: #C7C7C7. Windows color (decimal): -1197150 or 10664941. OLE color: 10664941.
HSL color Cylindrical-coordinate representation of color #EDBBA2: hue angle of 20º 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 #EDBBA2 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 162 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.07 |
| HSL | 20º | 0.68% | 0.78% | - |
| HSV(B) | 20º | 0.32% | 0.93% | - |
| XYZ | 59.22 | 56.15 | 41.9 | - |
| YUV | 199.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 162 | 0 | 0.21 | 0.32 | 0.07 | 20 | 0.68 | 0.78 |
| Hex | ED | BB | A2 | 0 | 15 | 20 | 7 | 14 | 44 | 4E |
| Octal | 355 | 273 | 242 | 0 | 25 | 40 | 7 | 24 | 104 | 116 |
| Binary | 11101101 | 10111011 | 10100010 | 0 | 10101 | 100000 | 111 | 10100 | 1000100 | 1001110 |
Color Harmonies of #EDBBA2
Complementary color
Monochromatic Colors of #EDBBA2
Black with #EDBBA2
Text Example
Text Example
White with #EDBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBA2; }
p { color: rgb(237,187,162); }
H1.HeaderClassName
{
color: #EDBBA2;
}
.AnyTagClassName
{
color: #EDBBA2;
}
</style>
background-color css
<style>
a { background-color: #EDBBA2; }
a { background-color: rgb(237,187,162); }
div.DivClassName
{
background-color: #EDBBA2;
}
.BgClassName
{
background-color: #EDBBA2;
}
</style>
border-color css
<style>
span { border-color: #EDBBA2; }
span { border-color: rgb(237,187,162); }
td.TdClassName
{
border-color: #EDBBA2;
}
.TagClassName
{
border-color: #EDBBA2;
}
</style>