Shades of Pale Chestnut #EDA8AF
Tints of Pale Chestnut #EDA8AF
RGB
CMYK
RGB Variations
Color information
#EDA8AF (or 0xEDA8AF) is known color: Pale Chestnut. HEX triplet: ED, A8 and AF. RGB value is (237,168,175). Sum of RGB (Red+Green+Blue) = 237+168+175=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8AF is #125750. Grayscale: #BDBDBD. Windows color (decimal): -1202001 or 11512045. OLE color: 11512045.
HSL color Cylindrical-coordinate representation of color #EDA8AF: hue angle of 353.91º 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 #EDA8AF is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 175 | - |
CMYK | 0 | 0.29 | 0.26 | 0.07 |
HSL | 353.91º | 0.66% | 0.79% | - |
HSV(B) | 353.91º | 0.29% | 0.93% | - |
XYZ | 56.67 | 49.1 | 47.05 | - |
YUV | 189.43 | 119.86 | 161.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 175 | 0 | 0.29 | 0.26 | 0.07 | 353.91 | 0.66 | 0.79 |
Hex | ED | A8 | AF | 0 | 1D | 1A | 7 | 162 | 42 | 4F |
Octal | 355 | 250 | 257 | 0 | 35 | 32 | 7 | 542 | 102 | 117 |
Binary | 11101101 | 10101000 | 10101111 | 0 | 11101 | 11010 | 111 | 101100010 | 1000010 | 1001111 |
Color Harmonies of #EDA8AF
Complementary color
Monochromatic Colors of #EDA8AF
Black with #EDA8AF
Text Example
Text Example
White with #EDA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8AF; }
p { color: rgb(237,168,175); }
H1.HeaderClassName
{
color: #EDA8AF;
}
.AnyTagClassName
{
color: #EDA8AF;
}
</style>
background-color css
<style>
a { background-color: #EDA8AF; }
a { background-color: rgb(237,168,175); }
div.DivClassName
{
background-color: #EDA8AF;
}
.BgClassName
{
background-color: #EDA8AF;
}
</style>
border-color css
<style>
span { border-color: #EDA8AF; }
span { border-color: rgb(237,168,175); }
td.TdClassName
{
border-color: #EDA8AF;
}
.TagClassName
{
border-color: #EDA8AF;
}
</style>