Shades of Wax Flower #EDBCA3
Tints of Wax Flower #EDBCA3
RGB
CMYK
RGB Variations
Color information
#EDBCA3 (or 0xEDBCA3) is known color: Wax Flower. HEX triplet: ED, BC and A3. RGB value is (237,188,163). Sum of RGB (Red+Green+Blue) = 237+188+163=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA3 is #12435C. Grayscale: #C7C7C7. Windows color (decimal): -1196893 or 10730733. OLE color: 10730733.
HSL color Cylindrical-coordinate representation of color #EDBCA3: hue angle of 20.27º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDBCA3 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 163 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.07 |
| HSL | 20.27º | 0.67% | 0.78% | - |
| HSV(B) | 20.27º | 0.31% | 0.93% | - |
| XYZ | 59.52 | 56.62 | 42.44 | - |
| YUV | 199.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 163 | 0 | 0.21 | 0.31 | 0.07 | 20.27 | 0.67 | 0.78 |
| Hex | ED | BC | A3 | 0 | 15 | 1F | 7 | 14 | 43 | 4E |
| Octal | 355 | 274 | 243 | 0 | 25 | 37 | 7 | 24 | 103 | 116 |
| Binary | 11101101 | 10111100 | 10100011 | 0 | 10101 | 11111 | 111 | 10100 | 1000011 | 1001110 |
Color Harmonies of #EDBCA3
Complementary color
Monochromatic Colors of #EDBCA3
Black with #EDBCA3
Text Example
Text Example
White with #EDBCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCA3; }
p { color: rgb(237,188,163); }
H1.HeaderClassName
{
color: #EDBCA3;
}
.AnyTagClassName
{
color: #EDBCA3;
}
</style>
background-color css
<style>
a { background-color: #EDBCA3; }
a { background-color: rgb(237,188,163); }
div.DivClassName
{
background-color: #EDBCA3;
}
.BgClassName
{
background-color: #EDBCA3;
}
</style>
border-color css
<style>
span { border-color: #EDBCA3; }
span { border-color: rgb(237,188,163); }
td.TdClassName
{
border-color: #EDBCA3;
}
.TagClassName
{
border-color: #EDBCA3;
}
</style>