Shades of Wax Flower #EDB099
Tints of Wax Flower #EDB099
RGB
CMYK
RGB Variations
Color information
#EDB099 (or 0xEDB099) is known color: Wax Flower. HEX triplet: ED, B0 and 99. RGB value is (237,176,153). Sum of RGB (Red+Green+Blue) = 237+176+153=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB099 is #124F66. Grayscale: #BFBFBF. Windows color (decimal): -1199975 or 10072301. OLE color: 10072301.
HSL color Cylindrical-coordinate representation of color #EDB099: hue angle of 16.43º 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 #EDB099 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 153 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.07 |
| HSL | 16.43º | 0.7% | 0.76% | - |
| HSV(B) | 16.43º | 0.35% | 0.93% | - |
| XYZ | 56.2 | 51.36 | 37.09 | - |
| YUV | 191.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 153 | 0 | 0.26 | 0.35 | 0.07 | 16.43 | 0.7 | 0.76 |
| Hex | ED | B0 | 99 | 0 | 1A | 23 | 7 | 10 | 46 | 4C |
| Octal | 355 | 260 | 231 | 0 | 32 | 43 | 7 | 20 | 106 | 114 |
| Binary | 11101101 | 10110000 | 10011001 | 0 | 11010 | 100011 | 111 | 10000 | 1000110 | 1001100 |
Color Harmonies of #EDB099
Complementary color
Monochromatic Colors of #EDB099
Black with #EDB099
Text Example
Text Example
White with #EDB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB099; }
p { color: rgb(237,176,153); }
H1.HeaderClassName
{
color: #EDB099;
}
.AnyTagClassName
{
color: #EDB099;
}
</style>
background-color css
<style>
a { background-color: #EDB099; }
a { background-color: rgb(237,176,153); }
div.DivClassName
{
background-color: #EDB099;
}
.BgClassName
{
background-color: #EDB099;
}
</style>
border-color css
<style>
span { border-color: #EDB099; }
span { border-color: rgb(237,176,153); }
td.TdClassName
{
border-color: #EDB099;
}
.TagClassName
{
border-color: #EDB099;
}
</style>