Shades of Pale Chestnut #EDA8AB
Tints of Pale Chestnut #EDA8AB
RGB
CMYK
RGB Variations
Color information
#EDA8AB (or 0xEDA8AB) is known color: Pale Chestnut. HEX triplet: ED, A8 and AB. RGB value is (237,168,171). Sum of RGB (Red+Green+Blue) = 237+168+171=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AB is #125754. Grayscale: #BDBDBD. Windows color (decimal): -1202005 or 11249901. OLE color: 11249901.
HSL color Cylindrical-coordinate representation of color #EDA8AB: hue angle of 357.39º 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 #EDA8AB is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 171 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.07 |
| HSL | 357.39º | 0.66% | 0.79% | - |
| HSV(B) | 357.39º | 0.29% | 0.93% | - |
| XYZ | 56.28 | 48.95 | 45.01 | - |
| YUV | 188.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 171 | 0 | 0.29 | 0.28 | 0.07 | 357.39 | 0.66 | 0.79 |
| Hex | ED | A8 | AB | 0 | 1D | 1C | 7 | 165 | 42 | 4F |
| Octal | 355 | 250 | 253 | 0 | 35 | 34 | 7 | 545 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10101011 | 0 | 11101 | 11100 | 111 | 101100101 | 1000010 | 1001111 |
Color Harmonies of #EDA8AB
Complementary color
Monochromatic Colors of #EDA8AB
Black with #EDA8AB
Text Example
Text Example
White with #EDA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8AB; }
p { color: rgb(237,168,171); }
H1.HeaderClassName
{
color: #EDA8AB;
}
.AnyTagClassName
{
color: #EDA8AB;
}
</style>
background-color css
<style>
a { background-color: #EDA8AB; }
a { background-color: rgb(237,168,171); }
div.DivClassName
{
background-color: #EDA8AB;
}
.BgClassName
{
background-color: #EDA8AB;
}
</style>
border-color css
<style>
span { border-color: #EDA8AB; }
span { border-color: rgb(237,168,171); }
td.TdClassName
{
border-color: #EDA8AB;
}
.TagClassName
{
border-color: #EDA8AB;
}
</style>