Shades of New Tan #EBC696
Tints of New Tan #EBC696
RGB
CMYK
RGB Variations
Color information
#EBC696 (or 0xEBC696) is known color: New Tan. HEX triplet: EB, C6 and 96. RGB value is (235,198,150). Sum of RGB (Red+Green+Blue) = 235+198+150=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC696 is #143969. Grayscale: #CBCBCB. Windows color (decimal): -1325418 or 9881323. OLE color: 9881323.
HSL color Cylindrical-coordinate representation of color #EBC696: hue angle of 33.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBC696 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 150 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.08 |
| HSL | 33.88º | 0.68% | 0.75% | - |
| HSV(B) | 33.88º | 0.36% | 0.92% | - |
| XYZ | 59.96 | 60.25 | 37.32 | - |
| YUV | 203.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 150 | 0 | 0.16 | 0.36 | 0.08 | 33.88 | 0.68 | 0.75 |
| Hex | EB | C6 | 96 | 0 | 10 | 24 | 8 | 22 | 44 | 4B |
| Octal | 353 | 306 | 226 | 0 | 20 | 44 | 10 | 42 | 104 | 113 |
| Binary | 11101011 | 11000110 | 10010110 | 0 | 10000 | 100100 | 1000 | 100010 | 1000100 | 1001011 |
Color Harmonies of #EBC696
Complementary color
Monochromatic Colors of #EBC696
Black with #EBC696
Text Example
Text Example
White with #EBC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC696; }
p { color: rgb(235,198,150); }
H1.HeaderClassName
{
color: #EBC696;
}
.AnyTagClassName
{
color: #EBC696;
}
</style>
background-color css
<style>
a { background-color: #EBC696; }
a { background-color: rgb(235,198,150); }
div.DivClassName
{
background-color: #EBC696;
}
.BgClassName
{
background-color: #EBC696;
}
</style>
border-color css
<style>
span { border-color: #EBC696; }
span { border-color: rgb(235,198,150); }
td.TdClassName
{
border-color: #EBC696;
}
.TagClassName
{
border-color: #EBC696;
}
</style>