Shades of New Tan #EFC99F
Tints of New Tan #EFC99F
RGB
CMYK
RGB Variations
Color information
#EFC99F (or 0xEFC99F) is known color: New Tan. HEX triplet: EF, C9 and 9F. RGB value is (239,201,159). Sum of RGB (Red+Green+Blue) = 239+201+159=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC99F is #103660. Grayscale: #CFCFCF. Windows color (decimal): -1062497 or 10471919. OLE color: 10471919.
HSL color Cylindrical-coordinate representation of color #EFC99F: hue angle of 31.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFC99F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 159 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.06 |
| HSL | 31.5º | 0.71% | 0.78% | - |
| HSV(B) | 31.5º | 0.33% | 0.94% | - |
| XYZ | 62.74 | 62.63 | 41.58 | - |
| YUV | 207.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 159 | 0 | 0.16 | 0.33 | 0.06 | 31.5 | 0.71 | 0.78 |
| Hex | EF | C9 | 9F | 0 | 10 | 21 | 6 | 1F | 47 | 4E |
| Octal | 357 | 311 | 237 | 0 | 20 | 41 | 6 | 37 | 107 | 116 |
| Binary | 11101111 | 11001001 | 10011111 | 0 | 10000 | 100001 | 110 | 11111 | 1000111 | 1001110 |
Color Harmonies of #EFC99F
Complementary color
Monochromatic Colors of #EFC99F
Black with #EFC99F
Text Example
Text Example
White with #EFC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC99F; }
p { color: rgb(239,201,159); }
H1.HeaderClassName
{
color: #EFC99F;
}
.AnyTagClassName
{
color: #EFC99F;
}
</style>
background-color css
<style>
a { background-color: #EFC99F; }
a { background-color: rgb(239,201,159); }
div.DivClassName
{
background-color: #EFC99F;
}
.BgClassName
{
background-color: #EFC99F;
}
</style>
border-color css
<style>
span { border-color: #EFC99F; }
span { border-color: rgb(239,201,159); }
td.TdClassName
{
border-color: #EFC99F;
}
.TagClassName
{
border-color: #EFC99F;
}
</style>