Shades of Wax Flower #EDB195
Tints of Wax Flower #EDB195
RGB
CMYK
RGB Variations
Color information
#EDB195 (or 0xEDB195) is known color: Wax Flower. HEX triplet: ED, B1 and 95. RGB value is (237,177,149). Sum of RGB (Red+Green+Blue) = 237+177+149=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB195 is #124E6A. Grayscale: #BFBFBF. Windows color (decimal): -1199723 or 9810413. OLE color: 9810413.
HSL color Cylindrical-coordinate representation of color #EDB195: hue angle of 19.09º 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 #EDB195 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 149 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.07 |
| HSL | 19.09º | 0.71% | 0.76% | - |
| HSV(B) | 19.09º | 0.37% | 0.93% | - |
| XYZ | 56.07 | 51.62 | 35.44 | - |
| YUV | 191.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 149 | 0 | 0.25 | 0.37 | 0.07 | 19.09 | 0.71 | 0.76 |
| Hex | ED | B1 | 95 | 0 | 19 | 25 | 7 | 13 | 47 | 4C |
| Octal | 355 | 261 | 225 | 0 | 31 | 45 | 7 | 23 | 107 | 114 |
| Binary | 11101101 | 10110001 | 10010101 | 0 | 11001 | 100101 | 111 | 10011 | 1000111 | 1001100 |
Color Harmonies of #EDB195
Complementary color
Monochromatic Colors of #EDB195
Black with #EDB195
Text Example
Text Example
White with #EDB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB195; }
p { color: rgb(237,177,149); }
H1.HeaderClassName
{
color: #EDB195;
}
.AnyTagClassName
{
color: #EDB195;
}
</style>
background-color css
<style>
a { background-color: #EDB195; }
a { background-color: rgb(237,177,149); }
div.DivClassName
{
background-color: #EDB195;
}
.BgClassName
{
background-color: #EDB195;
}
</style>
border-color css
<style>
span { border-color: #EDB195; }
span { border-color: rgb(237,177,149); }
td.TdClassName
{
border-color: #EDB195;
}
.TagClassName
{
border-color: #EDB195;
}
</style>