Shades of New Tan #EFC496
Tints of New Tan #EFC496
RGB
CMYK
RGB Variations
Color information
#EFC496 (or 0xEFC496) is known color: New Tan. HEX triplet: EF, C4 and 96. RGB value is (239,196,150). Sum of RGB (Red+Green+Blue) = 239+196+150=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC496 is #103B69. Grayscale: #CBCBCB. Windows color (decimal): -1063786 or 9880815. OLE color: 9880815.
HSL color Cylindrical-coordinate representation of color #EFC496: hue angle of 31.01º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFC496 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 150 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.06 |
| HSL | 31.01º | 0.74% | 0.76% | - |
| HSV(B) | 31.01º | 0.37% | 0.94% | - |
| XYZ | 60.84 | 60.03 | 37.23 | - |
| YUV | 203.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 150 | 0 | 0.18 | 0.37 | 0.06 | 31.01 | 0.74 | 0.76 |
| Hex | EF | C4 | 96 | 0 | 12 | 25 | 6 | 1F | 4A | 4C |
| Octal | 357 | 304 | 226 | 0 | 22 | 45 | 6 | 37 | 112 | 114 |
| Binary | 11101111 | 11000100 | 10010110 | 0 | 10010 | 100101 | 110 | 11111 | 1001010 | 1001100 |
Color Harmonies of #EFC496
Complementary color
Monochromatic Colors of #EFC496
Black with #EFC496
Text Example
Text Example
White with #EFC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC496; }
p { color: rgb(239,196,150); }
H1.HeaderClassName
{
color: #EFC496;
}
.AnyTagClassName
{
color: #EFC496;
}
</style>
background-color css
<style>
a { background-color: #EFC496; }
a { background-color: rgb(239,196,150); }
div.DivClassName
{
background-color: #EFC496;
}
.BgClassName
{
background-color: #EFC496;
}
</style>
border-color css
<style>
span { border-color: #EFC496; }
span { border-color: rgb(239,196,150); }
td.TdClassName
{
border-color: #EFC496;
}
.TagClassName
{
border-color: #EFC496;
}
</style>