Shades of Wax Flower #EDA69B
Tints of Wax Flower #EDA69B
RGB
CMYK
RGB Variations
Color information
#EDA69B (or 0xEDA69B) is known color: Wax Flower. HEX triplet: ED, A6 and 9B. RGB value is (237,166,155). Sum of RGB (Red+Green+Blue) = 237+166+155=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69B is #125964. Grayscale: #BABABA. Windows color (decimal): -1202533 or 10200813. OLE color: 10200813.
HSL color Cylindrical-coordinate representation of color #EDA69B: hue angle of 8.05º 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 #EDA69B is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 155 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.07 |
| HSL | 8.05º | 0.69% | 0.77% | - |
| HSV(B) | 8.05º | 0.35% | 0.93% | - |
| XYZ | 54.48 | 47.64 | 37.34 | - |
| YUV | 185.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 155 | 0 | 0.30 | 0.35 | 0.07 | 8.05 | 0.69 | 0.77 |
| Hex | ED | A6 | 9B | 0 | 1E | 23 | 7 | 8 | 45 | 4D |
| Octal | 355 | 246 | 233 | 0 | 36 | 43 | 7 | 10 | 105 | 115 |
| Binary | 11101101 | 10100110 | 10011011 | 0 | 11110 | 100011 | 111 | 1000 | 1000101 | 1001101 |
Color Harmonies of #EDA69B
Complementary color
Monochromatic Colors of #EDA69B
Black with #EDA69B
Text Example
Text Example
White with #EDA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA69B; }
p { color: rgb(237,166,155); }
H1.HeaderClassName
{
color: #EDA69B;
}
.AnyTagClassName
{
color: #EDA69B;
}
</style>
background-color css
<style>
a { background-color: #EDA69B; }
a { background-color: rgb(237,166,155); }
div.DivClassName
{
background-color: #EDA69B;
}
.BgClassName
{
background-color: #EDA69B;
}
</style>
border-color css
<style>
span { border-color: #EDA69B; }
span { border-color: rgb(237,166,155); }
td.TdClassName
{
border-color: #EDA69B;
}
.TagClassName
{
border-color: #EDA69B;
}
</style>