Shades of Pale Chestnut #EFA3A7
Tints of Pale Chestnut #EFA3A7
RGB
CMYK
RGB Variations
Color information
#EFA3A7 (or 0xEFA3A7) is known color: Pale Chestnut. HEX triplet: EF, A3 and A7. RGB value is (239,163,167). Sum of RGB (Red+Green+Blue) = 239+163+167=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A7 is #105C58. Grayscale: #BABABA. Windows color (decimal): -1072217 or 10986479. OLE color: 10986479.
HSL color Cylindrical-coordinate representation of color #EFA3A7: hue angle of 356.84º 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 #EFA3A7 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 167 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.06 |
| HSL | 356.84º | 0.7% | 0.79% | - |
| HSV(B) | 356.84º | 0.32% | 0.94% | - |
| XYZ | 55.67 | 47.34 | 42.76 | - |
| YUV | 186.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 167 | 0 | 0.32 | 0.30 | 0.06 | 356.84 | 0.7 | 0.79 |
| Hex | EF | A3 | A7 | 0 | 20 | 1E | 6 | 165 | 46 | 4F |
| Octal | 357 | 243 | 247 | 0 | 40 | 36 | 6 | 545 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10100111 | 0 | 100000 | 11110 | 110 | 101100101 | 1000110 | 1001111 |
Color Harmonies of #EFA3A7
Complementary color
Monochromatic Colors of #EFA3A7
Black with #EFA3A7
Text Example
Text Example
White with #EFA3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A7; }
p { color: rgb(239,163,167); }
H1.HeaderClassName
{
color: #EFA3A7;
}
.AnyTagClassName
{
color: #EFA3A7;
}
</style>
background-color css
<style>
a { background-color: #EFA3A7; }
a { background-color: rgb(239,163,167); }
div.DivClassName
{
background-color: #EFA3A7;
}
.BgClassName
{
background-color: #EFA3A7;
}
</style>
border-color css
<style>
span { border-color: #EFA3A7; }
span { border-color: rgb(239,163,167); }
td.TdClassName
{
border-color: #EFA3A7;
}
.TagClassName
{
border-color: #EFA3A7;
}
</style>