Shades of Pale Chestnut #EDA7A8
Tints of Pale Chestnut #EDA7A8
RGB
CMYK
RGB Variations
Color information
#EDA7A8 (or 0xEDA7A8) is known color: Pale Chestnut. HEX triplet: ED, A7 and A8. RGB value is (237,167,168). Sum of RGB (Red+Green+Blue) = 237+167+168=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7A8 is #125857. Grayscale: #BCBCBC. Windows color (decimal): -1202264 or 11053037. OLE color: 11053037.
HSL color Cylindrical-coordinate representation of color #EDA7A8: hue angle of 359.14º 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 #EDA7A8 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 168 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.07 |
| HSL | 359.14º | 0.66% | 0.79% | - |
| HSV(B) | 359.14º | 0.3% | 0.93% | - |
| XYZ | 55.81 | 48.47 | 43.46 | - |
| YUV | 188.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 168 | 0 | 0.30 | 0.29 | 0.07 | 359.14 | 0.66 | 0.79 |
| Hex | ED | A7 | A8 | 0 | 1E | 1D | 7 | 167 | 42 | 4F |
| Octal | 355 | 247 | 250 | 0 | 36 | 35 | 7 | 547 | 102 | 117 |
| Binary | 11101101 | 10100111 | 10101000 | 0 | 11110 | 11101 | 111 | 101100111 | 1000010 | 1001111 |
Color Harmonies of #EDA7A8
Complementary color
Monochromatic Colors of #EDA7A8
Black with #EDA7A8
Text Example
Text Example
White with #EDA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7A8; }
p { color: rgb(237,167,168); }
H1.HeaderClassName
{
color: #EDA7A8;
}
.AnyTagClassName
{
color: #EDA7A8;
}
</style>
background-color css
<style>
a { background-color: #EDA7A8; }
a { background-color: rgb(237,167,168); }
div.DivClassName
{
background-color: #EDA7A8;
}
.BgClassName
{
background-color: #EDA7A8;
}
</style>
border-color css
<style>
span { border-color: #EDA7A8; }
span { border-color: rgb(237,167,168); }
td.TdClassName
{
border-color: #EDA7A8;
}
.TagClassName
{
border-color: #EDA7A8;
}
</style>