Shades of Wax Flower #EDB398
Tints of Wax Flower #EDB398
RGB
CMYK
RGB Variations
Color information
#EDB398 (or 0xEDB398) is known color: Wax Flower. HEX triplet: ED, B3 and 98. RGB value is (237,179,152). Sum of RGB (Red+Green+Blue) = 237+179+152=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB398 is #124C67. Grayscale: #C1C1C1. Windows color (decimal): -1199208 or 10007533. OLE color: 10007533.
HSL color Cylindrical-coordinate representation of color #EDB398: hue angle of 19.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDB398 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 152 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.07 |
| HSL | 19.06º | 0.7% | 0.76% | - |
| HSV(B) | 19.06º | 0.36% | 0.93% | - |
| XYZ | 56.71 | 52.51 | 36.85 | - |
| YUV | 193.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 152 | 0 | 0.24 | 0.36 | 0.07 | 19.06 | 0.7 | 0.76 |
| Hex | ED | B3 | 98 | 0 | 18 | 24 | 7 | 13 | 46 | 4C |
| Octal | 355 | 263 | 230 | 0 | 30 | 44 | 7 | 23 | 106 | 114 |
| Binary | 11101101 | 10110011 | 10011000 | 0 | 11000 | 100100 | 111 | 10011 | 1000110 | 1001100 |
Color Harmonies of #EDB398
Complementary color
Monochromatic Colors of #EDB398
Black with #EDB398
Text Example
Text Example
White with #EDB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB398; }
p { color: rgb(237,179,152); }
H1.HeaderClassName
{
color: #EDB398;
}
.AnyTagClassName
{
color: #EDB398;
}
</style>
background-color css
<style>
a { background-color: #EDB398; }
a { background-color: rgb(237,179,152); }
div.DivClassName
{
background-color: #EDB398;
}
.BgClassName
{
background-color: #EDB398;
}
</style>
border-color css
<style>
span { border-color: #EDB398; }
span { border-color: rgb(237,179,152); }
td.TdClassName
{
border-color: #EDB398;
}
.TagClassName
{
border-color: #EDB398;
}
</style>