Shades of New Tan #EFC596
Tints of New Tan #EFC596
RGB
CMYK
RGB Variations
Color information
#EFC596 (or 0xEFC596) is known color: New Tan. HEX triplet: EF, C5 and 96. RGB value is (239,197,150). Sum of RGB (Red+Green+Blue) = 239+197+150=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC596 is #103A69. Grayscale: #CCCCCC. Windows color (decimal): -1063530 or 9881071. OLE color: 9881071.
HSL color Cylindrical-coordinate representation of color #EFC596: hue angle of 31.69º 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 #EFC596 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 150 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.06 |
| HSL | 31.69º | 0.74% | 0.76% | - |
| HSV(B) | 31.69º | 0.37% | 0.94% | - |
| XYZ | 61.07 | 60.49 | 37.31 | - |
| YUV | 204.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 150 | 0 | 0.18 | 0.37 | 0.06 | 31.69 | 0.74 | 0.76 |
| Hex | EF | C5 | 96 | 0 | 12 | 25 | 6 | 20 | 4A | 4C |
| Octal | 357 | 305 | 226 | 0 | 22 | 45 | 6 | 40 | 112 | 114 |
| Binary | 11101111 | 11000101 | 10010110 | 0 | 10010 | 100101 | 110 | 100000 | 1001010 | 1001100 |
Color Harmonies of #EFC596
Complementary color
Monochromatic Colors of #EFC596
Black with #EFC596
Text Example
Text Example
White with #EFC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC596; }
p { color: rgb(239,197,150); }
H1.HeaderClassName
{
color: #EFC596;
}
.AnyTagClassName
{
color: #EFC596;
}
</style>
background-color css
<style>
a { background-color: #EFC596; }
a { background-color: rgb(239,197,150); }
div.DivClassName
{
background-color: #EFC596;
}
.BgClassName
{
background-color: #EFC596;
}
</style>
border-color css
<style>
span { border-color: #EFC596; }
span { border-color: rgb(239,197,150); }
td.TdClassName
{
border-color: #EFC596;
}
.TagClassName
{
border-color: #EFC596;
}
</style>