Shades of Pale Chestnut #EDA8AC
Tints of Pale Chestnut #EDA8AC
RGB
CMYK
RGB Variations
Color information
#EDA8AC (or 0xEDA8AC) is known color: Pale Chestnut. HEX triplet: ED, A8 and AC. RGB value is (237,168,172). Sum of RGB (Red+Green+Blue) = 237+168+172=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AC is #125753. Grayscale: #BDBDBD. Windows color (decimal): -1202004 or 11315437. OLE color: 11315437.
HSL color Cylindrical-coordinate representation of color #EDA8AC: hue angle of 356.52º 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 #EDA8AC is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 172 | - |
CMYK | 0 | 0.29 | 0.27 | 0.07 |
HSL | 356.52º | 0.66% | 0.79% | - |
HSV(B) | 356.52º | 0.29% | 0.93% | - |
XYZ | 56.37 | 48.99 | 45.51 | - |
YUV | 189.09 | 118.36 | 162.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 172 | 0 | 0.29 | 0.27 | 0.07 | 356.52 | 0.66 | 0.79 |
Hex | ED | A8 | AC | 0 | 1D | 1B | 7 | 165 | 42 | 4F |
Octal | 355 | 250 | 254 | 0 | 35 | 33 | 7 | 545 | 102 | 117 |
Binary | 11101101 | 10101000 | 10101100 | 0 | 11101 | 11011 | 111 | 101100101 | 1000010 | 1001111 |
Color Harmonies of #EDA8AC
Complementary color
Monochromatic Colors of #EDA8AC
Black with #EDA8AC
Text Example
Text Example
White with #EDA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8AC; }
p { color: rgb(237,168,172); }
H1.HeaderClassName
{
color: #EDA8AC;
}
.AnyTagClassName
{
color: #EDA8AC;
}
</style>
background-color css
<style>
a { background-color: #EDA8AC; }
a { background-color: rgb(237,168,172); }
div.DivClassName
{
background-color: #EDA8AC;
}
.BgClassName
{
background-color: #EDA8AC;
}
</style>
border-color css
<style>
span { border-color: #EDA8AC; }
span { border-color: rgb(237,168,172); }
td.TdClassName
{
border-color: #EDA8AC;
}
.TagClassName
{
border-color: #EDA8AC;
}
</style>