Shades of Wax Flower #EDA997
Tints of Wax Flower #EDA997
RGB
CMYK
RGB Variations
Color information
#EDA997 (or 0xEDA997) is known color: Wax Flower. HEX triplet: ED, A9 and 97. RGB value is (237,169,151). Sum of RGB (Red+Green+Blue) = 237+169+151=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA997 is #125668. Grayscale: #BBBBBB. Windows color (decimal): -1201769 or 9939437. OLE color: 9939437.
HSL color Cylindrical-coordinate representation of color #EDA997: hue angle of 12.56º 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 #EDA997 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 151 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.07 |
| HSL | 12.56º | 0.7% | 0.76% | - |
| HSV(B) | 12.56º | 0.36% | 0.93% | - |
| XYZ | 54.7 | 48.61 | 35.78 | - |
| YUV | 187.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 151 | 0 | 0.29 | 0.36 | 0.07 | 12.56 | 0.7 | 0.76 |
| Hex | ED | A9 | 97 | 0 | 1D | 24 | 7 | D | 46 | 4C |
| Octal | 355 | 251 | 227 | 0 | 35 | 44 | 7 | 15 | 106 | 114 |
| Binary | 11101101 | 10101001 | 10010111 | 0 | 11101 | 100100 | 111 | 1101 | 1000110 | 1001100 |
Color Harmonies of #EDA997
Complementary color
Monochromatic Colors of #EDA997
Black with #EDA997
Text Example
Text Example
White with #EDA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA997; }
p { color: rgb(237,169,151); }
H1.HeaderClassName
{
color: #EDA997;
}
.AnyTagClassName
{
color: #EDA997;
}
</style>
background-color css
<style>
a { background-color: #EDA997; }
a { background-color: rgb(237,169,151); }
div.DivClassName
{
background-color: #EDA997;
}
.BgClassName
{
background-color: #EDA997;
}
</style>
border-color css
<style>
span { border-color: #EDA997; }
span { border-color: rgb(237,169,151); }
td.TdClassName
{
border-color: #EDA997;
}
.TagClassName
{
border-color: #EDA997;
}
</style>