Shades of Pale Chestnut #EFA3A8
Tints of Pale Chestnut #EFA3A8
RGB
CMYK
RGB Variations
Color information
#EFA3A8 (or 0xEFA3A8) is known color: Pale Chestnut. HEX triplet: EF, A3 and A8. RGB value is (239,163,168). Sum of RGB (Red+Green+Blue) = 239+163+168=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A8 is #105C57. Grayscale: #BABABA. Windows color (decimal): -1072216 or 11052015. OLE color: 11052015.
HSL color Cylindrical-coordinate representation of color #EFA3A8: hue angle of 356.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3A8 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 168 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.06 |
| HSL | 356.05º | 0.7% | 0.79% | - |
| HSV(B) | 356.05º | 0.32% | 0.94% | - |
| XYZ | 55.76 | 47.37 | 43.25 | - |
| YUV | 186.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 168 | 0 | 0.32 | 0.30 | 0.06 | 356.05 | 0.7 | 0.79 |
| Hex | EF | A3 | A8 | 0 | 20 | 1E | 6 | 164 | 46 | 4F |
| Octal | 357 | 243 | 250 | 0 | 40 | 36 | 6 | 544 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10101000 | 0 | 100000 | 11110 | 110 | 101100100 | 1000110 | 1001111 |
Color Harmonies of #EFA3A8
Complementary color
Monochromatic Colors of #EFA3A8
Black with #EFA3A8
Text Example
Text Example
White with #EFA3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A8; }
p { color: rgb(239,163,168); }
H1.HeaderClassName
{
color: #EFA3A8;
}
.AnyTagClassName
{
color: #EFA3A8;
}
</style>
background-color css
<style>
a { background-color: #EFA3A8; }
a { background-color: rgb(239,163,168); }
div.DivClassName
{
background-color: #EFA3A8;
}
.BgClassName
{
background-color: #EFA3A8;
}
</style>
border-color css
<style>
span { border-color: #EFA3A8; }
span { border-color: rgb(239,163,168); }
td.TdClassName
{
border-color: #EFA3A8;
}
.TagClassName
{
border-color: #EFA3A8;
}
</style>