Shades of New Tan #EFC49A
Tints of New Tan #EFC49A
RGB
CMYK
RGB Variations
Color information
#EFC49A (or 0xEFC49A) is known color: New Tan. HEX triplet: EF, C4 and 9A. RGB value is (239,196,154). Sum of RGB (Red+Green+Blue) = 239+196+154=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49A is #103B65. Grayscale: #CCCCCC. Windows color (decimal): -1063782 or 10142959. OLE color: 10142959.
HSL color Cylindrical-coordinate representation of color #EFC49A: hue angle of 29.65º 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 #EFC49A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 154 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.06 |
| HSL | 29.65º | 0.73% | 0.77% | - |
| HSV(B) | 29.65º | 0.36% | 0.94% | - |
| XYZ | 61.17 | 60.16 | 38.96 | - |
| YUV | 204.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 154 | 0 | 0.18 | 0.36 | 0.06 | 29.65 | 0.73 | 0.77 |
| Hex | EF | C4 | 9A | 0 | 12 | 24 | 6 | 1E | 49 | 4D |
| Octal | 357 | 304 | 232 | 0 | 22 | 44 | 6 | 36 | 111 | 115 |
| Binary | 11101111 | 11000100 | 10011010 | 0 | 10010 | 100100 | 110 | 11110 | 1001001 | 1001101 |
Color Harmonies of #EFC49A
Complementary color
Monochromatic Colors of #EFC49A
Black with #EFC49A
Text Example
Text Example
White with #EFC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC49A; }
p { color: rgb(239,196,154); }
H1.HeaderClassName
{
color: #EFC49A;
}
.AnyTagClassName
{
color: #EFC49A;
}
</style>
background-color css
<style>
a { background-color: #EFC49A; }
a { background-color: rgb(239,196,154); }
div.DivClassName
{
background-color: #EFC49A;
}
.BgClassName
{
background-color: #EFC49A;
}
</style>
border-color css
<style>
span { border-color: #EFC49A; }
span { border-color: rgb(239,196,154); }
td.TdClassName
{
border-color: #EFC49A;
}
.TagClassName
{
border-color: #EFC49A;
}
</style>