Shades of Wax Flower #EDB09C
Tints of Wax Flower #EDB09C
RGB
CMYK
RGB Variations
Color information
#EDB09C (or 0xEDB09C) is known color: Wax Flower. HEX triplet: ED, B0 and 9C. RGB value is (237,176,156). Sum of RGB (Red+Green+Blue) = 237+176+156=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09C is #124F63. Grayscale: #C0C0C0. Windows color (decimal): -1199972 or 10268909. OLE color: 10268909.
HSL color Cylindrical-coordinate representation of color #EDB09C: hue angle of 14.81º 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 #EDB09C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 156 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.07 |
| HSL | 14.81º | 0.69% | 0.77% | - |
| HSV(B) | 14.81º | 0.34% | 0.93% | - |
| XYZ | 56.45 | 51.46 | 38.41 | - |
| YUV | 191.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 156 | 0 | 0.26 | 0.34 | 0.07 | 14.81 | 0.69 | 0.77 |
| Hex | ED | B0 | 9C | 0 | 1A | 22 | 7 | F | 45 | 4D |
| Octal | 355 | 260 | 234 | 0 | 32 | 42 | 7 | 17 | 105 | 115 |
| Binary | 11101101 | 10110000 | 10011100 | 0 | 11010 | 100010 | 111 | 1111 | 1000101 | 1001101 |
Color Harmonies of #EDB09C
Complementary color
Monochromatic Colors of #EDB09C
Black with #EDB09C
Text Example
Text Example
White with #EDB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB09C; }
p { color: rgb(237,176,156); }
H1.HeaderClassName
{
color: #EDB09C;
}
.AnyTagClassName
{
color: #EDB09C;
}
</style>
background-color css
<style>
a { background-color: #EDB09C; }
a { background-color: rgb(237,176,156); }
div.DivClassName
{
background-color: #EDB09C;
}
.BgClassName
{
background-color: #EDB09C;
}
</style>
border-color css
<style>
span { border-color: #EDB09C; }
span { border-color: rgb(237,176,156); }
td.TdClassName
{
border-color: #EDB09C;
}
.TagClassName
{
border-color: #EDB09C;
}
</style>