Shades of Wax Flower #EDB29D
Tints of Wax Flower #EDB29D
RGB
CMYK
RGB Variations
Color information
#EDB29D (or 0xEDB29D) is known color: Wax Flower. HEX triplet: ED, B2 and 9D. RGB value is (237,178,157). Sum of RGB (Red+Green+Blue) = 237+178+157=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29D is #124D62. Grayscale: #C1C1C1. Windows color (decimal): -1199459 or 10334957. OLE color: 10334957.
HSL color Cylindrical-coordinate representation of color #EDB29D: hue angle of 15.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDB29D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 157 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 15.75º | 0.69% | 0.77% | - |
| HSV(B) | 15.75º | 0.34% | 0.93% | - |
| XYZ | 56.93 | 52.28 | 38.99 | - |
| YUV | 193.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 157 | 0 | 0.25 | 0.34 | 0.07 | 15.75 | 0.69 | 0.77 |
| Hex | ED | B2 | 9D | 0 | 19 | 22 | 7 | 10 | 45 | 4D |
| Octal | 355 | 262 | 235 | 0 | 31 | 42 | 7 | 20 | 105 | 115 |
| Binary | 11101101 | 10110010 | 10011101 | 0 | 11001 | 100010 | 111 | 10000 | 1000101 | 1001101 |
Color Harmonies of #EDB29D
Complementary color
Monochromatic Colors of #EDB29D
Black with #EDB29D
Text Example
Text Example
White with #EDB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB29D; }
p { color: rgb(237,178,157); }
H1.HeaderClassName
{
color: #EDB29D;
}
.AnyTagClassName
{
color: #EDB29D;
}
</style>
background-color css
<style>
a { background-color: #EDB29D; }
a { background-color: rgb(237,178,157); }
div.DivClassName
{
background-color: #EDB29D;
}
.BgClassName
{
background-color: #EDB29D;
}
</style>
border-color css
<style>
span { border-color: #EDB29D; }
span { border-color: rgb(237,178,157); }
td.TdClassName
{
border-color: #EDB29D;
}
.TagClassName
{
border-color: #EDB29D;
}
</style>