Shades of Wax Flower #EDB09D
Tints of Wax Flower #EDB09D
RGB
CMYK
RGB Variations
Color information
#EDB09D (or 0xEDB09D) is known color: Wax Flower. HEX triplet: ED, B0 and 9D. RGB value is (237,176,157). Sum of RGB (Red+Green+Blue) = 237+176+157=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09D is #124F62. Grayscale: #C0C0C0. Windows color (decimal): -1199971 or 10334445. OLE color: 10334445.
HSL color Cylindrical-coordinate representation of color #EDB09D: hue angle of 14.25º 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 #EDB09D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 157 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.07 |
| HSL | 14.25º | 0.69% | 0.77% | - |
| HSV(B) | 14.25º | 0.34% | 0.93% | - |
| XYZ | 56.54 | 51.49 | 38.86 | - |
| YUV | 192.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 157 | 0 | 0.26 | 0.34 | 0.07 | 14.25 | 0.69 | 0.77 |
| Hex | ED | B0 | 9D | 0 | 1A | 22 | 7 | E | 45 | 4D |
| Octal | 355 | 260 | 235 | 0 | 32 | 42 | 7 | 16 | 105 | 115 |
| Binary | 11101101 | 10110000 | 10011101 | 0 | 11010 | 100010 | 111 | 1110 | 1000101 | 1001101 |
Color Harmonies of #EDB09D
Complementary color
Monochromatic Colors of #EDB09D
Black with #EDB09D
Text Example
Text Example
White with #EDB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB09D; }
p { color: rgb(237,176,157); }
H1.HeaderClassName
{
color: #EDB09D;
}
.AnyTagClassName
{
color: #EDB09D;
}
</style>
background-color css
<style>
a { background-color: #EDB09D; }
a { background-color: rgb(237,176,157); }
div.DivClassName
{
background-color: #EDB09D;
}
.BgClassName
{
background-color: #EDB09D;
}
</style>
border-color css
<style>
span { border-color: #EDB09D; }
span { border-color: rgb(237,176,157); }
td.TdClassName
{
border-color: #EDB09D;
}
.TagClassName
{
border-color: #EDB09D;
}
</style>