Shades of Wax Flower #EDB399
Tints of Wax Flower #EDB399
RGB
CMYK
RGB Variations
Color information
#EDB399 (or 0xEDB399) is known color: Wax Flower. HEX triplet: ED, B3 and 99. RGB value is (237,179,153). Sum of RGB (Red+Green+Blue) = 237+179+153=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB399 is #124C66. Grayscale: #C1C1C1. Windows color (decimal): -1199207 or 10073069. OLE color: 10073069.
HSL color Cylindrical-coordinate representation of color #EDB399: hue angle of 18.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB399 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 153 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.07 |
| HSL | 18.57º | 0.7% | 0.76% | - |
| HSV(B) | 18.57º | 0.35% | 0.93% | - |
| XYZ | 56.79 | 52.54 | 37.29 | - |
| YUV | 193.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 153 | 0 | 0.24 | 0.35 | 0.07 | 18.57 | 0.7 | 0.76 |
| Hex | ED | B3 | 99 | 0 | 18 | 23 | 7 | 13 | 46 | 4C |
| Octal | 355 | 263 | 231 | 0 | 30 | 43 | 7 | 23 | 106 | 114 |
| Binary | 11101101 | 10110011 | 10011001 | 0 | 11000 | 100011 | 111 | 10011 | 1000110 | 1001100 |
Color Harmonies of #EDB399
Complementary color
Monochromatic Colors of #EDB399
Black with #EDB399
Text Example
Text Example
White with #EDB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB399; }
p { color: rgb(237,179,153); }
H1.HeaderClassName
{
color: #EDB399;
}
.AnyTagClassName
{
color: #EDB399;
}
</style>
background-color css
<style>
a { background-color: #EDB399; }
a { background-color: rgb(237,179,153); }
div.DivClassName
{
background-color: #EDB399;
}
.BgClassName
{
background-color: #EDB399;
}
</style>
border-color css
<style>
span { border-color: #EDB399; }
span { border-color: rgb(237,179,153); }
td.TdClassName
{
border-color: #EDB399;
}
.TagClassName
{
border-color: #EDB399;
}
</style>