Shades of Wax Flower #EDB29F
Tints of Wax Flower #EDB29F
RGB
CMYK
RGB Variations
Color information
#EDB29F (or 0xEDB29F) is known color: Wax Flower. HEX triplet: ED, B2 and 9F. RGB value is (237,178,159). Sum of RGB (Red+Green+Blue) = 237+178+159=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29F is #124D60. Grayscale: #C1C1C1. Windows color (decimal): -1199457 or 10466029. OLE color: 10466029.
HSL color Cylindrical-coordinate representation of color #EDB29F: hue angle of 14.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDB29F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 159 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.07 |
| HSL | 14.62º | 0.68% | 0.78% | - |
| HSV(B) | 14.62º | 0.33% | 0.93% | - |
| XYZ | 57.1 | 52.35 | 39.9 | - |
| YUV | 193.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 159 | 0 | 0.25 | 0.33 | 0.07 | 14.62 | 0.68 | 0.78 |
| Hex | ED | B2 | 9F | 0 | 19 | 21 | 7 | F | 44 | 4E |
| Octal | 355 | 262 | 237 | 0 | 31 | 41 | 7 | 17 | 104 | 116 |
| Binary | 11101101 | 10110010 | 10011111 | 0 | 11001 | 100001 | 111 | 1111 | 1000100 | 1001110 |
Color Harmonies of #EDB29F
Complementary color
Monochromatic Colors of #EDB29F
Black with #EDB29F
Text Example
Text Example
White with #EDB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB29F; }
p { color: rgb(237,178,159); }
H1.HeaderClassName
{
color: #EDB29F;
}
.AnyTagClassName
{
color: #EDB29F;
}
</style>
background-color css
<style>
a { background-color: #EDB29F; }
a { background-color: rgb(237,178,159); }
div.DivClassName
{
background-color: #EDB29F;
}
.BgClassName
{
background-color: #EDB29F;
}
</style>
border-color css
<style>
span { border-color: #EDB29F; }
span { border-color: rgb(237,178,159); }
td.TdClassName
{
border-color: #EDB29F;
}
.TagClassName
{
border-color: #EDB29F;
}
</style>