Shades of New Tan #EBC398
Tints of New Tan #EBC398
RGB
CMYK
RGB Variations
Color information
#EBC398 (or 0xEBC398) is known color: New Tan. HEX triplet: EB, C3 and 98. RGB value is (235,195,152). Sum of RGB (Red+Green+Blue) = 235+195+152=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC398 is #143C67. Grayscale: #CACACA. Windows color (decimal): -1326184 or 10011627. OLE color: 10011627.
HSL color Cylindrical-coordinate representation of color #EBC398: hue angle of 31.08º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBC398 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 152 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.08 |
| HSL | 31.08º | 0.67% | 0.76% | - |
| HSV(B) | 31.08º | 0.35% | 0.92% | - |
| XYZ | 59.44 | 58.96 | 37.95 | - |
| YUV | 202.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 152 | 0 | 0.17 | 0.35 | 0.08 | 31.08 | 0.67 | 0.76 |
| Hex | EB | C3 | 98 | 0 | 11 | 23 | 8 | 1F | 43 | 4C |
| Octal | 353 | 303 | 230 | 0 | 21 | 43 | 10 | 37 | 103 | 114 |
| Binary | 11101011 | 11000011 | 10011000 | 0 | 10001 | 100011 | 1000 | 11111 | 1000011 | 1001100 |
Color Harmonies of #EBC398
Complementary color
Monochromatic Colors of #EBC398
Black with #EBC398
Text Example
Text Example
White with #EBC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC398; }
p { color: rgb(235,195,152); }
H1.HeaderClassName
{
color: #EBC398;
}
.AnyTagClassName
{
color: #EBC398;
}
</style>
background-color css
<style>
a { background-color: #EBC398; }
a { background-color: rgb(235,195,152); }
div.DivClassName
{
background-color: #EBC398;
}
.BgClassName
{
background-color: #EBC398;
}
</style>
border-color css
<style>
span { border-color: #EBC398; }
span { border-color: rgb(235,195,152); }
td.TdClassName
{
border-color: #EBC398;
}
.TagClassName
{
border-color: #EBC398;
}
</style>