Shades of Pale Chestnut #EDA5AD
Tints of Pale Chestnut #EDA5AD
RGB
CMYK
RGB Variations
Color information
#EDA5AD (or 0xEDA5AD) is known color: Pale Chestnut. HEX triplet: ED, A5 and AD. RGB value is (237,165,173). Sum of RGB (Red+Green+Blue) = 237+165+173=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5AD is #125A52. Grayscale: #BBBBBB. Windows color (decimal): -1202771 or 11380205. OLE color: 11380205.
HSL color Cylindrical-coordinate representation of color #EDA5AD: hue angle of 353.33º degrees, saturation: 0.67, 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 #EDA5AD is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 173 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.07 |
| HSL | 353.33º | 0.67% | 0.79% | - |
| HSV(B) | 353.33º | 0.3% | 0.93% | - |
| XYZ | 55.92 | 47.93 | 45.84 | - |
| YUV | 187.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 173 | 0 | 0.30 | 0.27 | 0.07 | 353.33 | 0.67 | 0.79 |
| Hex | ED | A5 | AD | 0 | 1E | 1B | 7 | 161 | 43 | 4F |
| Octal | 355 | 245 | 255 | 0 | 36 | 33 | 7 | 541 | 103 | 117 |
| Binary | 11101101 | 10100101 | 10101101 | 0 | 11110 | 11011 | 111 | 101100001 | 1000011 | 1001111 |
Color Harmonies of #EDA5AD
Complementary color
Monochromatic Colors of #EDA5AD
Black with #EDA5AD
Text Example
Text Example
White with #EDA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5AD; }
p { color: rgb(237,165,173); }
H1.HeaderClassName
{
color: #EDA5AD;
}
.AnyTagClassName
{
color: #EDA5AD;
}
</style>
background-color css
<style>
a { background-color: #EDA5AD; }
a { background-color: rgb(237,165,173); }
div.DivClassName
{
background-color: #EDA5AD;
}
.BgClassName
{
background-color: #EDA5AD;
}
</style>
border-color css
<style>
span { border-color: #EDA5AD; }
span { border-color: rgb(237,165,173); }
td.TdClassName
{
border-color: #EDA5AD;
}
.TagClassName
{
border-color: #EDA5AD;
}
</style>