Shades of New Tan #EFCA9E
Tints of New Tan #EFCA9E
RGB
CMYK
RGB Variations
Color information
#EFCA9E (or 0xEFCA9E) is known color: New Tan. HEX triplet: EF, CA and 9E. RGB value is (239,202,158). Sum of RGB (Red+Green+Blue) = 239+202+158=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9E is #103561. Grayscale: #D0D0D0. Windows color (decimal): -1062242 or 10406639. OLE color: 10406639.
HSL color Cylindrical-coordinate representation of color #EFCA9E: hue angle of 32.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFCA9E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 158 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.06 |
| HSL | 32.59º | 0.72% | 0.78% | - |
| HSV(B) | 32.59º | 0.34% | 0.94% | - |
| XYZ | 62.89 | 63.06 | 41.21 | - |
| YUV | 208.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 158 | 0 | 0.15 | 0.34 | 0.06 | 32.59 | 0.72 | 0.78 |
| Hex | EF | CA | 9E | 0 | F | 22 | 6 | 21 | 48 | 4E |
| Octal | 357 | 312 | 236 | 0 | 17 | 42 | 6 | 41 | 110 | 116 |
| Binary | 11101111 | 11001010 | 10011110 | 0 | 1111 | 100010 | 110 | 100001 | 1001000 | 1001110 |
Color Harmonies of #EFCA9E
Complementary color
Monochromatic Colors of #EFCA9E
Black with #EFCA9E
Text Example
Text Example
White with #EFCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA9E; }
p { color: rgb(239,202,158); }
H1.HeaderClassName
{
color: #EFCA9E;
}
.AnyTagClassName
{
color: #EFCA9E;
}
</style>
background-color css
<style>
a { background-color: #EFCA9E; }
a { background-color: rgb(239,202,158); }
div.DivClassName
{
background-color: #EFCA9E;
}
.BgClassName
{
background-color: #EFCA9E;
}
</style>
border-color css
<style>
span { border-color: #EFCA9E; }
span { border-color: rgb(239,202,158); }
td.TdClassName
{
border-color: #EFCA9E;
}
.TagClassName
{
border-color: #EFCA9E;
}
</style>