Shades of Pale Chestnut #EFACB0
Tints of Pale Chestnut #EFACB0
RGB
CMYK
RGB Variations
Color information
#EFACB0 (or 0xEFACB0) is known color: Pale Chestnut. HEX triplet: EF, AC and B0. RGB value is (239,172,176). Sum of RGB (Red+Green+Blue) = 239+172+176=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACB0 is #10534F. Grayscale: #C0C0C0. Windows color (decimal): -1069904 or 11578607. OLE color: 11578607.
HSL color Cylindrical-coordinate representation of color #EFACB0: hue angle of 356.42º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACB0 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 176 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.06 |
| HSL | 356.42º | 0.68% | 0.81% | - |
| HSV(B) | 356.42º | 0.28% | 0.94% | - |
| XYZ | 58.19 | 50.99 | 47.85 | - |
| YUV | 192.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 176 | 0 | 0.28 | 0.26 | 0.06 | 356.42 | 0.68 | 0.81 |
| Hex | EF | AC | B0 | 0 | 1C | 1A | 6 | 164 | 44 | 51 |
| Octal | 357 | 254 | 260 | 0 | 34 | 32 | 6 | 544 | 104 | 121 |
| Binary | 11101111 | 10101100 | 10110000 | 0 | 11100 | 11010 | 110 | 101100100 | 1000100 | 1010001 |
Color Harmonies of #EFACB0
Complementary color
Monochromatic Colors of #EFACB0
Black with #EFACB0
Text Example
Text Example
White with #EFACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACB0; }
p { color: rgb(239,172,176); }
H1.HeaderClassName
{
color: #EFACB0;
}
.AnyTagClassName
{
color: #EFACB0;
}
</style>
background-color css
<style>
a { background-color: #EFACB0; }
a { background-color: rgb(239,172,176); }
div.DivClassName
{
background-color: #EFACB0;
}
.BgClassName
{
background-color: #EFACB0;
}
</style>
border-color css
<style>
span { border-color: #EFACB0; }
span { border-color: rgb(239,172,176); }
td.TdClassName
{
border-color: #EFACB0;
}
.TagClassName
{
border-color: #EFACB0;
}
</style>