Shades of New Tan #EFC292
Tints of New Tan #EFC292
RGB
CMYK
RGB Variations
Color information
#EFC292 (or 0xEFC292) is known color: New Tan. HEX triplet: EF, C2 and 92. RGB value is (239,194,146). Sum of RGB (Red+Green+Blue) = 239+194+146=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC292 is #103D6D. Grayscale: #CACACA. Windows color (decimal): -1064302 or 9618159. OLE color: 9618159.
HSL color Cylindrical-coordinate representation of color #EFC292: hue angle of 30.97º 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 #EFC292 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 146 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.06 |
| HSL | 30.97º | 0.74% | 0.75% | - |
| HSV(B) | 30.97º | 0.39% | 0.94% | - |
| XYZ | 60.08 | 59.01 | 35.42 | - |
| YUV | 201.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 146 | 0 | 0.19 | 0.39 | 0.06 | 30.97 | 0.74 | 0.75 |
| Hex | EF | C2 | 92 | 0 | 13 | 27 | 6 | 1F | 4A | 4B |
| Octal | 357 | 302 | 222 | 0 | 23 | 47 | 6 | 37 | 112 | 113 |
| Binary | 11101111 | 11000010 | 10010010 | 0 | 10011 | 100111 | 110 | 11111 | 1001010 | 1001011 |
Color Harmonies of #EFC292
Complementary color
Monochromatic Colors of #EFC292
Black with #EFC292
Text Example
Text Example
White with #EFC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC292; }
p { color: rgb(239,194,146); }
H1.HeaderClassName
{
color: #EFC292;
}
.AnyTagClassName
{
color: #EFC292;
}
</style>
background-color css
<style>
a { background-color: #EFC292; }
a { background-color: rgb(239,194,146); }
div.DivClassName
{
background-color: #EFC292;
}
.BgClassName
{
background-color: #EFC292;
}
</style>
border-color css
<style>
span { border-color: #EFC292; }
span { border-color: rgb(239,194,146); }
td.TdClassName
{
border-color: #EFC292;
}
.TagClassName
{
border-color: #EFC292;
}
</style>