Shades of Pale Chestnut #EDA4AD
Tints of Pale Chestnut #EDA4AD
RGB
CMYK
RGB Variations
Color information
#EDA4AD (or 0xEDA4AD) is known color: Pale Chestnut. HEX triplet: ED, A4 and AD. RGB value is (237,164,173). Sum of RGB (Red+Green+Blue) = 237+164+173=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4AD is #125B52. Grayscale: #BABABA. Windows color (decimal): -1203027 or 11379949. OLE color: 11379949.
HSL color Cylindrical-coordinate representation of color #EDA4AD: hue angle of 352.6º 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 #EDA4AD is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 173 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.07 |
| HSL | 352.6º | 0.67% | 0.79% | - |
| HSV(B) | 352.6º | 0.31% | 0.93% | - |
| XYZ | 55.74 | 47.57 | 45.78 | - |
| YUV | 186.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 173 | 0 | 0.31 | 0.27 | 0.07 | 352.6 | 0.67 | 0.79 |
| Hex | ED | A4 | AD | 0 | 1F | 1B | 7 | 161 | 43 | 4F |
| Octal | 355 | 244 | 255 | 0 | 37 | 33 | 7 | 541 | 103 | 117 |
| Binary | 11101101 | 10100100 | 10101101 | 0 | 11111 | 11011 | 111 | 101100001 | 1000011 | 1001111 |
Color Harmonies of #EDA4AD
Complementary color
Monochromatic Colors of #EDA4AD
Black with #EDA4AD
Text Example
Text Example
White with #EDA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4AD; }
p { color: rgb(237,164,173); }
H1.HeaderClassName
{
color: #EDA4AD;
}
.AnyTagClassName
{
color: #EDA4AD;
}
</style>
background-color css
<style>
a { background-color: #EDA4AD; }
a { background-color: rgb(237,164,173); }
div.DivClassName
{
background-color: #EDA4AD;
}
.BgClassName
{
background-color: #EDA4AD;
}
</style>
border-color css
<style>
span { border-color: #EDA4AD; }
span { border-color: rgb(237,164,173); }
td.TdClassName
{
border-color: #EDA4AD;
}
.TagClassName
{
border-color: #EDA4AD;
}
</style>