Shades of Pale Chestnut #EDA8AE
Tints of Pale Chestnut #EDA8AE
RGB
CMYK
RGB Variations
Color information
#EDA8AE (or 0xEDA8AE) is known color: Pale Chestnut. HEX triplet: ED, A8 and AE. RGB value is (237,168,174). Sum of RGB (Red+Green+Blue) = 237+168+174=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AE is #125751. Grayscale: #BDBDBD. Windows color (decimal): -1202002 or 11446509. OLE color: 11446509.
HSL color Cylindrical-coordinate representation of color #EDA8AE: hue angle of 354.78º 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 #EDA8AE is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 174 | - |
CMYK | 0 | 0.29 | 0.27 | 0.07 |
HSL | 354.78º | 0.66% | 0.79% | - |
HSV(B) | 354.78º | 0.29% | 0.93% | - |
XYZ | 56.57 | 49.07 | 46.53 | - |
YUV | 189.32 | 119.36 | 162.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 174 | 0 | 0.29 | 0.27 | 0.07 | 354.78 | 0.66 | 0.79 |
Hex | ED | A8 | AE | 0 | 1D | 1B | 7 | 163 | 42 | 4F |
Octal | 355 | 250 | 256 | 0 | 35 | 33 | 7 | 543 | 102 | 117 |
Binary | 11101101 | 10101000 | 10101110 | 0 | 11101 | 11011 | 111 | 101100011 | 1000010 | 1001111 |
Color Harmonies of #EDA8AE
Complementary color
Monochromatic Colors of #EDA8AE
Black with #EDA8AE
Text Example
Text Example
White with #EDA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8AE; }
p { color: rgb(237,168,174); }
H1.HeaderClassName
{
color: #EDA8AE;
}
.AnyTagClassName
{
color: #EDA8AE;
}
</style>
background-color css
<style>
a { background-color: #EDA8AE; }
a { background-color: rgb(237,168,174); }
div.DivClassName
{
background-color: #EDA8AE;
}
.BgClassName
{
background-color: #EDA8AE;
}
</style>
border-color css
<style>
span { border-color: #EDA8AE; }
span { border-color: rgb(237,168,174); }
td.TdClassName
{
border-color: #EDA8AE;
}
.TagClassName
{
border-color: #EDA8AE;
}
</style>