Shades of Pale Chestnut #EFA5AA
Tints of Pale Chestnut #EFA5AA
RGB
CMYK
RGB Variations
Color information
#EFA5AA (or 0xEFA5AA) is known color: Pale Chestnut. HEX triplet: EF, A5 and AA. RGB value is (239,165,170). Sum of RGB (Red+Green+Blue) = 239+165+170=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA5AA is #105A55. Grayscale: #BBBBBB. Windows color (decimal): -1071702 or 11183599. OLE color: 11183599.
HSL color Cylindrical-coordinate representation of color #EFA5AA: hue angle of 355.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5AA is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 170 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.06 |
| HSL | 355.95º | 0.7% | 0.79% | - |
| HSV(B) | 355.95º | 0.31% | 0.94% | - |
| XYZ | 56.31 | 48.16 | 44.36 | - |
| YUV | 187.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 170 | 0 | 0.31 | 0.29 | 0.06 | 355.95 | 0.7 | 0.79 |
| Hex | EF | A5 | AA | 0 | 1F | 1D | 6 | 164 | 46 | 4F |
| Octal | 357 | 245 | 252 | 0 | 37 | 35 | 6 | 544 | 106 | 117 |
| Binary | 11101111 | 10100101 | 10101010 | 0 | 11111 | 11101 | 110 | 101100100 | 1000110 | 1001111 |
Color Harmonies of #EFA5AA
Complementary color
Monochromatic Colors of #EFA5AA
Black with #EFA5AA
Text Example
Text Example
White with #EFA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5AA; }
p { color: rgb(239,165,170); }
H1.HeaderClassName
{
color: #EFA5AA;
}
.AnyTagClassName
{
color: #EFA5AA;
}
</style>
background-color css
<style>
a { background-color: #EFA5AA; }
a { background-color: rgb(239,165,170); }
div.DivClassName
{
background-color: #EFA5AA;
}
.BgClassName
{
background-color: #EFA5AA;
}
</style>
border-color css
<style>
span { border-color: #EFA5AA; }
span { border-color: rgb(239,165,170); }
td.TdClassName
{
border-color: #EFA5AA;
}
.TagClassName
{
border-color: #EFA5AA;
}
</style>