Shades of Wax Flower #EDB09A
Tints of Wax Flower #EDB09A
RGB
CMYK
RGB Variations
Color information
#EDB09A (or 0xEDB09A) is known color: Wax Flower. HEX triplet: ED, B0 and 9A. RGB value is (237,176,154). Sum of RGB (Red+Green+Blue) = 237+176+154=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB09A is #124F65. Grayscale: #BFBFBF. Windows color (decimal): -1199974 or 10137837. OLE color: 10137837.
HSL color Cylindrical-coordinate representation of color #EDB09A: hue angle of 15.9º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB09A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 154 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.07 |
| HSL | 15.9º | 0.7% | 0.77% | - |
| HSV(B) | 15.9º | 0.35% | 0.93% | - |
| XYZ | 56.28 | 51.39 | 37.52 | - |
| YUV | 191.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 154 | 0 | 0.26 | 0.35 | 0.07 | 15.9 | 0.7 | 0.77 |
| Hex | ED | B0 | 9A | 0 | 1A | 23 | 7 | 10 | 46 | 4D |
| Octal | 355 | 260 | 232 | 0 | 32 | 43 | 7 | 20 | 106 | 115 |
| Binary | 11101101 | 10110000 | 10011010 | 0 | 11010 | 100011 | 111 | 10000 | 1000110 | 1001101 |
Color Harmonies of #EDB09A
Complementary color
Monochromatic Colors of #EDB09A
Black with #EDB09A
Text Example
Text Example
White with #EDB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB09A; }
p { color: rgb(237,176,154); }
H1.HeaderClassName
{
color: #EDB09A;
}
.AnyTagClassName
{
color: #EDB09A;
}
</style>
background-color css
<style>
a { background-color: #EDB09A; }
a { background-color: rgb(237,176,154); }
div.DivClassName
{
background-color: #EDB09A;
}
.BgClassName
{
background-color: #EDB09A;
}
</style>
border-color css
<style>
span { border-color: #EDB09A; }
span { border-color: rgb(237,176,154); }
td.TdClassName
{
border-color: #EDB09A;
}
.TagClassName
{
border-color: #EDB09A;
}
</style>