Shades of Pale Chestnut #EFADB0
Tints of Pale Chestnut #EFADB0
RGB
CMYK
RGB Variations
Color information
#EFADB0 (or 0xEFADB0) is known color: Pale Chestnut. HEX triplet: EF, AD and B0. RGB value is (239,173,176). Sum of RGB (Red+Green+Blue) = 239+173+176=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFADB0 is #10524F. Grayscale: #C1C1C1. Windows color (decimal): -1069648 or 11578863. OLE color: 11578863.
HSL color Cylindrical-coordinate representation of color #EFADB0: hue angle of 357.27º 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 #EFADB0 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 176 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.06 |
| HSL | 357.27º | 0.67% | 0.81% | - |
| HSV(B) | 357.27º | 0.28% | 0.94% | - |
| XYZ | 58.38 | 51.37 | 47.91 | - |
| YUV | 193.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 176 | 0 | 0.28 | 0.26 | 0.06 | 357.27 | 0.67 | 0.81 |
| Hex | EF | AD | B0 | 0 | 1C | 1A | 6 | 165 | 43 | 51 |
| Octal | 357 | 255 | 260 | 0 | 34 | 32 | 6 | 545 | 103 | 121 |
| Binary | 11101111 | 10101101 | 10110000 | 0 | 11100 | 11010 | 110 | 101100101 | 1000011 | 1010001 |
Color Harmonies of #EFADB0
Complementary color
Monochromatic Colors of #EFADB0
Black with #EFADB0
Text Example
Text Example
White with #EFADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADB0; }
p { color: rgb(239,173,176); }
H1.HeaderClassName
{
color: #EFADB0;
}
.AnyTagClassName
{
color: #EFADB0;
}
</style>
background-color css
<style>
a { background-color: #EFADB0; }
a { background-color: rgb(239,173,176); }
div.DivClassName
{
background-color: #EFADB0;
}
.BgClassName
{
background-color: #EFADB0;
}
</style>
border-color css
<style>
span { border-color: #EFADB0; }
span { border-color: rgb(239,173,176); }
td.TdClassName
{
border-color: #EFADB0;
}
.TagClassName
{
border-color: #EFADB0;
}
</style>