Shades of Pale Chestnut #EDA6AB
Tints of Pale Chestnut #EDA6AB
RGB
CMYK
RGB Variations
Color information
#EDA6AB (or 0xEDA6AB) is known color: Pale Chestnut. HEX triplet: ED, A6 and AB. RGB value is (237,166,171). Sum of RGB (Red+Green+Blue) = 237+166+171=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AB is #125954. Grayscale: #BBBBBB. Windows color (decimal): -1202517 or 11249389. OLE color: 11249389.
HSL color Cylindrical-coordinate representation of color #EDA6AB: hue angle of 355.77º 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 #EDA6AB is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 171 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.07 |
| HSL | 355.77º | 0.66% | 0.79% | - |
| HSV(B) | 355.77º | 0.3% | 0.93% | - |
| XYZ | 55.91 | 48.22 | 44.89 | - |
| YUV | 187.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 171 | 0 | 0.30 | 0.28 | 0.07 | 355.77 | 0.66 | 0.79 |
| Hex | ED | A6 | AB | 0 | 1E | 1C | 7 | 164 | 42 | 4F |
| Octal | 355 | 246 | 253 | 0 | 36 | 34 | 7 | 544 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10101011 | 0 | 11110 | 11100 | 111 | 101100100 | 1000010 | 1001111 |
Color Harmonies of #EDA6AB
Complementary color
Monochromatic Colors of #EDA6AB
Black with #EDA6AB
Text Example
Text Example
White with #EDA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6AB; }
p { color: rgb(237,166,171); }
H1.HeaderClassName
{
color: #EDA6AB;
}
.AnyTagClassName
{
color: #EDA6AB;
}
</style>
background-color css
<style>
a { background-color: #EDA6AB; }
a { background-color: rgb(237,166,171); }
div.DivClassName
{
background-color: #EDA6AB;
}
.BgClassName
{
background-color: #EDA6AB;
}
</style>
border-color css
<style>
span { border-color: #EDA6AB; }
span { border-color: rgb(237,166,171); }
td.TdClassName
{
border-color: #EDA6AB;
}
.TagClassName
{
border-color: #EDA6AB;
}
</style>