Shades of Wax Flower #EDB49A
Tints of Wax Flower #EDB49A
RGB
CMYK
RGB Variations
Color information
#EDB49A (or 0xEDB49A) is known color: Wax Flower. HEX triplet: ED, B4 and 9A. RGB value is (237,180,154). Sum of RGB (Red+Green+Blue) = 237+180+154=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49A is #124B65. Grayscale: #C2C2C2. Windows color (decimal): -1198950 or 10138861. OLE color: 10138861.
HSL color Cylindrical-coordinate representation of color #EDB49A: hue angle of 18.8º 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 #EDB49A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 154 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.07 |
| HSL | 18.8º | 0.7% | 0.77% | - |
| HSV(B) | 18.8º | 0.35% | 0.93% | - |
| XYZ | 57.08 | 52.98 | 37.79 | - |
| YUV | 194.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 154 | 0 | 0.24 | 0.35 | 0.07 | 18.8 | 0.7 | 0.77 |
| Hex | ED | B4 | 9A | 0 | 18 | 23 | 7 | 13 | 46 | 4D |
| Octal | 355 | 264 | 232 | 0 | 30 | 43 | 7 | 23 | 106 | 115 |
| Binary | 11101101 | 10110100 | 10011010 | 0 | 11000 | 100011 | 111 | 10011 | 1000110 | 1001101 |
Color Harmonies of #EDB49A
Complementary color
Monochromatic Colors of #EDB49A
Black with #EDB49A
Text Example
Text Example
White with #EDB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB49A; }
p { color: rgb(237,180,154); }
H1.HeaderClassName
{
color: #EDB49A;
}
.AnyTagClassName
{
color: #EDB49A;
}
</style>
background-color css
<style>
a { background-color: #EDB49A; }
a { background-color: rgb(237,180,154); }
div.DivClassName
{
background-color: #EDB49A;
}
.BgClassName
{
background-color: #EDB49A;
}
</style>
border-color css
<style>
span { border-color: #EDB49A; }
span { border-color: rgb(237,180,154); }
td.TdClassName
{
border-color: #EDB49A;
}
.TagClassName
{
border-color: #EDB49A;
}
</style>