Shades of Wax Flower #EDA89B
Tints of Wax Flower #EDA89B
RGB
CMYK
RGB Variations
Color information
#EDA89B (or 0xEDA89B) is known color: Wax Flower. HEX triplet: ED, A8 and 9B. RGB value is (237,168,155). Sum of RGB (Red+Green+Blue) = 237+168+155=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA89B is #125764. Grayscale: #BBBBBB. Windows color (decimal): -1202021 or 10201325. OLE color: 10201325.
HSL color Cylindrical-coordinate representation of color #EDA89B: hue angle of 9.51º degrees, saturation: 0.69, 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 #EDA89B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 155 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.07 |
| HSL | 9.51º | 0.69% | 0.77% | - |
| HSV(B) | 9.51º | 0.35% | 0.93% | - |
| XYZ | 54.84 | 48.38 | 37.46 | - |
| YUV | 187.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 155 | 0 | 0.29 | 0.35 | 0.07 | 9.51 | 0.69 | 0.77 |
| Hex | ED | A8 | 9B | 0 | 1D | 23 | 7 | A | 45 | 4D |
| Octal | 355 | 250 | 233 | 0 | 35 | 43 | 7 | 12 | 105 | 115 |
| Binary | 11101101 | 10101000 | 10011011 | 0 | 11101 | 100011 | 111 | 1010 | 1000101 | 1001101 |
Color Harmonies of #EDA89B
Complementary color
Monochromatic Colors of #EDA89B
Black with #EDA89B
Text Example
Text Example
White with #EDA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA89B; }
p { color: rgb(237,168,155); }
H1.HeaderClassName
{
color: #EDA89B;
}
.AnyTagClassName
{
color: #EDA89B;
}
</style>
background-color css
<style>
a { background-color: #EDA89B; }
a { background-color: rgb(237,168,155); }
div.DivClassName
{
background-color: #EDA89B;
}
.BgClassName
{
background-color: #EDA89B;
}
</style>
border-color css
<style>
span { border-color: #EDA89B; }
span { border-color: rgb(237,168,155); }
td.TdClassName
{
border-color: #EDA89B;
}
.TagClassName
{
border-color: #EDA89B;
}
</style>