Shades of Wax Flower #EDBCA4
Tints of Wax Flower #EDBCA4
RGB
CMYK
RGB Variations
Color information
#EDBCA4 (or 0xEDBCA4) is known color: Wax Flower. HEX triplet: ED, BC and A4. RGB value is (237,188,164). Sum of RGB (Red+Green+Blue) = 237+188+164=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA4 is #12435B. Grayscale: #C8C8C8. Windows color (decimal): -1196892 or 10796269. OLE color: 10796269.
HSL color Cylindrical-coordinate representation of color #EDBCA4: hue angle of 19.73º 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 #EDBCA4 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 164 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 19.73º | 0.67% | 0.79% | - |
| HSV(B) | 19.73º | 0.31% | 0.93% | - |
| XYZ | 59.61 | 56.65 | 42.92 | - |
| YUV | 199.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 164 | 0 | 0.21 | 0.31 | 0.07 | 19.73 | 0.67 | 0.79 |
| Hex | ED | BC | A4 | 0 | 15 | 1F | 7 | 14 | 43 | 4F |
| Octal | 355 | 274 | 244 | 0 | 25 | 37 | 7 | 24 | 103 | 117 |
| Binary | 11101101 | 10111100 | 10100100 | 0 | 10101 | 11111 | 111 | 10100 | 1000011 | 1001111 |
Color Harmonies of #EDBCA4
Complementary color
Monochromatic Colors of #EDBCA4
Black with #EDBCA4
Text Example
Text Example
White with #EDBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCA4; }
p { color: rgb(237,188,164); }
H1.HeaderClassName
{
color: #EDBCA4;
}
.AnyTagClassName
{
color: #EDBCA4;
}
</style>
background-color css
<style>
a { background-color: #EDBCA4; }
a { background-color: rgb(237,188,164); }
div.DivClassName
{
background-color: #EDBCA4;
}
.BgClassName
{
background-color: #EDBCA4;
}
</style>
border-color css
<style>
span { border-color: #EDBCA4; }
span { border-color: rgb(237,188,164); }
td.TdClassName
{
border-color: #EDBCA4;
}
.TagClassName
{
border-color: #EDBCA4;
}
</style>