Shades of Wax Flower #EDAD9F
Tints of Wax Flower #EDAD9F
RGB
CMYK
RGB Variations
Color information
#EDAD9F (or 0xEDAD9F) is known color: Wax Flower. HEX triplet: ED, AD and 9F. RGB value is (237,173,159). Sum of RGB (Red+Green+Blue) = 237+173+159=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD9F is #125260. Grayscale: #BEBEBE. Windows color (decimal): -1200737 or 10464749. OLE color: 10464749.
HSL color Cylindrical-coordinate representation of color #EDAD9F: hue angle of 10.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDAD9F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 159 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.07 |
| HSL | 10.77º | 0.68% | 0.78% | - |
| HSV(B) | 10.77º | 0.33% | 0.93% | - |
| XYZ | 56.13 | 50.39 | 39.57 | - |
| YUV | 190.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 159 | 0 | 0.27 | 0.33 | 0.07 | 10.77 | 0.68 | 0.78 |
| Hex | ED | AD | 9F | 0 | 1B | 21 | 7 | B | 44 | 4E |
| Octal | 355 | 255 | 237 | 0 | 33 | 41 | 7 | 13 | 104 | 116 |
| Binary | 11101101 | 10101101 | 10011111 | 0 | 11011 | 100001 | 111 | 1011 | 1000100 | 1001110 |
Color Harmonies of #EDAD9F
Complementary color
Monochromatic Colors of #EDAD9F
Black with #EDAD9F
Text Example
Text Example
White with #EDAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD9F; }
p { color: rgb(237,173,159); }
H1.HeaderClassName
{
color: #EDAD9F;
}
.AnyTagClassName
{
color: #EDAD9F;
}
</style>
background-color css
<style>
a { background-color: #EDAD9F; }
a { background-color: rgb(237,173,159); }
div.DivClassName
{
background-color: #EDAD9F;
}
.BgClassName
{
background-color: #EDAD9F;
}
</style>
border-color css
<style>
span { border-color: #EDAD9F; }
span { border-color: rgb(237,173,159); }
td.TdClassName
{
border-color: #EDAD9F;
}
.TagClassName
{
border-color: #EDAD9F;
}
</style>