Shades of Wax Flower #EDB49D
Tints of Wax Flower #EDB49D
RGB
CMYK
RGB Variations
Color information
#EDB49D (or 0xEDB49D) is known color: Wax Flower. HEX triplet: ED, B4 and 9D. RGB value is (237,180,157). Sum of RGB (Red+Green+Blue) = 237+180+157=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49D is #124B62. Grayscale: #C2C2C2. Windows color (decimal): -1198947 or 10335469. OLE color: 10335469.
HSL color Cylindrical-coordinate representation of color #EDB49D: hue angle of 17.25º 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 #EDB49D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 157 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.07 |
| HSL | 17.25º | 0.69% | 0.77% | - |
| HSV(B) | 17.25º | 0.34% | 0.93% | - |
| XYZ | 57.33 | 53.08 | 39.12 | - |
| YUV | 194.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 157 | 0 | 0.24 | 0.34 | 0.07 | 17.25 | 0.69 | 0.77 |
| Hex | ED | B4 | 9D | 0 | 18 | 22 | 7 | 11 | 45 | 4D |
| Octal | 355 | 264 | 235 | 0 | 30 | 42 | 7 | 21 | 105 | 115 |
| Binary | 11101101 | 10110100 | 10011101 | 0 | 11000 | 100010 | 111 | 10001 | 1000101 | 1001101 |
Color Harmonies of #EDB49D
Complementary color
Monochromatic Colors of #EDB49D
Black with #EDB49D
Text Example
Text Example
White with #EDB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB49D; }
p { color: rgb(237,180,157); }
H1.HeaderClassName
{
color: #EDB49D;
}
.AnyTagClassName
{
color: #EDB49D;
}
</style>
background-color css
<style>
a { background-color: #EDB49D; }
a { background-color: rgb(237,180,157); }
div.DivClassName
{
background-color: #EDB49D;
}
.BgClassName
{
background-color: #EDB49D;
}
</style>
border-color css
<style>
span { border-color: #EDB49D; }
span { border-color: rgb(237,180,157); }
td.TdClassName
{
border-color: #EDB49D;
}
.TagClassName
{
border-color: #EDB49D;
}
</style>