Shades of Pale Chestnut #EFABAC
Tints of Pale Chestnut #EFABAC
RGB
CMYK
RGB Variations
Color information
#EFABAC (or 0xEFABAC) is known color: Pale Chestnut. HEX triplet: EF, AB and AC. RGB value is (239,171,172). Sum of RGB (Red+Green+Blue) = 239+171+172=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAC is #105453. Grayscale: #BFBFBF. Windows color (decimal): -1070164 or 11316207. OLE color: 11316207.
HSL color Cylindrical-coordinate representation of color #EFABAC: hue angle of 359.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABAC is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 172 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.06 |
| HSL | 359.12º | 0.68% | 0.8% | - |
| HSV(B) | 359.12º | 0.28% | 0.94% | - |
| XYZ | 57.61 | 50.46 | 45.73 | - |
| YUV | 191.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 172 | 0 | 0.28 | 0.28 | 0.06 | 359.12 | 0.68 | 0.8 |
| Hex | EF | AB | AC | 0 | 1C | 1C | 6 | 167 | 44 | 50 |
| Octal | 357 | 253 | 254 | 0 | 34 | 34 | 6 | 547 | 104 | 120 |
| Binary | 11101111 | 10101011 | 10101100 | 0 | 11100 | 11100 | 110 | 101100111 | 1000100 | 1010000 |
Color Harmonies of #EFABAC
Complementary color
Monochromatic Colors of #EFABAC
Black with #EFABAC
Text Example
Text Example
White with #EFABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABAC; }
p { color: rgb(239,171,172); }
H1.HeaderClassName
{
color: #EFABAC;
}
.AnyTagClassName
{
color: #EFABAC;
}
</style>
background-color css
<style>
a { background-color: #EFABAC; }
a { background-color: rgb(239,171,172); }
div.DivClassName
{
background-color: #EFABAC;
}
.BgClassName
{
background-color: #EFABAC;
}
</style>
border-color css
<style>
span { border-color: #EFABAC; }
span { border-color: rgb(239,171,172); }
td.TdClassName
{
border-color: #EFABAC;
}
.TagClassName
{
border-color: #EFABAC;
}
</style>