Shades of New Tan #EBC795
Tints of New Tan #EBC795
RGB
CMYK
RGB Variations
Color information
#EBC795 (or 0xEBC795) is known color: New Tan. HEX triplet: EB, C7 and 95. RGB value is (235,199,149). Sum of RGB (Red+Green+Blue) = 235+199+149=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC795 is #14386A. Grayscale: #CCCCCC. Windows color (decimal): -1325163 or 9816043. OLE color: 9816043.
HSL color Cylindrical-coordinate representation of color #EBC795: hue angle of 34.88º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBC795 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 149 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.08 |
| HSL | 34.88º | 0.68% | 0.75% | - |
| HSV(B) | 34.88º | 0.37% | 0.92% | - |
| XYZ | 60.11 | 60.68 | 36.98 | - |
| YUV | 204.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 149 | 0 | 0.15 | 0.37 | 0.08 | 34.88 | 0.68 | 0.75 |
| Hex | EB | C7 | 95 | 0 | F | 25 | 8 | 23 | 44 | 4B |
| Octal | 353 | 307 | 225 | 0 | 17 | 45 | 10 | 43 | 104 | 113 |
| Binary | 11101011 | 11000111 | 10010101 | 0 | 1111 | 100101 | 1000 | 100011 | 1000100 | 1001011 |
Color Harmonies of #EBC795
Complementary color
Monochromatic Colors of #EBC795
Black with #EBC795
Text Example
Text Example
White with #EBC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC795; }
p { color: rgb(235,199,149); }
H1.HeaderClassName
{
color: #EBC795;
}
.AnyTagClassName
{
color: #EBC795;
}
</style>
background-color css
<style>
a { background-color: #EBC795; }
a { background-color: rgb(235,199,149); }
div.DivClassName
{
background-color: #EBC795;
}
.BgClassName
{
background-color: #EBC795;
}
</style>
border-color css
<style>
span { border-color: #EBC795; }
span { border-color: rgb(235,199,149); }
td.TdClassName
{
border-color: #EBC795;
}
.TagClassName
{
border-color: #EBC795;
}
</style>