Shades of Wax Flower #EDB196
Tints of Wax Flower #EDB196
RGB
CMYK
RGB Variations
Color information
#EDB196 (or 0xEDB196) is known color: Wax Flower. HEX triplet: ED, B1 and 96. RGB value is (237,177,150). Sum of RGB (Red+Green+Blue) = 237+177+150=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB196 is #124E69. Grayscale: #C0C0C0. Windows color (decimal): -1199722 or 9875949. OLE color: 9875949.
HSL color Cylindrical-coordinate representation of color #EDB196: hue angle of 18.62º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDB196 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 150 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.07 |
| HSL | 18.62º | 0.71% | 0.76% | - |
| HSV(B) | 18.62º | 0.37% | 0.93% | - |
| XYZ | 56.15 | 51.65 | 35.86 | - |
| YUV | 191.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 150 | 0 | 0.25 | 0.37 | 0.07 | 18.62 | 0.71 | 0.76 |
| Hex | ED | B1 | 96 | 0 | 19 | 25 | 7 | 13 | 47 | 4C |
| Octal | 355 | 261 | 226 | 0 | 31 | 45 | 7 | 23 | 107 | 114 |
| Binary | 11101101 | 10110001 | 10010110 | 0 | 11001 | 100101 | 111 | 10011 | 1000111 | 1001100 |
Color Harmonies of #EDB196
Complementary color
Monochromatic Colors of #EDB196
Black with #EDB196
Text Example
Text Example
White with #EDB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB196; }
p { color: rgb(237,177,150); }
H1.HeaderClassName
{
color: #EDB196;
}
.AnyTagClassName
{
color: #EDB196;
}
</style>
background-color css
<style>
a { background-color: #EDB196; }
a { background-color: rgb(237,177,150); }
div.DivClassName
{
background-color: #EDB196;
}
.BgClassName
{
background-color: #EDB196;
}
</style>
border-color css
<style>
span { border-color: #EDB196; }
span { border-color: rgb(237,177,150); }
td.TdClassName
{
border-color: #EDB196;
}
.TagClassName
{
border-color: #EDB196;
}
</style>