Shades of Wax Flower #EDB49F
Tints of Wax Flower #EDB49F
RGB
CMYK
RGB Variations
Color information
#EDB49F (or 0xEDB49F) is known color: Wax Flower. HEX triplet: ED, B4 and 9F. RGB value is (237,180,159). Sum of RGB (Red+Green+Blue) = 237+180+159=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49F is #124B60. Grayscale: #C2C2C2. Windows color (decimal): -1198945 or 10466541. OLE color: 10466541.
HSL color Cylindrical-coordinate representation of color #EDB49F: hue angle of 16.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDB49F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 159 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.07 |
| HSL | 16.15º | 0.68% | 0.78% | - |
| HSV(B) | 16.15º | 0.33% | 0.93% | - |
| XYZ | 57.5 | 53.15 | 40.03 | - |
| YUV | 194.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 159 | 0 | 0.24 | 0.33 | 0.07 | 16.15 | 0.68 | 0.78 |
| Hex | ED | B4 | 9F | 0 | 18 | 21 | 7 | 10 | 44 | 4E |
| Octal | 355 | 264 | 237 | 0 | 30 | 41 | 7 | 20 | 104 | 116 |
| Binary | 11101101 | 10110100 | 10011111 | 0 | 11000 | 100001 | 111 | 10000 | 1000100 | 1001110 |
Color Harmonies of #EDB49F
Complementary color
Monochromatic Colors of #EDB49F
Black with #EDB49F
Text Example
Text Example
White with #EDB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB49F; }
p { color: rgb(237,180,159); }
H1.HeaderClassName
{
color: #EDB49F;
}
.AnyTagClassName
{
color: #EDB49F;
}
</style>
background-color css
<style>
a { background-color: #EDB49F; }
a { background-color: rgb(237,180,159); }
div.DivClassName
{
background-color: #EDB49F;
}
.BgClassName
{
background-color: #EDB49F;
}
</style>
border-color css
<style>
span { border-color: #EDB49F; }
span { border-color: rgb(237,180,159); }
td.TdClassName
{
border-color: #EDB49F;
}
.TagClassName
{
border-color: #EDB49F;
}
</style>