Shades of Pale Chestnut #EDA8AD
Tints of Pale Chestnut #EDA8AD
RGB
CMYK
RGB Variations
Color information
#EDA8AD (or 0xEDA8AD) is known color: Pale Chestnut. HEX triplet: ED, A8 and AD. RGB value is (237,168,173). Sum of RGB (Red+Green+Blue) = 237+168+173=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AD is #125752. Grayscale: #BDBDBD. Windows color (decimal): -1202003 or 11380973. OLE color: 11380973.
HSL color Cylindrical-coordinate representation of color #EDA8AD: hue angle of 355.65º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8AD is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 173 | - |
CMYK | 0 | 0.29 | 0.27 | 0.07 |
HSL | 355.65º | 0.66% | 0.79% | - |
HSV(B) | 355.65º | 0.29% | 0.93% | - |
XYZ | 56.47 | 49.03 | 46.02 | - |
YUV | 189.2 | 118.86 | 162.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 173 | 0 | 0.29 | 0.27 | 0.07 | 355.65 | 0.66 | 0.79 |
Hex | ED | A8 | AD | 0 | 1D | 1B | 7 | 164 | 42 | 4F |
Octal | 355 | 250 | 255 | 0 | 35 | 33 | 7 | 544 | 102 | 117 |
Binary | 11101101 | 10101000 | 10101101 | 0 | 11101 | 11011 | 111 | 101100100 | 1000010 | 1001111 |
Color Harmonies of #EDA8AD
Complementary color
Monochromatic Colors of #EDA8AD
Black with #EDA8AD
Text Example
Text Example
White with #EDA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8AD; }
p { color: rgb(237,168,173); }
H1.HeaderClassName
{
color: #EDA8AD;
}
.AnyTagClassName
{
color: #EDA8AD;
}
</style>
background-color css
<style>
a { background-color: #EDA8AD; }
a { background-color: rgb(237,168,173); }
div.DivClassName
{
background-color: #EDA8AD;
}
.BgClassName
{
background-color: #EDA8AD;
}
</style>
border-color css
<style>
span { border-color: #EDA8AD; }
span { border-color: rgb(237,168,173); }
td.TdClassName
{
border-color: #EDA8AD;
}
.TagClassName
{
border-color: #EDA8AD;
}
</style>