Shades of New Tan #EFCD9C
Tints of New Tan #EFCD9C
RGB
CMYK
RGB Variations
Color information
#EFCD9C (or 0xEFCD9C) is known color: New Tan. HEX triplet: EF, CD and 9C. RGB value is (239,205,156). Sum of RGB (Red+Green+Blue) = 239+205+156=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD9C is #103263. Grayscale: #D1D1D1. Windows color (decimal): -1061476 or 10276335. OLE color: 10276335.
HSL color Cylindrical-coordinate representation of color #EFCD9C: hue angle of 35.42º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFCD9C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 156 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.06 |
| HSL | 35.42º | 0.72% | 0.77% | - |
| HSV(B) | 35.42º | 0.35% | 0.94% | - |
| XYZ | 63.43 | 64.41 | 40.54 | - |
| YUV | 209.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 156 | 0 | 0.14 | 0.35 | 0.06 | 35.42 | 0.72 | 0.77 |
| Hex | EF | CD | 9C | 0 | E | 23 | 6 | 23 | 48 | 4D |
| Octal | 357 | 315 | 234 | 0 | 16 | 43 | 6 | 43 | 110 | 115 |
| Binary | 11101111 | 11001101 | 10011100 | 0 | 1110 | 100011 | 110 | 100011 | 1001000 | 1001101 |
Color Harmonies of #EFCD9C
Complementary color
Monochromatic Colors of #EFCD9C
Black with #EFCD9C
Text Example
Text Example
White with #EFCD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD9C; }
p { color: rgb(239,205,156); }
H1.HeaderClassName
{
color: #EFCD9C;
}
.AnyTagClassName
{
color: #EFCD9C;
}
</style>
background-color css
<style>
a { background-color: #EFCD9C; }
a { background-color: rgb(239,205,156); }
div.DivClassName
{
background-color: #EFCD9C;
}
.BgClassName
{
background-color: #EFCD9C;
}
</style>
border-color css
<style>
span { border-color: #EFCD9C; }
span { border-color: rgb(239,205,156); }
td.TdClassName
{
border-color: #EFCD9C;
}
.TagClassName
{
border-color: #EFCD9C;
}
</style>