Shades of Pale Chestnut #EDA6AA
Tints of Pale Chestnut #EDA6AA
RGB
CMYK
RGB Variations
Color information
#EDA6AA (or 0xEDA6AA) is known color: Pale Chestnut. HEX triplet: ED, A6 and AA. RGB value is (237,166,170). Sum of RGB (Red+Green+Blue) = 237+166+170=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AA is #125955. Grayscale: #BBBBBB. Windows color (decimal): -1202518 or 11183853. OLE color: 11183853.
HSL color Cylindrical-coordinate representation of color #EDA6AA: hue angle of 356.62º 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 #EDA6AA is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 170 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.07 |
| HSL | 356.62º | 0.66% | 0.79% | - |
| HSV(B) | 356.62º | 0.3% | 0.93% | - |
| XYZ | 55.82 | 48.18 | 44.39 | - |
| YUV | 187.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 170 | 0 | 0.30 | 0.28 | 0.07 | 356.62 | 0.66 | 0.79 |
| Hex | ED | A6 | AA | 0 | 1E | 1C | 7 | 165 | 42 | 4F |
| Octal | 355 | 246 | 252 | 0 | 36 | 34 | 7 | 545 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10101010 | 0 | 11110 | 11100 | 111 | 101100101 | 1000010 | 1001111 |
Color Harmonies of #EDA6AA
Complementary color
Monochromatic Colors of #EDA6AA
Black with #EDA6AA
Text Example
Text Example
White with #EDA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6AA; }
p { color: rgb(237,166,170); }
H1.HeaderClassName
{
color: #EDA6AA;
}
.AnyTagClassName
{
color: #EDA6AA;
}
</style>
background-color css
<style>
a { background-color: #EDA6AA; }
a { background-color: rgb(237,166,170); }
div.DivClassName
{
background-color: #EDA6AA;
}
.BgClassName
{
background-color: #EDA6AA;
}
</style>
border-color css
<style>
span { border-color: #EDA6AA; }
span { border-color: rgb(237,166,170); }
td.TdClassName
{
border-color: #EDA6AA;
}
.TagClassName
{
border-color: #EDA6AA;
}
</style>