Shades of New Tan #EFC79A
Tints of New Tan #EFC79A
RGB
CMYK
RGB Variations
Color information
#EFC79A (or 0xEFC79A) is known color: New Tan. HEX triplet: EF, C7 and 9A. RGB value is (239,199,154). Sum of RGB (Red+Green+Blue) = 239+199+154=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC79A is #103865. Grayscale: #CECECE. Windows color (decimal): -1063014 or 10143727. OLE color: 10143727.
HSL color Cylindrical-coordinate representation of color #EFC79A: hue angle of 31.76º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFC79A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 154 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.06 |
| HSL | 31.76º | 0.73% | 0.77% | - |
| HSV(B) | 31.76º | 0.36% | 0.94% | - |
| XYZ | 61.85 | 61.53 | 39.19 | - |
| YUV | 205.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 154 | 0 | 0.17 | 0.36 | 0.06 | 31.76 | 0.73 | 0.77 |
| Hex | EF | C7 | 9A | 0 | 11 | 24 | 6 | 20 | 49 | 4D |
| Octal | 357 | 307 | 232 | 0 | 21 | 44 | 6 | 40 | 111 | 115 |
| Binary | 11101111 | 11000111 | 10011010 | 0 | 10001 | 100100 | 110 | 100000 | 1001001 | 1001101 |
Color Harmonies of #EFC79A
Complementary color
Monochromatic Colors of #EFC79A
Black with #EFC79A
Text Example
Text Example
White with #EFC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC79A; }
p { color: rgb(239,199,154); }
H1.HeaderClassName
{
color: #EFC79A;
}
.AnyTagClassName
{
color: #EFC79A;
}
</style>
background-color css
<style>
a { background-color: #EFC79A; }
a { background-color: rgb(239,199,154); }
div.DivClassName
{
background-color: #EFC79A;
}
.BgClassName
{
background-color: #EFC79A;
}
</style>
border-color css
<style>
span { border-color: #EFC79A; }
span { border-color: rgb(239,199,154); }
td.TdClassName
{
border-color: #EFC79A;
}
.TagClassName
{
border-color: #EFC79A;
}
</style>