Shades of Wax Flower #EDB29A
Tints of Wax Flower #EDB29A
RGB
CMYK
RGB Variations
Color information
#EDB29A (or 0xEDB29A) is known color: Wax Flower. HEX triplet: ED, B2 and 9A. RGB value is (237,178,154). Sum of RGB (Red+Green+Blue) = 237+178+154=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29A is #124D65. Grayscale: #C1C1C1. Windows color (decimal): -1199462 or 10138349. OLE color: 10138349.
HSL color Cylindrical-coordinate representation of color #EDB29A: hue angle of 17.35º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB29A is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 154 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.07 |
| HSL | 17.35º | 0.7% | 0.77% | - |
| HSV(B) | 17.35º | 0.35% | 0.93% | - |
| XYZ | 56.68 | 52.18 | 37.66 | - |
| YUV | 192.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 154 | 0 | 0.25 | 0.35 | 0.07 | 17.35 | 0.7 | 0.77 |
| Hex | ED | B2 | 9A | 0 | 19 | 23 | 7 | 11 | 46 | 4D |
| Octal | 355 | 262 | 232 | 0 | 31 | 43 | 7 | 21 | 106 | 115 |
| Binary | 11101101 | 10110010 | 10011010 | 0 | 11001 | 100011 | 111 | 10001 | 1000110 | 1001101 |
Color Harmonies of #EDB29A
Complementary color
Monochromatic Colors of #EDB29A
Black with #EDB29A
Text Example
Text Example
White with #EDB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB29A; }
p { color: rgb(237,178,154); }
H1.HeaderClassName
{
color: #EDB29A;
}
.AnyTagClassName
{
color: #EDB29A;
}
</style>
background-color css
<style>
a { background-color: #EDB29A; }
a { background-color: rgb(237,178,154); }
div.DivClassName
{
background-color: #EDB29A;
}
.BgClassName
{
background-color: #EDB29A;
}
</style>
border-color css
<style>
span { border-color: #EDB29A; }
span { border-color: rgb(237,178,154); }
td.TdClassName
{
border-color: #EDB29A;
}
.TagClassName
{
border-color: #EDB29A;
}
</style>