Shades of Wax Flower #EDB29C
Tints of Wax Flower #EDB29C
RGB
CMYK
RGB Variations
Color information
#EDB29C (or 0xEDB29C) is known color: Wax Flower. HEX triplet: ED, B2 and 9C. RGB value is (237,178,156). Sum of RGB (Red+Green+Blue) = 237+178+156=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29C is #124D63. Grayscale: #C1C1C1. Windows color (decimal): -1199460 or 10269421. OLE color: 10269421.
HSL color Cylindrical-coordinate representation of color #EDB29C: hue angle of 16.3º 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 #EDB29C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 156 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.07 |
| HSL | 16.3º | 0.69% | 0.77% | - |
| HSV(B) | 16.3º | 0.34% | 0.93% | - |
| XYZ | 56.85 | 52.25 | 38.54 | - |
| YUV | 193.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 156 | 0 | 0.25 | 0.34 | 0.07 | 16.3 | 0.69 | 0.77 |
| Hex | ED | B2 | 9C | 0 | 19 | 22 | 7 | 10 | 45 | 4D |
| Octal | 355 | 262 | 234 | 0 | 31 | 42 | 7 | 20 | 105 | 115 |
| Binary | 11101101 | 10110010 | 10011100 | 0 | 11001 | 100010 | 111 | 10000 | 1000101 | 1001101 |
Color Harmonies of #EDB29C
Complementary color
Monochromatic Colors of #EDB29C
Black with #EDB29C
Text Example
Text Example
White with #EDB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB29C; }
p { color: rgb(237,178,156); }
H1.HeaderClassName
{
color: #EDB29C;
}
.AnyTagClassName
{
color: #EDB29C;
}
</style>
background-color css
<style>
a { background-color: #EDB29C; }
a { background-color: rgb(237,178,156); }
div.DivClassName
{
background-color: #EDB29C;
}
.BgClassName
{
background-color: #EDB29C;
}
</style>
border-color css
<style>
span { border-color: #EDB29C; }
span { border-color: rgb(237,178,156); }
td.TdClassName
{
border-color: #EDB29C;
}
.TagClassName
{
border-color: #EDB29C;
}
</style>