Shades of Pale Chestnut #EDA5AB
Tints of Pale Chestnut #EDA5AB
RGB
CMYK
RGB Variations
Color information
#EDA5AB (or 0xEDA5AB) is known color: Pale Chestnut. HEX triplet: ED, A5 and AB. RGB value is (237,165,171). Sum of RGB (Red+Green+Blue) = 237+165+171=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5AB is #125A54. Grayscale: #BBBBBB. Windows color (decimal): -1202773 or 11249133. OLE color: 11249133.
HSL color Cylindrical-coordinate representation of color #EDA5AB: hue angle of 355º 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 #EDA5AB is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 171 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.07 |
| HSL | 355º | 0.67% | 0.79% | - |
| HSV(B) | 355º | 0.3% | 0.93% | - |
| XYZ | 55.73 | 47.86 | 44.83 | - |
| YUV | 187.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 171 | 0 | 0.30 | 0.28 | 0.07 | 355 | 0.67 | 0.79 |
| Hex | ED | A5 | AB | 0 | 1E | 1C | 7 | 163 | 43 | 4F |
| Octal | 355 | 245 | 253 | 0 | 36 | 34 | 7 | 543 | 103 | 117 |
| Binary | 11101101 | 10100101 | 10101011 | 0 | 11110 | 11100 | 111 | 101100011 | 1000011 | 1001111 |
Color Harmonies of #EDA5AB
Complementary color
Monochromatic Colors of #EDA5AB
Black with #EDA5AB
Text Example
Text Example
White with #EDA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5AB; }
p { color: rgb(237,165,171); }
H1.HeaderClassName
{
color: #EDA5AB;
}
.AnyTagClassName
{
color: #EDA5AB;
}
</style>
background-color css
<style>
a { background-color: #EDA5AB; }
a { background-color: rgb(237,165,171); }
div.DivClassName
{
background-color: #EDA5AB;
}
.BgClassName
{
background-color: #EDA5AB;
}
</style>
border-color css
<style>
span { border-color: #EDA5AB; }
span { border-color: rgb(237,165,171); }
td.TdClassName
{
border-color: #EDA5AB;
}
.TagClassName
{
border-color: #EDA5AB;
}
</style>