Shades of New Tan #EFC499
Tints of New Tan #EFC499
RGB
CMYK
RGB Variations
Color information
#EFC499 (or 0xEFC499) is known color: New Tan. HEX triplet: EF, C4 and 99. RGB value is (239,196,153). Sum of RGB (Red+Green+Blue) = 239+196+153=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC499 is #103B66. Grayscale: #CCCCCC. Windows color (decimal): -1063783 or 10077423. OLE color: 10077423.
HSL color Cylindrical-coordinate representation of color #EFC499: hue angle of 30º 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 #EFC499 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 153 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.06 |
| HSL | 30º | 0.73% | 0.77% | - |
| HSV(B) | 30º | 0.36% | 0.94% | - |
| XYZ | 61.09 | 60.13 | 38.52 | - |
| YUV | 203.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 153 | 0 | 0.18 | 0.36 | 0.06 | 30 | 0.73 | 0.77 |
| Hex | EF | C4 | 99 | 0 | 12 | 24 | 6 | 1E | 49 | 4D |
| Octal | 357 | 304 | 231 | 0 | 22 | 44 | 6 | 36 | 111 | 115 |
| Binary | 11101111 | 11000100 | 10011001 | 0 | 10010 | 100100 | 110 | 11110 | 1001001 | 1001101 |
Color Harmonies of #EFC499
Complementary color
Monochromatic Colors of #EFC499
Black with #EFC499
Text Example
Text Example
White with #EFC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC499; }
p { color: rgb(239,196,153); }
H1.HeaderClassName
{
color: #EFC499;
}
.AnyTagClassName
{
color: #EFC499;
}
</style>
background-color css
<style>
a { background-color: #EFC499; }
a { background-color: rgb(239,196,153); }
div.DivClassName
{
background-color: #EFC499;
}
.BgClassName
{
background-color: #EFC499;
}
</style>
border-color css
<style>
span { border-color: #EFC499; }
span { border-color: rgb(239,196,153); }
td.TdClassName
{
border-color: #EFC499;
}
.TagClassName
{
border-color: #EFC499;
}
</style>