Shades of New Tan #EFC695
Tints of New Tan #EFC695
RGB
CMYK
RGB Variations
Color information
#EFC695 (or 0xEFC695) is known color: New Tan. HEX triplet: EF, C6 and 95. RGB value is (239,198,149). Sum of RGB (Red+Green+Blue) = 239+198+149=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC695 is #10396A. Grayscale: #CCCCCC. Windows color (decimal): -1063275 or 9815791. OLE color: 9815791.
HSL color Cylindrical-coordinate representation of color #EFC695: hue angle of 32.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFC695 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 149 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.06 |
| HSL | 32.67º | 0.74% | 0.76% | - |
| HSV(B) | 32.67º | 0.38% | 0.94% | - |
| XYZ | 61.22 | 60.91 | 36.96 | - |
| YUV | 204.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 149 | 0 | 0.17 | 0.38 | 0.06 | 32.67 | 0.74 | 0.76 |
| Hex | EF | C6 | 95 | 0 | 11 | 26 | 6 | 21 | 4A | 4C |
| Octal | 357 | 306 | 225 | 0 | 21 | 46 | 6 | 41 | 112 | 114 |
| Binary | 11101111 | 11000110 | 10010101 | 0 | 10001 | 100110 | 110 | 100001 | 1001010 | 1001100 |
Color Harmonies of #EFC695
Complementary color
Monochromatic Colors of #EFC695
Black with #EFC695
Text Example
Text Example
White with #EFC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC695; }
p { color: rgb(239,198,149); }
H1.HeaderClassName
{
color: #EFC695;
}
.AnyTagClassName
{
color: #EFC695;
}
</style>
background-color css
<style>
a { background-color: #EFC695; }
a { background-color: rgb(239,198,149); }
div.DivClassName
{
background-color: #EFC695;
}
.BgClassName
{
background-color: #EFC695;
}
</style>
border-color css
<style>
span { border-color: #EFC695; }
span { border-color: rgb(239,198,149); }
td.TdClassName
{
border-color: #EFC695;
}
.TagClassName
{
border-color: #EFC695;
}
</style>