Shades of New Tan #EFCCA0
Tints of New Tan #EFCCA0
RGB
CMYK
RGB Variations
Color information
#EFCCA0 (or 0xEFCCA0) is known color: New Tan. HEX triplet: EF, CC and A0. RGB value is (239,204,160). Sum of RGB (Red+Green+Blue) = 239+204+160=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA0 is #10335F. Grayscale: #D1D1D1. Windows color (decimal): -1061728 or 10538223. OLE color: 10538223.
HSL color Cylindrical-coordinate representation of color #EFCCA0: hue angle of 33.42º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFCCA0 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 160 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.06 |
| HSL | 33.42º | 0.71% | 0.78% | - |
| HSV(B) | 33.42º | 0.33% | 0.94% | - |
| XYZ | 63.53 | 64.07 | 42.28 | - |
| YUV | 209.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 160 | 0 | 0.15 | 0.33 | 0.06 | 33.42 | 0.71 | 0.78 |
| Hex | EF | CC | A0 | 0 | F | 21 | 6 | 21 | 47 | 4E |
| Octal | 357 | 314 | 240 | 0 | 17 | 41 | 6 | 41 | 107 | 116 |
| Binary | 11101111 | 11001100 | 10100000 | 0 | 1111 | 100001 | 110 | 100001 | 1000111 | 1001110 |
Color Harmonies of #EFCCA0
Complementary color
Monochromatic Colors of #EFCCA0
Black with #EFCCA0
Text Example
Text Example
White with #EFCCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCA0; }
p { color: rgb(239,204,160); }
H1.HeaderClassName
{
color: #EFCCA0;
}
.AnyTagClassName
{
color: #EFCCA0;
}
</style>
background-color css
<style>
a { background-color: #EFCCA0; }
a { background-color: rgb(239,204,160); }
div.DivClassName
{
background-color: #EFCCA0;
}
.BgClassName
{
background-color: #EFCCA0;
}
</style>
border-color css
<style>
span { border-color: #EFCCA0; }
span { border-color: rgb(239,204,160); }
td.TdClassName
{
border-color: #EFCCA0;
}
.TagClassName
{
border-color: #EFCCA0;
}
</style>