Shades of New Tan #EFC792
Tints of New Tan #EFC792
RGB
CMYK
RGB Variations
Color information
#EFC792 (or 0xEFC792) is known color: New Tan. HEX triplet: EF, C7 and 92. RGB value is (239,199,146). Sum of RGB (Red+Green+Blue) = 239+199+146=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC792 is #10386D. Grayscale: #CDCDCD. Windows color (decimal): -1063022 or 9619439. OLE color: 9619439.
HSL color Cylindrical-coordinate representation of color #EFC792: hue angle of 34.19º 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 #EFC792 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 146 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.06 |
| HSL | 34.19º | 0.74% | 0.75% | - |
| HSV(B) | 34.19º | 0.39% | 0.94% | - |
| XYZ | 61.21 | 61.27 | 35.79 | - |
| YUV | 204.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 146 | 0 | 0.17 | 0.39 | 0.06 | 34.19 | 0.74 | 0.75 |
| Hex | EF | C7 | 92 | 0 | 11 | 27 | 6 | 22 | 4A | 4B |
| Octal | 357 | 307 | 222 | 0 | 21 | 47 | 6 | 42 | 112 | 113 |
| Binary | 11101111 | 11000111 | 10010010 | 0 | 10001 | 100111 | 110 | 100010 | 1001010 | 1001011 |
Color Harmonies of #EFC792
Complementary color
Monochromatic Colors of #EFC792
Black with #EFC792
Text Example
Text Example
White with #EFC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC792; }
p { color: rgb(239,199,146); }
H1.HeaderClassName
{
color: #EFC792;
}
.AnyTagClassName
{
color: #EFC792;
}
</style>
background-color css
<style>
a { background-color: #EFC792; }
a { background-color: rgb(239,199,146); }
div.DivClassName
{
background-color: #EFC792;
}
.BgClassName
{
background-color: #EFC792;
}
</style>
border-color css
<style>
span { border-color: #EFC792; }
span { border-color: rgb(239,199,146); }
td.TdClassName
{
border-color: #EFC792;
}
.TagClassName
{
border-color: #EFC792;
}
</style>