Shades of Pale Chestnut #EDA9AD
Tints of Pale Chestnut #EDA9AD
RGB
CMYK
RGB Variations
Color information
#EDA9AD (or 0xEDA9AD) is known color: Pale Chestnut. HEX triplet: ED, A9 and AD. RGB value is (237,169,173). Sum of RGB (Red+Green+Blue) = 237+169+173=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AD is #125652. Grayscale: #BDBDBD. Windows color (decimal): -1201747 or 11381229. OLE color: 11381229.
HSL color Cylindrical-coordinate representation of color #EDA9AD: hue angle of 356.47º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9AD is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 173 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.07 |
| HSL | 356.47º | 0.65% | 0.8% | - |
| HSV(B) | 356.47º | 0.29% | 0.93% | - |
| XYZ | 56.66 | 49.4 | 46.08 | - |
| YUV | 189.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 173 | 0 | 0.29 | 0.27 | 0.07 | 356.47 | 0.65 | 0.8 |
| Hex | ED | A9 | AD | 0 | 1D | 1B | 7 | 164 | 41 | 50 |
| Octal | 355 | 251 | 255 | 0 | 35 | 33 | 7 | 544 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10101101 | 0 | 11101 | 11011 | 111 | 101100100 | 1000001 | 1010000 |
Color Harmonies of #EDA9AD
Complementary color
Monochromatic Colors of #EDA9AD
Black with #EDA9AD
Text Example
Text Example
White with #EDA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9AD; }
p { color: rgb(237,169,173); }
H1.HeaderClassName
{
color: #EDA9AD;
}
.AnyTagClassName
{
color: #EDA9AD;
}
</style>
background-color css
<style>
a { background-color: #EDA9AD; }
a { background-color: rgb(237,169,173); }
div.DivClassName
{
background-color: #EDA9AD;
}
.BgClassName
{
background-color: #EDA9AD;
}
</style>
border-color css
<style>
span { border-color: #EDA9AD; }
span { border-color: rgb(237,169,173); }
td.TdClassName
{
border-color: #EDA9AD;
}
.TagClassName
{
border-color: #EDA9AD;
}
</style>