Shades of Pale Chestnut #EDA7A9
Tints of Pale Chestnut #EDA7A9
RGB
CMYK
RGB Variations
Color information
#EDA7A9 (or 0xEDA7A9) is known color: Pale Chestnut. HEX triplet: ED, A7 and A9. RGB value is (237,167,169). Sum of RGB (Red+Green+Blue) = 237+167+169=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7A9 is #125856. Grayscale: #BCBCBC. Windows color (decimal): -1202263 or 11118573. OLE color: 11118573.
HSL color Cylindrical-coordinate representation of color #EDA7A9: hue angle of 358.29º 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 #EDA7A9 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 169 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.07 |
| HSL | 358.29º | 0.66% | 0.79% | - |
| HSV(B) | 358.29º | 0.3% | 0.93% | - |
| XYZ | 55.91 | 48.51 | 43.95 | - |
| YUV | 188.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 169 | 0 | 0.30 | 0.29 | 0.07 | 358.29 | 0.66 | 0.79 |
| Hex | ED | A7 | A9 | 0 | 1E | 1D | 7 | 166 | 42 | 4F |
| Octal | 355 | 247 | 251 | 0 | 36 | 35 | 7 | 546 | 102 | 117 |
| Binary | 11101101 | 10100111 | 10101001 | 0 | 11110 | 11101 | 111 | 101100110 | 1000010 | 1001111 |
Color Harmonies of #EDA7A9
Complementary color
Monochromatic Colors of #EDA7A9
Black with #EDA7A9
Text Example
Text Example
White with #EDA7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7A9; }
p { color: rgb(237,167,169); }
H1.HeaderClassName
{
color: #EDA7A9;
}
.AnyTagClassName
{
color: #EDA7A9;
}
</style>
background-color css
<style>
a { background-color: #EDA7A9; }
a { background-color: rgb(237,167,169); }
div.DivClassName
{
background-color: #EDA7A9;
}
.BgClassName
{
background-color: #EDA7A9;
}
</style>
border-color css
<style>
span { border-color: #EDA7A9; }
span { border-color: rgb(237,167,169); }
td.TdClassName
{
border-color: #EDA7A9;
}
.TagClassName
{
border-color: #EDA7A9;
}
</style>