Shades of Wax Flower #EDB79D
Tints of Wax Flower #EDB79D
RGB
CMYK
RGB Variations
Color information
#EDB79D (or 0xEDB79D) is known color: Wax Flower. HEX triplet: ED, B7 and 9D. RGB value is (237,183,157). Sum of RGB (Red+Green+Blue) = 237+183+157=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB79D is #124862. Grayscale: #C4C4C4. Windows color (decimal): -1198179 or 10336237. OLE color: 10336237.
HSL color Cylindrical-coordinate representation of color #EDB79D: hue angle of 19.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDB79D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 157 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.07 |
| HSL | 19.5º | 0.69% | 0.77% | - |
| HSV(B) | 19.5º | 0.34% | 0.93% | - |
| XYZ | 57.94 | 54.31 | 39.33 | - |
| YUV | 196.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 157 | 0 | 0.23 | 0.34 | 0.07 | 19.5 | 0.69 | 0.77 |
| Hex | ED | B7 | 9D | 0 | 17 | 22 | 7 | 14 | 45 | 4D |
| Octal | 355 | 267 | 235 | 0 | 27 | 42 | 7 | 24 | 105 | 115 |
| Binary | 11101101 | 10110111 | 10011101 | 0 | 10111 | 100010 | 111 | 10100 | 1000101 | 1001101 |
Color Harmonies of #EDB79D
Complementary color
Monochromatic Colors of #EDB79D
Black with #EDB79D
Text Example
Text Example
White with #EDB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB79D; }
p { color: rgb(237,183,157); }
H1.HeaderClassName
{
color: #EDB79D;
}
.AnyTagClassName
{
color: #EDB79D;
}
</style>
background-color css
<style>
a { background-color: #EDB79D; }
a { background-color: rgb(237,183,157); }
div.DivClassName
{
background-color: #EDB79D;
}
.BgClassName
{
background-color: #EDB79D;
}
</style>
border-color css
<style>
span { border-color: #EDB79D; }
span { border-color: rgb(237,183,157); }
td.TdClassName
{
border-color: #EDB79D;
}
.TagClassName
{
border-color: #EDB79D;
}
</style>