Shades of New Tan #EFC896
Tints of New Tan #EFC896
RGB
CMYK
RGB Variations
Color information
#EFC896 (or 0xEFC896) is known color: New Tan. HEX triplet: EF, C8 and 96. RGB value is (239,200,150). Sum of RGB (Red+Green+Blue) = 239+200+150=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC896 is #103769. Grayscale: #CECECE. Windows color (decimal): -1062762 or 9881839. OLE color: 9881839.
HSL color Cylindrical-coordinate representation of color #EFC896: hue angle of 33.71º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFC896 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 150 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.06 |
| HSL | 33.71º | 0.74% | 0.76% | - |
| HSV(B) | 33.71º | 0.37% | 0.94% | - |
| XYZ | 61.76 | 61.86 | 37.54 | - |
| YUV | 205.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 150 | 0 | 0.16 | 0.37 | 0.06 | 33.71 | 0.74 | 0.76 |
| Hex | EF | C8 | 96 | 0 | 10 | 25 | 6 | 22 | 4A | 4C |
| Octal | 357 | 310 | 226 | 0 | 20 | 45 | 6 | 42 | 112 | 114 |
| Binary | 11101111 | 11001000 | 10010110 | 0 | 10000 | 100101 | 110 | 100010 | 1001010 | 1001100 |
Color Harmonies of #EFC896
Complementary color
Monochromatic Colors of #EFC896
Black with #EFC896
Text Example
Text Example
White with #EFC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC896; }
p { color: rgb(239,200,150); }
H1.HeaderClassName
{
color: #EFC896;
}
.AnyTagClassName
{
color: #EFC896;
}
</style>
background-color css
<style>
a { background-color: #EFC896; }
a { background-color: rgb(239,200,150); }
div.DivClassName
{
background-color: #EFC896;
}
.BgClassName
{
background-color: #EFC896;
}
</style>
border-color css
<style>
span { border-color: #EFC896; }
span { border-color: rgb(239,200,150); }
td.TdClassName
{
border-color: #EFC896;
}
.TagClassName
{
border-color: #EFC896;
}
</style>