Shades of Wax Flower #EDB39F
Tints of Wax Flower #EDB39F
RGB
CMYK
RGB Variations
Color information
#EDB39F (or 0xEDB39F) is known color: Wax Flower. HEX triplet: ED, B3 and 9F. RGB value is (237,179,159). Sum of RGB (Red+Green+Blue) = 237+179+159=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB39F is #124C60. Grayscale: #C2C2C2. Windows color (decimal): -1199201 or 10466285. OLE color: 10466285.
HSL color Cylindrical-coordinate representation of color #EDB39F: hue angle of 15.38º 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 #EDB39F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 159 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.07 |
| HSL | 15.38º | 0.68% | 0.78% | - |
| HSV(B) | 15.38º | 0.33% | 0.93% | - |
| XYZ | 57.3 | 52.75 | 39.96 | - |
| YUV | 194.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 159 | 0 | 0.24 | 0.33 | 0.07 | 15.38 | 0.68 | 0.78 |
| Hex | ED | B3 | 9F | 0 | 18 | 21 | 7 | F | 44 | 4E |
| Octal | 355 | 263 | 237 | 0 | 30 | 41 | 7 | 17 | 104 | 116 |
| Binary | 11101101 | 10110011 | 10011111 | 0 | 11000 | 100001 | 111 | 1111 | 1000100 | 1001110 |
Color Harmonies of #EDB39F
Complementary color
Monochromatic Colors of #EDB39F
Black with #EDB39F
Text Example
Text Example
White with #EDB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB39F; }
p { color: rgb(237,179,159); }
H1.HeaderClassName
{
color: #EDB39F;
}
.AnyTagClassName
{
color: #EDB39F;
}
</style>
background-color css
<style>
a { background-color: #EDB39F; }
a { background-color: rgb(237,179,159); }
div.DivClassName
{
background-color: #EDB39F;
}
.BgClassName
{
background-color: #EDB39F;
}
</style>
border-color css
<style>
span { border-color: #EDB39F; }
span { border-color: rgb(237,179,159); }
td.TdClassName
{
border-color: #EDB39F;
}
.TagClassName
{
border-color: #EDB39F;
}
</style>