Shades of Pale Chestnut #EDA6AD
Tints of Pale Chestnut #EDA6AD
RGB
CMYK
RGB Variations
Color information
#EDA6AD (or 0xEDA6AD) is known color: Pale Chestnut. HEX triplet: ED, A6 and AD. RGB value is (237,166,173). Sum of RGB (Red+Green+Blue) = 237+166+173=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AD is #125952. Grayscale: #BCBCBC. Windows color (decimal): -1202515 or 11380461. OLE color: 11380461.
HSL color Cylindrical-coordinate representation of color #EDA6AD: hue angle of 354.08º 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 #EDA6AD is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 173 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.07 |
| HSL | 354.08º | 0.66% | 0.79% | - |
| HSV(B) | 354.08º | 0.3% | 0.93% | - |
| XYZ | 56.1 | 48.29 | 45.9 | - |
| YUV | 188.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 173 | 0 | 0.30 | 0.27 | 0.07 | 354.08 | 0.66 | 0.79 |
| Hex | ED | A6 | AD | 0 | 1E | 1B | 7 | 162 | 42 | 4F |
| Octal | 355 | 246 | 255 | 0 | 36 | 33 | 7 | 542 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10101101 | 0 | 11110 | 11011 | 111 | 101100010 | 1000010 | 1001111 |
Color Harmonies of #EDA6AD
Complementary color
Monochromatic Colors of #EDA6AD
Black with #EDA6AD
Text Example
Text Example
White with #EDA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6AD; }
p { color: rgb(237,166,173); }
H1.HeaderClassName
{
color: #EDA6AD;
}
.AnyTagClassName
{
color: #EDA6AD;
}
</style>
background-color css
<style>
a { background-color: #EDA6AD; }
a { background-color: rgb(237,166,173); }
div.DivClassName
{
background-color: #EDA6AD;
}
.BgClassName
{
background-color: #EDA6AD;
}
</style>
border-color css
<style>
span { border-color: #EDA6AD; }
span { border-color: rgb(237,166,173); }
td.TdClassName
{
border-color: #EDA6AD;
}
.TagClassName
{
border-color: #EDA6AD;
}
</style>