Shades of Pale Chestnut #EDA6A7
Tints of Pale Chestnut #EDA6A7
RGB
CMYK
RGB Variations
Color information
#EDA6A7 (or 0xEDA6A7) is known color: Pale Chestnut. HEX triplet: ED, A6 and A7. RGB value is (237,166,167). Sum of RGB (Red+Green+Blue) = 237+166+167=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A7 is #125958. Grayscale: #BBBBBB. Windows color (decimal): -1202521 or 10987245. OLE color: 10987245.
HSL color Cylindrical-coordinate representation of color #EDA6A7: hue angle of 359.15º 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 #EDA6A7 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 167 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.07 |
| HSL | 359.15º | 0.66% | 0.79% | - |
| HSV(B) | 359.15º | 0.3% | 0.93% | - |
| XYZ | 55.54 | 48.07 | 42.91 | - |
| YUV | 187.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 167 | 0 | 0.30 | 0.30 | 0.07 | 359.15 | 0.66 | 0.79 |
| Hex | ED | A6 | A7 | 0 | 1E | 1E | 7 | 167 | 42 | 4F |
| Octal | 355 | 246 | 247 | 0 | 36 | 36 | 7 | 547 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10100111 | 0 | 11110 | 11110 | 111 | 101100111 | 1000010 | 1001111 |
Color Harmonies of #EDA6A7
Complementary color
Monochromatic Colors of #EDA6A7
Black with #EDA6A7
Text Example
Text Example
White with #EDA6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6A7; }
p { color: rgb(237,166,167); }
H1.HeaderClassName
{
color: #EDA6A7;
}
.AnyTagClassName
{
color: #EDA6A7;
}
</style>
background-color css
<style>
a { background-color: #EDA6A7; }
a { background-color: rgb(237,166,167); }
div.DivClassName
{
background-color: #EDA6A7;
}
.BgClassName
{
background-color: #EDA6A7;
}
</style>
border-color css
<style>
span { border-color: #EDA6A7; }
span { border-color: rgb(237,166,167); }
td.TdClassName
{
border-color: #EDA6A7;
}
.TagClassName
{
border-color: #EDA6A7;
}
</style>