Shades of Pale Chestnut #EDA4AA
Tints of Pale Chestnut #EDA4AA
RGB
CMYK
RGB Variations
Color information
#EDA4AA (or 0xEDA4AA) is known color: Pale Chestnut. HEX triplet: ED, A4 and AA. RGB value is (237,164,170). Sum of RGB (Red+Green+Blue) = 237+164+170=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AA is #125B55. Grayscale: #BABABA. Windows color (decimal): -1203030 or 11183341. OLE color: 11183341.
HSL color Cylindrical-coordinate representation of color #EDA4AA: hue angle of 355.07º 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 #EDA4AA is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 170 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.07 |
| HSL | 355.07º | 0.67% | 0.79% | - |
| HSV(B) | 355.07º | 0.31% | 0.93% | - |
| XYZ | 55.46 | 47.46 | 44.27 | - |
| YUV | 186.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 170 | 0 | 0.31 | 0.28 | 0.07 | 355.07 | 0.67 | 0.79 |
| Hex | ED | A4 | AA | 0 | 1F | 1C | 7 | 163 | 43 | 4F |
| Octal | 355 | 244 | 252 | 0 | 37 | 34 | 7 | 543 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10101010 | 0 | 11111 | 11100 | 111 | 101100011 | 1000011 | 1001111 |
Color Harmonies of #EDA4AA
Complementary color
Monochromatic Colors of #EDA4AA
Black with #EDA4AA
Text Example
Text Example
White with #EDA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4AA; }
p { color: rgb(237,164,170); }
H1.HeaderClassName
{
color: #EDA4AA;
}
.AnyTagClassName
{
color: #EDA4AA;
}
</style>
background-color css
<style>
a { background-color: #EDA4AA; }
a { background-color: rgb(237,164,170); }
div.DivClassName
{
background-color: #EDA4AA;
}
.BgClassName
{
background-color: #EDA4AA;
}
</style>
border-color css
<style>
span { border-color: #EDA4AA; }
span { border-color: rgb(237,164,170); }
td.TdClassName
{
border-color: #EDA4AA;
}
.TagClassName
{
border-color: #EDA4AA;
}
</style>