Shades of New Tan #EFC592
Tints of New Tan #EFC592
RGB
CMYK
RGB Variations
Color information
#EFC592 (or 0xEFC592) is known color: New Tan. HEX triplet: EF, C5 and 92. RGB value is (239,197,146). Sum of RGB (Red+Green+Blue) = 239+197+146=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC592 is #103A6D. Grayscale: #CBCBCB. Windows color (decimal): -1063534 or 9618927. OLE color: 9618927.
HSL color Cylindrical-coordinate representation of color #EFC592: hue angle of 32.9º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFC592 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 146 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.06 |
| HSL | 32.9º | 0.74% | 0.75% | - |
| HSV(B) | 32.9º | 0.39% | 0.94% | - |
| XYZ | 60.75 | 60.36 | 35.64 | - |
| YUV | 203.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 146 | 0 | 0.18 | 0.39 | 0.06 | 32.9 | 0.74 | 0.75 |
| Hex | EF | C5 | 92 | 0 | 12 | 27 | 6 | 21 | 4A | 4B |
| Octal | 357 | 305 | 222 | 0 | 22 | 47 | 6 | 41 | 112 | 113 |
| Binary | 11101111 | 11000101 | 10010010 | 0 | 10010 | 100111 | 110 | 100001 | 1001010 | 1001011 |
Color Harmonies of #EFC592
Complementary color
Monochromatic Colors of #EFC592
Black with #EFC592
Text Example
Text Example
White with #EFC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC592; }
p { color: rgb(239,197,146); }
H1.HeaderClassName
{
color: #EFC592;
}
.AnyTagClassName
{
color: #EFC592;
}
</style>
background-color css
<style>
a { background-color: #EFC592; }
a { background-color: rgb(239,197,146); }
div.DivClassName
{
background-color: #EFC592;
}
.BgClassName
{
background-color: #EFC592;
}
</style>
border-color css
<style>
span { border-color: #EFC592; }
span { border-color: rgb(239,197,146); }
td.TdClassName
{
border-color: #EFC592;
}
.TagClassName
{
border-color: #EFC592;
}
</style>