Shades of New Tan #EFCC9A
Tints of New Tan #EFCC9A
RGB
CMYK
RGB Variations
Color information
#EFCC9A (or 0xEFCC9A) is known color: New Tan. HEX triplet: EF, CC and 9A. RGB value is (239,204,154). Sum of RGB (Red+Green+Blue) = 239+204+154=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCC9A is #103365. Grayscale: #D1D1D1. Windows color (decimal): -1061734 or 10145007. OLE color: 10145007.
HSL color Cylindrical-coordinate representation of color #EFCC9A: hue angle of 35.29º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFCC9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.06 |
| HSL | 35.29º | 0.73% | 0.77% | - |
| HSV(B) | 35.29º | 0.36% | 0.94% | - |
| XYZ | 63.02 | 63.87 | 39.58 | - |
| YUV | 208.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 154 | 0 | 0.15 | 0.36 | 0.06 | 35.29 | 0.73 | 0.77 |
| Hex | EF | CC | 9A | 0 | F | 24 | 6 | 23 | 49 | 4D |
| Octal | 357 | 314 | 232 | 0 | 17 | 44 | 6 | 43 | 111 | 115 |
| Binary | 11101111 | 11001100 | 10011010 | 0 | 1111 | 100100 | 110 | 100011 | 1001001 | 1001101 |
Color Harmonies of #EFCC9A
Complementary color
Monochromatic Colors of #EFCC9A
Black with #EFCC9A
Text Example
Text Example
White with #EFCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC9A; }
p { color: rgb(239,204,154); }
H1.HeaderClassName
{
color: #EFCC9A;
}
.AnyTagClassName
{
color: #EFCC9A;
}
</style>
background-color css
<style>
a { background-color: #EFCC9A; }
a { background-color: rgb(239,204,154); }
div.DivClassName
{
background-color: #EFCC9A;
}
.BgClassName
{
background-color: #EFCC9A;
}
</style>
border-color css
<style>
span { border-color: #EFCC9A; }
span { border-color: rgb(239,204,154); }
td.TdClassName
{
border-color: #EFCC9A;
}
.TagClassName
{
border-color: #EFCC9A;
}
</style>