Shades of Wax Flower #EDB49C
Tints of Wax Flower #EDB49C
RGB
CMYK
RGB Variations
Color information
#EDB49C (or 0xEDB49C) is known color: Wax Flower. HEX triplet: ED, B4 and 9C. RGB value is (237,180,156). Sum of RGB (Red+Green+Blue) = 237+180+156=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB49C is #124B63. Grayscale: #C2C2C2. Windows color (decimal): -1198948 or 10269933. OLE color: 10269933.
HSL color Cylindrical-coordinate representation of color #EDB49C: hue angle of 17.78º 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 #EDB49C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 156 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.07 |
| HSL | 17.78º | 0.69% | 0.77% | - |
| HSV(B) | 17.78º | 0.34% | 0.93% | - |
| XYZ | 57.25 | 53.05 | 38.67 | - |
| YUV | 194.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 156 | 0 | 0.24 | 0.34 | 0.07 | 17.78 | 0.69 | 0.77 |
| Hex | ED | B4 | 9C | 0 | 18 | 22 | 7 | 12 | 45 | 4D |
| Octal | 355 | 264 | 234 | 0 | 30 | 42 | 7 | 22 | 105 | 115 |
| Binary | 11101101 | 10110100 | 10011100 | 0 | 11000 | 100010 | 111 | 10010 | 1000101 | 1001101 |
Color Harmonies of #EDB49C
Complementary color
Monochromatic Colors of #EDB49C
Black with #EDB49C
Text Example
Text Example
White with #EDB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB49C; }
p { color: rgb(237,180,156); }
H1.HeaderClassName
{
color: #EDB49C;
}
.AnyTagClassName
{
color: #EDB49C;
}
</style>
background-color css
<style>
a { background-color: #EDB49C; }
a { background-color: rgb(237,180,156); }
div.DivClassName
{
background-color: #EDB49C;
}
.BgClassName
{
background-color: #EDB49C;
}
</style>
border-color css
<style>
span { border-color: #EDB49C; }
span { border-color: rgb(237,180,156); }
td.TdClassName
{
border-color: #EDB49C;
}
.TagClassName
{
border-color: #EDB49C;
}
</style>