Shades of New Tan #EBC99B
Tints of New Tan #EBC99B
RGB
CMYK
RGB Variations
Color information
#EBC99B (or 0xEBC99B) is known color: New Tan. HEX triplet: EB, C9 and 9B. RGB value is (235,201,155). Sum of RGB (Red+Green+Blue) = 235+201+155=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC99B is #143664. Grayscale: #CECECE. Windows color (decimal): -1324645 or 10209771. OLE color: 10209771.
HSL color Cylindrical-coordinate representation of color #EBC99B: hue angle of 34.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBC99B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 155 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.08 |
| HSL | 34.5º | 0.67% | 0.76% | - |
| HSV(B) | 34.5º | 0.34% | 0.92% | - |
| XYZ | 61.06 | 61.8 | 39.72 | - |
| YUV | 205.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 155 | 0 | 0.14 | 0.34 | 0.08 | 34.5 | 0.67 | 0.76 |
| Hex | EB | C9 | 9B | 0 | E | 22 | 8 | 22 | 43 | 4C |
| Octal | 353 | 311 | 233 | 0 | 16 | 42 | 10 | 42 | 103 | 114 |
| Binary | 11101011 | 11001001 | 10011011 | 0 | 1110 | 100010 | 1000 | 100010 | 1000011 | 1001100 |
Color Harmonies of #EBC99B
Complementary color
Monochromatic Colors of #EBC99B
Black with #EBC99B
Text Example
Text Example
White with #EBC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC99B; }
p { color: rgb(235,201,155); }
H1.HeaderClassName
{
color: #EBC99B;
}
.AnyTagClassName
{
color: #EBC99B;
}
</style>
background-color css
<style>
a { background-color: #EBC99B; }
a { background-color: rgb(235,201,155); }
div.DivClassName
{
background-color: #EBC99B;
}
.BgClassName
{
background-color: #EBC99B;
}
</style>
border-color css
<style>
span { border-color: #EBC99B; }
span { border-color: rgb(235,201,155); }
td.TdClassName
{
border-color: #EBC99B;
}
.TagClassName
{
border-color: #EBC99B;
}
</style>