Shades of Pale Chestnut #EDA4AC
Tints of Pale Chestnut #EDA4AC
RGB
CMYK
RGB Variations
Color information
#EDA4AC (or 0xEDA4AC) is known color: Pale Chestnut. HEX triplet: ED, A4 and AC. RGB value is (237,164,172). Sum of RGB (Red+Green+Blue) = 237+164+172=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AC is #125B53. Grayscale: #BABABA. Windows color (decimal): -1203028 or 11314413. OLE color: 11314413.
HSL color Cylindrical-coordinate representation of color #EDA4AC: hue angle of 353.42º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4AC is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 172 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.07 |
| HSL | 353.42º | 0.67% | 0.79% | - |
| HSV(B) | 353.42º | 0.31% | 0.93% | - |
| XYZ | 55.65 | 47.53 | 45.27 | - |
| YUV | 186.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 172 | 0 | 0.31 | 0.27 | 0.07 | 353.42 | 0.67 | 0.79 |
| Hex | ED | A4 | AC | 0 | 1F | 1B | 7 | 161 | 43 | 4F |
| Octal | 355 | 244 | 254 | 0 | 37 | 33 | 7 | 541 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10101100 | 0 | 11111 | 11011 | 111 | 101100001 | 1000011 | 1001111 |
Color Harmonies of #EDA4AC
Complementary color
Monochromatic Colors of #EDA4AC
Black with #EDA4AC
Text Example
Text Example
White with #EDA4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4AC; }
p { color: rgb(237,164,172); }
H1.HeaderClassName
{
color: #EDA4AC;
}
.AnyTagClassName
{
color: #EDA4AC;
}
</style>
background-color css
<style>
a { background-color: #EDA4AC; }
a { background-color: rgb(237,164,172); }
div.DivClassName
{
background-color: #EDA4AC;
}
.BgClassName
{
background-color: #EDA4AC;
}
</style>
border-color css
<style>
span { border-color: #EDA4AC; }
span { border-color: rgb(237,164,172); }
td.TdClassName
{
border-color: #EDA4AC;
}
.TagClassName
{
border-color: #EDA4AC;
}
</style>