Shades of New Tan #EFC195
Tints of New Tan #EFC195
RGB
CMYK
RGB Variations
Color information
#EFC195 (or 0xEFC195) is known color: New Tan. HEX triplet: EF, C1 and 95. RGB value is (239,193,149). Sum of RGB (Red+Green+Blue) = 239+193+149=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC195 is #103E6A. Grayscale: #C9C9C9. Windows color (decimal): -1064555 or 9814511. OLE color: 9814511.
HSL color Cylindrical-coordinate representation of color #EFC195: hue angle of 29.33º 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 #EFC195 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 149 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.06 |
| HSL | 29.33º | 0.74% | 0.76% | - |
| HSV(B) | 29.33º | 0.38% | 0.94% | - |
| XYZ | 60.09 | 58.66 | 36.59 | - |
| YUV | 201.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 149 | 0 | 0.19 | 0.38 | 0.06 | 29.33 | 0.74 | 0.76 |
| Hex | EF | C1 | 95 | 0 | 13 | 26 | 6 | 1D | 4A | 4C |
| Octal | 357 | 301 | 225 | 0 | 23 | 46 | 6 | 35 | 112 | 114 |
| Binary | 11101111 | 11000001 | 10010101 | 0 | 10011 | 100110 | 110 | 11101 | 1001010 | 1001100 |
Color Harmonies of #EFC195
Complementary color
Monochromatic Colors of #EFC195
Black with #EFC195
Text Example
Text Example
White with #EFC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC195; }
p { color: rgb(239,193,149); }
H1.HeaderClassName
{
color: #EFC195;
}
.AnyTagClassName
{
color: #EFC195;
}
</style>
background-color css
<style>
a { background-color: #EFC195; }
a { background-color: rgb(239,193,149); }
div.DivClassName
{
background-color: #EFC195;
}
.BgClassName
{
background-color: #EFC195;
}
</style>
border-color css
<style>
span { border-color: #EFC195; }
span { border-color: rgb(239,193,149); }
td.TdClassName
{
border-color: #EFC195;
}
.TagClassName
{
border-color: #EFC195;
}
</style>