Shades of New Tan #EFCC9D
Tints of New Tan #EFCC9D
RGB
CMYK
RGB Variations
Color information
#EFCC9D (or 0xEFCC9D) is known color: New Tan. HEX triplet: EF, CC and 9D. RGB value is (239,204,157). Sum of RGB (Red+Green+Blue) = 239+204+157=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC9D is #103362. Grayscale: #D1D1D1. Windows color (decimal): -1061731 or 10341615. OLE color: 10341615.
HSL color Cylindrical-coordinate representation of color #EFCC9D: hue angle of 34.39º 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 #EFCC9D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 157 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.06 |
| HSL | 34.39º | 0.72% | 0.78% | - |
| HSV(B) | 34.39º | 0.34% | 0.94% | - |
| XYZ | 63.28 | 63.97 | 40.91 | - |
| YUV | 209.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 157 | 0 | 0.15 | 0.34 | 0.06 | 34.39 | 0.72 | 0.78 |
| Hex | EF | CC | 9D | 0 | F | 22 | 6 | 22 | 48 | 4E |
| Octal | 357 | 314 | 235 | 0 | 17 | 42 | 6 | 42 | 110 | 116 |
| Binary | 11101111 | 11001100 | 10011101 | 0 | 1111 | 100010 | 110 | 100010 | 1001000 | 1001110 |
Color Harmonies of #EFCC9D
Complementary color
Monochromatic Colors of #EFCC9D
Black with #EFCC9D
Text Example
Text Example
White with #EFCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC9D; }
p { color: rgb(239,204,157); }
H1.HeaderClassName
{
color: #EFCC9D;
}
.AnyTagClassName
{
color: #EFCC9D;
}
</style>
background-color css
<style>
a { background-color: #EFCC9D; }
a { background-color: rgb(239,204,157); }
div.DivClassName
{
background-color: #EFCC9D;
}
.BgClassName
{
background-color: #EFCC9D;
}
</style>
border-color css
<style>
span { border-color: #EFCC9D; }
span { border-color: rgb(239,204,157); }
td.TdClassName
{
border-color: #EFCC9D;
}
.TagClassName
{
border-color: #EFCC9D;
}
</style>