Shades of Wax Flower #EDB8A6
Tints of Wax Flower #EDB8A6
RGB
CMYK
RGB Variations
Color information
#EDB8A6 (or 0xEDB8A6) is known color: Wax Flower. HEX triplet: ED, B8 and A6. RGB value is (237,184,166). Sum of RGB (Red+Green+Blue) = 237+184+166=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8A6 is #124759. Grayscale: #C5C5C5. Windows color (decimal): -1197914 or 10926317. OLE color: 10926317.
HSL color Cylindrical-coordinate representation of color #EDB8A6: hue angle of 15.21º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB8A6 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 166 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.07 |
| HSL | 15.21º | 0.66% | 0.79% | - |
| HSV(B) | 15.21º | 0.3% | 0.93% | - |
| XYZ | 58.95 | 55.04 | 43.59 | - |
| YUV | 197.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 166 | 0 | 0.22 | 0.30 | 0.07 | 15.21 | 0.66 | 0.79 |
| Hex | ED | B8 | A6 | 0 | 16 | 1E | 7 | F | 42 | 4F |
| Octal | 355 | 270 | 246 | 0 | 26 | 36 | 7 | 17 | 102 | 117 |
| Binary | 11101101 | 10111000 | 10100110 | 0 | 10110 | 11110 | 111 | 1111 | 1000010 | 1001111 |
Color Harmonies of #EDB8A6
Complementary color
Monochromatic Colors of #EDB8A6
Black with #EDB8A6
Text Example
Text Example
White with #EDB8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8A6; }
p { color: rgb(237,184,166); }
H1.HeaderClassName
{
color: #EDB8A6;
}
.AnyTagClassName
{
color: #EDB8A6;
}
</style>
background-color css
<style>
a { background-color: #EDB8A6; }
a { background-color: rgb(237,184,166); }
div.DivClassName
{
background-color: #EDB8A6;
}
.BgClassName
{
background-color: #EDB8A6;
}
</style>
border-color css
<style>
span { border-color: #EDB8A6; }
span { border-color: rgb(237,184,166); }
td.TdClassName
{
border-color: #EDB8A6;
}
.TagClassName
{
border-color: #EDB8A6;
}
</style>