Shades of Pale Chestnut #EDA6A9
Tints of Pale Chestnut #EDA6A9
RGB
CMYK
RGB Variations
Color information
#EDA6A9 (or 0xEDA6A9) is known color: Pale Chestnut. HEX triplet: ED, A6 and A9. RGB value is (237,166,169). Sum of RGB (Red+Green+Blue) = 237+166+169=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A9 is #125956. Grayscale: #BBBBBB. Windows color (decimal): -1202519 or 11118317. OLE color: 11118317.
HSL color Cylindrical-coordinate representation of color #EDA6A9: hue angle of 357.46º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6A9 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 169 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.07 |
| HSL | 357.46º | 0.66% | 0.79% | - |
| HSV(B) | 357.46º | 0.3% | 0.93% | - |
| XYZ | 55.72 | 48.14 | 43.89 | - |
| YUV | 187.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 169 | 0 | 0.30 | 0.29 | 0.07 | 357.46 | 0.66 | 0.79 |
| Hex | ED | A6 | A9 | 0 | 1E | 1D | 7 | 165 | 42 | 4F |
| Octal | 355 | 246 | 251 | 0 | 36 | 35 | 7 | 545 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10101001 | 0 | 11110 | 11101 | 111 | 101100101 | 1000010 | 1001111 |
Color Harmonies of #EDA6A9
Complementary color
Monochromatic Colors of #EDA6A9
Black with #EDA6A9
Text Example
Text Example
White with #EDA6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6A9; }
p { color: rgb(237,166,169); }
H1.HeaderClassName
{
color: #EDA6A9;
}
.AnyTagClassName
{
color: #EDA6A9;
}
</style>
background-color css
<style>
a { background-color: #EDA6A9; }
a { background-color: rgb(237,166,169); }
div.DivClassName
{
background-color: #EDA6A9;
}
.BgClassName
{
background-color: #EDA6A9;
}
</style>
border-color css
<style>
span { border-color: #EDA6A9; }
span { border-color: rgb(237,166,169); }
td.TdClassName
{
border-color: #EDA6A9;
}
.TagClassName
{
border-color: #EDA6A9;
}
</style>