Shades of Pale Chestnut #EFA9AE
Tints of Pale Chestnut #EFA9AE
RGB
CMYK
RGB Variations
Color information
#EFA9AE (or 0xEFA9AE) is known color: Pale Chestnut. HEX triplet: EF, A9 and AE. RGB value is (239,169,174). Sum of RGB (Red+Green+Blue) = 239+169+174=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AE is #105651. Grayscale: #BEBEBE. Windows color (decimal): -1070674 or 11446767. OLE color: 11446767.
HSL color Cylindrical-coordinate representation of color #EFA9AE: hue angle of 355.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9AE is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 174 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.06 |
| HSL | 355.71º | 0.69% | 0.8% | - |
| HSV(B) | 355.71º | 0.29% | 0.94% | - |
| XYZ | 57.42 | 49.78 | 46.63 | - |
| YUV | 190.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 174 | 0 | 0.29 | 0.27 | 0.06 | 355.71 | 0.69 | 0.8 |
| Hex | EF | A9 | AE | 0 | 1D | 1B | 6 | 164 | 45 | 50 |
| Octal | 357 | 251 | 256 | 0 | 35 | 33 | 6 | 544 | 105 | 120 |
| Binary | 11101111 | 10101001 | 10101110 | 0 | 11101 | 11011 | 110 | 101100100 | 1000101 | 1010000 |
Color Harmonies of #EFA9AE
Complementary color
Monochromatic Colors of #EFA9AE
Black with #EFA9AE
Text Example
Text Example
White with #EFA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9AE; }
p { color: rgb(239,169,174); }
H1.HeaderClassName
{
color: #EFA9AE;
}
.AnyTagClassName
{
color: #EFA9AE;
}
</style>
background-color css
<style>
a { background-color: #EFA9AE; }
a { background-color: rgb(239,169,174); }
div.DivClassName
{
background-color: #EFA9AE;
}
.BgClassName
{
background-color: #EFA9AE;
}
</style>
border-color css
<style>
span { border-color: #EFA9AE; }
span { border-color: rgb(239,169,174); }
td.TdClassName
{
border-color: #EFA9AE;
}
.TagClassName
{
border-color: #EFA9AE;
}
</style>