Shades of Pale Chestnut #EDA9AB
Tints of Pale Chestnut #EDA9AB
RGB
CMYK
RGB Variations
Color information
#EDA9AB (or 0xEDA9AB) is known color: Pale Chestnut. HEX triplet: ED, A9 and AB. RGB value is (237,169,171). Sum of RGB (Red+Green+Blue) = 237+169+171=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AB is #125654. Grayscale: #BDBDBD. Windows color (decimal): -1201749 or 11250157. OLE color: 11250157.
HSL color Cylindrical-coordinate representation of color #EDA9AB: hue angle of 358.24º 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 #EDA9AB is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 171 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.07 |
| HSL | 358.24º | 0.65% | 0.8% | - |
| HSV(B) | 358.24º | 0.29% | 0.93% | - |
| XYZ | 56.46 | 49.32 | 45.07 | - |
| YUV | 189.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 171 | 0 | 0.29 | 0.28 | 0.07 | 358.24 | 0.65 | 0.8 |
| Hex | ED | A9 | AB | 0 | 1D | 1C | 7 | 166 | 41 | 50 |
| Octal | 355 | 251 | 253 | 0 | 35 | 34 | 7 | 546 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10101011 | 0 | 11101 | 11100 | 111 | 101100110 | 1000001 | 1010000 |
Color Harmonies of #EDA9AB
Complementary color
Monochromatic Colors of #EDA9AB
Black with #EDA9AB
Text Example
Text Example
White with #EDA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9AB; }
p { color: rgb(237,169,171); }
H1.HeaderClassName
{
color: #EDA9AB;
}
.AnyTagClassName
{
color: #EDA9AB;
}
</style>
background-color css
<style>
a { background-color: #EDA9AB; }
a { background-color: rgb(237,169,171); }
div.DivClassName
{
background-color: #EDA9AB;
}
.BgClassName
{
background-color: #EDA9AB;
}
</style>
border-color css
<style>
span { border-color: #EDA9AB; }
span { border-color: rgb(237,169,171); }
td.TdClassName
{
border-color: #EDA9AB;
}
.TagClassName
{
border-color: #EDA9AB;
}
</style>