Shades of Pale Chestnut #EFA8AC
Tints of Pale Chestnut #EFA8AC
RGB
CMYK
RGB Variations
Color information
#EFA8AC (or 0xEFA8AC) is known color: Pale Chestnut. HEX triplet: EF, A8 and AC. RGB value is (239,168,172). Sum of RGB (Red+Green+Blue) = 239+168+172=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8AC is #105753. Grayscale: #BDBDBD. Windows color (decimal): -1070932 or 11315439. OLE color: 11315439.
HSL color Cylindrical-coordinate representation of color #EFA8AC: hue angle of 356.62º 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 #EFA8AC is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 172 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.06 |
| HSL | 356.62º | 0.69% | 0.8% | - |
| HSV(B) | 356.62º | 0.3% | 0.94% | - |
| XYZ | 57.05 | 49.33 | 45.55 | - |
| YUV | 189.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 172 | 0 | 0.30 | 0.28 | 0.06 | 356.62 | 0.69 | 0.8 |
| Hex | EF | A8 | AC | 0 | 1E | 1C | 6 | 165 | 45 | 50 |
| Octal | 357 | 250 | 254 | 0 | 36 | 34 | 6 | 545 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10101100 | 0 | 11110 | 11100 | 110 | 101100101 | 1000101 | 1010000 |
Color Harmonies of #EFA8AC
Complementary color
Monochromatic Colors of #EFA8AC
Black with #EFA8AC
Text Example
Text Example
White with #EFA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8AC; }
p { color: rgb(239,168,172); }
H1.HeaderClassName
{
color: #EFA8AC;
}
.AnyTagClassName
{
color: #EFA8AC;
}
</style>
background-color css
<style>
a { background-color: #EFA8AC; }
a { background-color: rgb(239,168,172); }
div.DivClassName
{
background-color: #EFA8AC;
}
.BgClassName
{
background-color: #EFA8AC;
}
</style>
border-color css
<style>
span { border-color: #EFA8AC; }
span { border-color: rgb(239,168,172); }
td.TdClassName
{
border-color: #EFA8AC;
}
.TagClassName
{
border-color: #EFA8AC;
}
</style>