Shades of Pale Chestnut #EDA6AC
Tints of Pale Chestnut #EDA6AC
RGB
CMYK
RGB Variations
Color information
#EDA6AC (or 0xEDA6AC) is known color: Pale Chestnut. HEX triplet: ED, A6 and AC. RGB value is (237,166,172). Sum of RGB (Red+Green+Blue) = 237+166+172=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6AC is #125953. Grayscale: #BBBBBB. Windows color (decimal): -1202516 or 11314925. OLE color: 11314925.
HSL color Cylindrical-coordinate representation of color #EDA6AC: hue angle of 354.93º 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 #EDA6AC is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 172 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.07 |
| HSL | 354.93º | 0.66% | 0.79% | - |
| HSV(B) | 354.93º | 0.3% | 0.93% | - |
| XYZ | 56.01 | 48.26 | 45.39 | - |
| YUV | 187.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 172 | 0 | 0.30 | 0.27 | 0.07 | 354.93 | 0.66 | 0.79 |
| Hex | ED | A6 | AC | 0 | 1E | 1B | 7 | 163 | 42 | 4F |
| Octal | 355 | 246 | 254 | 0 | 36 | 33 | 7 | 543 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10101100 | 0 | 11110 | 11011 | 111 | 101100011 | 1000010 | 1001111 |
Color Harmonies of #EDA6AC
Complementary color
Monochromatic Colors of #EDA6AC
Black with #EDA6AC
Text Example
Text Example
White with #EDA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6AC; }
p { color: rgb(237,166,172); }
H1.HeaderClassName
{
color: #EDA6AC;
}
.AnyTagClassName
{
color: #EDA6AC;
}
</style>
background-color css
<style>
a { background-color: #EDA6AC; }
a { background-color: rgb(237,166,172); }
div.DivClassName
{
background-color: #EDA6AC;
}
.BgClassName
{
background-color: #EDA6AC;
}
</style>
border-color css
<style>
span { border-color: #EDA6AC; }
span { border-color: rgb(237,166,172); }
td.TdClassName
{
border-color: #EDA6AC;
}
.TagClassName
{
border-color: #EDA6AC;
}
</style>