Shades of New Tan #EFC493
Tints of New Tan #EFC493
RGB
CMYK
RGB Variations
Color information
#EFC493 (or 0xEFC493) is known color: New Tan. HEX triplet: EF, C4 and 93. RGB value is (239,196,147). Sum of RGB (Red+Green+Blue) = 239+196+147=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC493 is #103B6C. Grayscale: #CBCBCB. Windows color (decimal): -1063789 or 9684207. OLE color: 9684207.
HSL color Cylindrical-coordinate representation of color #EFC493: hue angle of 31.96º 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 #EFC493 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 147 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.06 |
| HSL | 31.96º | 0.74% | 0.76% | - |
| HSV(B) | 31.96º | 0.38% | 0.94% | - |
| XYZ | 60.6 | 59.94 | 35.98 | - |
| YUV | 203.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 147 | 0 | 0.18 | 0.38 | 0.06 | 31.96 | 0.74 | 0.76 |
| Hex | EF | C4 | 93 | 0 | 12 | 26 | 6 | 20 | 4A | 4C |
| Octal | 357 | 304 | 223 | 0 | 22 | 46 | 6 | 40 | 112 | 114 |
| Binary | 11101111 | 11000100 | 10010011 | 0 | 10010 | 100110 | 110 | 100000 | 1001010 | 1001100 |
Color Harmonies of #EFC493
Complementary color
Monochromatic Colors of #EFC493
Black with #EFC493
Text Example
Text Example
White with #EFC493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC493; }
p { color: rgb(239,196,147); }
H1.HeaderClassName
{
color: #EFC493;
}
.AnyTagClassName
{
color: #EFC493;
}
</style>
background-color css
<style>
a { background-color: #EFC493; }
a { background-color: rgb(239,196,147); }
div.DivClassName
{
background-color: #EFC493;
}
.BgClassName
{
background-color: #EFC493;
}
</style>
border-color css
<style>
span { border-color: #EFC493; }
span { border-color: rgb(239,196,147); }
td.TdClassName
{
border-color: #EFC493;
}
.TagClassName
{
border-color: #EFC493;
}
</style>