Shades of New Tan #EFC49B
Tints of New Tan #EFC49B
RGB
CMYK
RGB Variations
Color information
#EFC49B (or 0xEFC49B) is known color: New Tan. HEX triplet: EF, C4 and 9B. RGB value is (239,196,155). Sum of RGB (Red+Green+Blue) = 239+196+155=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC49B is #103B64. Grayscale: #CCCCCC. Windows color (decimal): -1063781 or 10208495. OLE color: 10208495.
HSL color Cylindrical-coordinate representation of color #EFC49B: hue angle of 29.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFC49B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 155 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.06 |
| HSL | 29.29º | 0.72% | 0.77% | - |
| HSV(B) | 29.29º | 0.35% | 0.94% | - |
| XYZ | 61.25 | 60.2 | 39.4 | - |
| YUV | 204.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 155 | 0 | 0.18 | 0.35 | 0.06 | 29.29 | 0.72 | 0.77 |
| Hex | EF | C4 | 9B | 0 | 12 | 23 | 6 | 1D | 48 | 4D |
| Octal | 357 | 304 | 233 | 0 | 22 | 43 | 6 | 35 | 110 | 115 |
| Binary | 11101111 | 11000100 | 10011011 | 0 | 10010 | 100011 | 110 | 11101 | 1001000 | 1001101 |
Color Harmonies of #EFC49B
Complementary color
Monochromatic Colors of #EFC49B
Black with #EFC49B
Text Example
Text Example
White with #EFC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC49B; }
p { color: rgb(239,196,155); }
H1.HeaderClassName
{
color: #EFC49B;
}
.AnyTagClassName
{
color: #EFC49B;
}
</style>
background-color css
<style>
a { background-color: #EFC49B; }
a { background-color: rgb(239,196,155); }
div.DivClassName
{
background-color: #EFC49B;
}
.BgClassName
{
background-color: #EFC49B;
}
</style>
border-color css
<style>
span { border-color: #EFC49B; }
span { border-color: rgb(239,196,155); }
td.TdClassName
{
border-color: #EFC49B;
}
.TagClassName
{
border-color: #EFC49B;
}
</style>