Shades of Pale Chestnut #EFA8AB
Tints of Pale Chestnut #EFA8AB
RGB
CMYK
RGB Variations
Color information
#EFA8AB (or 0xEFA8AB) is known color: Pale Chestnut. HEX triplet: EF, A8 and AB. RGB value is (239,168,171). Sum of RGB (Red+Green+Blue) = 239+168+171=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8AB is #105754. Grayscale: #BDBDBD. Windows color (decimal): -1070933 or 11249903. OLE color: 11249903.
HSL color Cylindrical-coordinate representation of color #EFA8AB: hue angle of 357.46º 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 #EFA8AB is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 171 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.06 |
| HSL | 357.46º | 0.69% | 0.8% | - |
| HSV(B) | 357.46º | 0.3% | 0.94% | - |
| XYZ | 56.95 | 49.3 | 45.04 | - |
| YUV | 189.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 171 | 0 | 0.30 | 0.28 | 0.06 | 357.46 | 0.69 | 0.8 |
| Hex | EF | A8 | AB | 0 | 1E | 1C | 6 | 165 | 45 | 50 |
| Octal | 357 | 250 | 253 | 0 | 36 | 34 | 6 | 545 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10101011 | 0 | 11110 | 11100 | 110 | 101100101 | 1000101 | 1010000 |
Color Harmonies of #EFA8AB
Complementary color
Monochromatic Colors of #EFA8AB
Black with #EFA8AB
Text Example
Text Example
White with #EFA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8AB; }
p { color: rgb(239,168,171); }
H1.HeaderClassName
{
color: #EFA8AB;
}
.AnyTagClassName
{
color: #EFA8AB;
}
</style>
background-color css
<style>
a { background-color: #EFA8AB; }
a { background-color: rgb(239,168,171); }
div.DivClassName
{
background-color: #EFA8AB;
}
.BgClassName
{
background-color: #EFA8AB;
}
</style>
border-color css
<style>
span { border-color: #EFA8AB; }
span { border-color: rgb(239,168,171); }
td.TdClassName
{
border-color: #EFA8AB;
}
.TagClassName
{
border-color: #EFA8AB;
}
</style>