Shades of Wax Flower #EDB5A4
Tints of Wax Flower #EDB5A4
RGB
CMYK
RGB Variations
Color information
#EDB5A4 (or 0xEDB5A4) is known color: Wax Flower. HEX triplet: ED, B5 and A4. RGB value is (237,181,164). Sum of RGB (Red+Green+Blue) = 237+181+164=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5A4 is #124A5B. Grayscale: #C3C3C3. Windows color (decimal): -1198684 or 10794477. OLE color: 10794477.
HSL color Cylindrical-coordinate representation of color #EDB5A4: hue angle of 13.97º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDB5A4 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 164 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.07 |
| HSL | 13.97º | 0.67% | 0.79% | - |
| HSV(B) | 13.97º | 0.31% | 0.93% | - |
| XYZ | 58.15 | 53.73 | 42.43 | - |
| YUV | 195.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 164 | 0 | 0.24 | 0.31 | 0.07 | 13.97 | 0.67 | 0.79 |
| Hex | ED | B5 | A4 | 0 | 18 | 1F | 7 | E | 43 | 4F |
| Octal | 355 | 265 | 244 | 0 | 30 | 37 | 7 | 16 | 103 | 117 |
| Binary | 11101101 | 10110101 | 10100100 | 0 | 11000 | 11111 | 111 | 1110 | 1000011 | 1001111 |
Color Harmonies of #EDB5A4
Complementary color
Monochromatic Colors of #EDB5A4
Black with #EDB5A4
Text Example
Text Example
White with #EDB5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5A4; }
p { color: rgb(237,181,164); }
H1.HeaderClassName
{
color: #EDB5A4;
}
.AnyTagClassName
{
color: #EDB5A4;
}
</style>
background-color css
<style>
a { background-color: #EDB5A4; }
a { background-color: rgb(237,181,164); }
div.DivClassName
{
background-color: #EDB5A4;
}
.BgClassName
{
background-color: #EDB5A4;
}
</style>
border-color css
<style>
span { border-color: #EDB5A4; }
span { border-color: rgb(237,181,164); }
td.TdClassName
{
border-color: #EDB5A4;
}
.TagClassName
{
border-color: #EDB5A4;
}
</style>