Shades of Pale Chestnut #EDA9AF
Tints of Pale Chestnut #EDA9AF
RGB
CMYK
RGB Variations
Color information
#EDA9AF (or 0xEDA9AF) is known color: Pale Chestnut. HEX triplet: ED, A9 and AF. RGB value is (237,169,175). Sum of RGB (Red+Green+Blue) = 237+169+175=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9AF is #125650. Grayscale: #BEBEBE. Windows color (decimal): -1201745 or 11512301. OLE color: 11512301.
HSL color Cylindrical-coordinate representation of color #EDA9AF: hue angle of 354.71º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9AF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 175 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 354.71º | 0.65% | 0.8% | - |
| HSV(B) | 354.71º | 0.29% | 0.93% | - |
| XYZ | 56.85 | 49.48 | 47.11 | - |
| YUV | 190.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 175 | 0 | 0.29 | 0.26 | 0.07 | 354.71 | 0.65 | 0.8 |
| Hex | ED | A9 | AF | 0 | 1D | 1A | 7 | 163 | 41 | 50 |
| Octal | 355 | 251 | 257 | 0 | 35 | 32 | 7 | 543 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10101111 | 0 | 11101 | 11010 | 111 | 101100011 | 1000001 | 1010000 |
Color Harmonies of #EDA9AF
Complementary color
Monochromatic Colors of #EDA9AF
Black with #EDA9AF
Text Example
Text Example
White with #EDA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9AF; }
p { color: rgb(237,169,175); }
H1.HeaderClassName
{
color: #EDA9AF;
}
.AnyTagClassName
{
color: #EDA9AF;
}
</style>
background-color css
<style>
a { background-color: #EDA9AF; }
a { background-color: rgb(237,169,175); }
div.DivClassName
{
background-color: #EDA9AF;
}
.BgClassName
{
background-color: #EDA9AF;
}
</style>
border-color css
<style>
span { border-color: #EDA9AF; }
span { border-color: rgb(237,169,175); }
td.TdClassName
{
border-color: #EDA9AF;
}
.TagClassName
{
border-color: #EDA9AF;
}
</style>