Shades of Pale Chestnut #EFA7AD
Tints of Pale Chestnut #EFA7AD
RGB
CMYK
RGB Variations
Color information
#EFA7AD (or 0xEFA7AD) is known color: Pale Chestnut. HEX triplet: EF, A7 and AD. RGB value is (239,167,173). Sum of RGB (Red+Green+Blue) = 239+167+173=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7AD is #105852. Grayscale: #BDBDBD. Windows color (decimal): -1071187 or 11380719. OLE color: 11380719.
HSL color Cylindrical-coordinate representation of color #EFA7AD: hue angle of 355º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7AD is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 173 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.06 |
| HSL | 355º | 0.69% | 0.8% | - |
| HSV(B) | 355º | 0.3% | 0.94% | - |
| XYZ | 56.96 | 49.01 | 45.99 | - |
| YUV | 189.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 173 | 0 | 0.30 | 0.28 | 0.06 | 355 | 0.69 | 0.8 |
| Hex | EF | A7 | AD | 0 | 1E | 1C | 6 | 163 | 45 | 50 |
| Octal | 357 | 247 | 255 | 0 | 36 | 34 | 6 | 543 | 105 | 120 |
| Binary | 11101111 | 10100111 | 10101101 | 0 | 11110 | 11100 | 110 | 101100011 | 1000101 | 1010000 |
Color Harmonies of #EFA7AD
Complementary color
Monochromatic Colors of #EFA7AD
Black with #EFA7AD
Text Example
Text Example
White with #EFA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7AD; }
p { color: rgb(239,167,173); }
H1.HeaderClassName
{
color: #EFA7AD;
}
.AnyTagClassName
{
color: #EFA7AD;
}
</style>
background-color css
<style>
a { background-color: #EFA7AD; }
a { background-color: rgb(239,167,173); }
div.DivClassName
{
background-color: #EFA7AD;
}
.BgClassName
{
background-color: #EFA7AD;
}
</style>
border-color css
<style>
span { border-color: #EFA7AD; }
span { border-color: rgb(239,167,173); }
td.TdClassName
{
border-color: #EFA7AD;
}
.TagClassName
{
border-color: #EFA7AD;
}
</style>