Shades of Wax Flower #EDB097
Tints of Wax Flower #EDB097
RGB
CMYK
RGB Variations
Color information
#EDB097 (or 0xEDB097) is known color: Wax Flower. HEX triplet: ED, B0 and 97. RGB value is (237,176,151). Sum of RGB (Red+Green+Blue) = 237+176+151=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB097 is #124F68. Grayscale: #BFBFBF. Windows color (decimal): -1199977 or 9941229. OLE color: 9941229.
HSL color Cylindrical-coordinate representation of color #EDB097: hue angle of 17.44º 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 #EDB097 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 151 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.07 |
| HSL | 17.44º | 0.7% | 0.76% | - |
| HSV(B) | 17.44º | 0.36% | 0.93% | - |
| XYZ | 56.04 | 51.29 | 36.22 | - |
| YUV | 191.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 151 | 0 | 0.26 | 0.36 | 0.07 | 17.44 | 0.7 | 0.76 |
| Hex | ED | B0 | 97 | 0 | 1A | 24 | 7 | 11 | 46 | 4C |
| Octal | 355 | 260 | 227 | 0 | 32 | 44 | 7 | 21 | 106 | 114 |
| Binary | 11101101 | 10110000 | 10010111 | 0 | 11010 | 100100 | 111 | 10001 | 1000110 | 1001100 |
Color Harmonies of #EDB097
Complementary color
Monochromatic Colors of #EDB097
Black with #EDB097
Text Example
Text Example
White with #EDB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB097; }
p { color: rgb(237,176,151); }
H1.HeaderClassName
{
color: #EDB097;
}
.AnyTagClassName
{
color: #EDB097;
}
</style>
background-color css
<style>
a { background-color: #EDB097; }
a { background-color: rgb(237,176,151); }
div.DivClassName
{
background-color: #EDB097;
}
.BgClassName
{
background-color: #EDB097;
}
</style>
border-color css
<style>
span { border-color: #EDB097; }
span { border-color: rgb(237,176,151); }
td.TdClassName
{
border-color: #EDB097;
}
.TagClassName
{
border-color: #EDB097;
}
</style>