Shades of Pale Chestnut #EDA7AF
Tints of Pale Chestnut #EDA7AF
RGB
CMYK
RGB Variations
Color information
#EDA7AF (or 0xEDA7AF) is known color: Pale Chestnut. HEX triplet: ED, A7 and AF. RGB value is (237,167,175). Sum of RGB (Red+Green+Blue) = 237+167+175=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7AF is #125850. Grayscale: #BCBCBC. Windows color (decimal): -1202257 or 11511789. OLE color: 11511789.
HSL color Cylindrical-coordinate representation of color #EDA7AF: hue angle of 353.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 #EDA7AF is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 175 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.07 |
| HSL | 353.14º | 0.66% | 0.79% | - |
| HSV(B) | 353.14º | 0.3% | 0.93% | - |
| XYZ | 56.48 | 48.74 | 46.99 | - |
| YUV | 188.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 175 | 0 | 0.30 | 0.26 | 0.07 | 353.14 | 0.66 | 0.79 |
| Hex | ED | A7 | AF | 0 | 1E | 1A | 7 | 161 | 42 | 4F |
| Octal | 355 | 247 | 257 | 0 | 36 | 32 | 7 | 541 | 102 | 117 |
| Binary | 11101101 | 10100111 | 10101111 | 0 | 11110 | 11010 | 111 | 101100001 | 1000010 | 1001111 |
Color Harmonies of #EDA7AF
Complementary color
Monochromatic Colors of #EDA7AF
Black with #EDA7AF
Text Example
Text Example
White with #EDA7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7AF; }
p { color: rgb(237,167,175); }
H1.HeaderClassName
{
color: #EDA7AF;
}
.AnyTagClassName
{
color: #EDA7AF;
}
</style>
background-color css
<style>
a { background-color: #EDA7AF; }
a { background-color: rgb(237,167,175); }
div.DivClassName
{
background-color: #EDA7AF;
}
.BgClassName
{
background-color: #EDA7AF;
}
</style>
border-color css
<style>
span { border-color: #EDA7AF; }
span { border-color: rgb(237,167,175); }
td.TdClassName
{
border-color: #EDA7AF;
}
.TagClassName
{
border-color: #EDA7AF;
}
</style>