Shades of Pale Chestnut #EFADAF
Tints of Pale Chestnut #EFADAF
RGB
CMYK
RGB Variations
Color information
#EFADAF (or 0xEFADAF) is known color: Pale Chestnut. HEX triplet: EF, AD and AF. RGB value is (239,173,175). Sum of RGB (Red+Green+Blue) = 239+173+175=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADAF is #105250. Grayscale: #C1C1C1. Windows color (decimal): -1069649 or 11513327. OLE color: 11513327.
HSL color Cylindrical-coordinate representation of color #EFADAF: hue angle of 358.18º degrees, saturation: 0.67, 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 #EFADAF is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 175 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.06 |
| HSL | 358.18º | 0.67% | 0.81% | - |
| HSV(B) | 358.18º | 0.28% | 0.94% | - |
| XYZ | 58.28 | 51.33 | 47.39 | - |
| YUV | 192.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 175 | 0 | 0.28 | 0.27 | 0.06 | 358.18 | 0.67 | 0.81 |
| Hex | EF | AD | AF | 0 | 1C | 1B | 6 | 166 | 43 | 51 |
| Octal | 357 | 255 | 257 | 0 | 34 | 33 | 6 | 546 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10101111 | 0 | 11100 | 11011 | 110 | 101100110 | 1000011 | 1010001 |
Color Harmonies of #EFADAF
Complementary color
Monochromatic Colors of #EFADAF
Black with #EFADAF
Text Example
Text Example
White with #EFADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADAF; }
p { color: rgb(239,173,175); }
H1.HeaderClassName
{
color: #EFADAF;
}
.AnyTagClassName
{
color: #EFADAF;
}
</style>
background-color css
<style>
a { background-color: #EFADAF; }
a { background-color: rgb(239,173,175); }
div.DivClassName
{
background-color: #EFADAF;
}
.BgClassName
{
background-color: #EFADAF;
}
</style>
border-color css
<style>
span { border-color: #EFADAF; }
span { border-color: rgb(239,173,175); }
td.TdClassName
{
border-color: #EFADAF;
}
.TagClassName
{
border-color: #EFADAF;
}
</style>