Shades of New Tan #EFCD9D
Tints of New Tan #EFCD9D
RGB
CMYK
RGB Variations
Color information
#EFCD9D (or 0xEFCD9D) is known color: New Tan. HEX triplet: EF, CD and 9D. RGB value is (239,205,157). Sum of RGB (Red+Green+Blue) = 239+205+157=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD9D is #103262. Grayscale: #D1D1D1. Windows color (decimal): -1061475 or 10341871. OLE color: 10341871.
HSL color Cylindrical-coordinate representation of color #EFCD9D: hue angle of 35.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFCD9D is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 157 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.06 |
| HSL | 35.12º | 0.72% | 0.78% | - |
| HSV(B) | 35.12º | 0.34% | 0.94% | - |
| XYZ | 63.51 | 64.45 | 40.99 | - |
| YUV | 209.69 | 98.26 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 157 | 0 | 0.14 | 0.34 | 0.06 | 35.12 | 0.72 | 0.78 |
| Hex | EF | CD | 9D | 0 | E | 22 | 6 | 23 | 48 | 4E |
| Octal | 357 | 315 | 235 | 0 | 16 | 42 | 6 | 43 | 110 | 116 |
| Binary | 11101111 | 11001101 | 10011101 | 0 | 1110 | 100010 | 110 | 100011 | 1001000 | 1001110 |
Color Harmonies of #EFCD9D
Complementary color
Monochromatic Colors of #EFCD9D
Black with #EFCD9D
Text Example
Text Example
White with #EFCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD9D; }
p { color: rgb(239,205,157); }
H1.HeaderClassName
{
color: #EFCD9D;
}
.AnyTagClassName
{
color: #EFCD9D;
}
</style>
background-color css
<style>
a { background-color: #EFCD9D; }
a { background-color: rgb(239,205,157); }
div.DivClassName
{
background-color: #EFCD9D;
}
.BgClassName
{
background-color: #EFCD9D;
}
</style>
border-color css
<style>
span { border-color: #EFCD9D; }
span { border-color: rgb(239,205,157); }
td.TdClassName
{
border-color: #EFCD9D;
}
.TagClassName
{
border-color: #EFCD9D;
}
</style>