Shades of New Tan #EBC298
Tints of New Tan #EBC298
RGB
CMYK
RGB Variations
Color information
#EBC298 (or 0xEBC298) is known color: New Tan. HEX triplet: EB, C2 and 98. RGB value is (235,194,152). Sum of RGB (Red+Green+Blue) = 235+194+152=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC298 is #143D67. Grayscale: #C9C9C9. Windows color (decimal): -1326440 or 10011371. OLE color: 10011371.
HSL color Cylindrical-coordinate representation of color #EBC298: hue angle of 30.36º 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 #EBC298 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 152 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.08 |
| HSL | 30.36º | 0.67% | 0.76% | - |
| HSV(B) | 30.36º | 0.35% | 0.92% | - |
| XYZ | 59.22 | 58.51 | 37.88 | - |
| YUV | 201.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 152 | 0 | 0.17 | 0.35 | 0.08 | 30.36 | 0.67 | 0.76 |
| Hex | EB | C2 | 98 | 0 | 11 | 23 | 8 | 1E | 43 | 4C |
| Octal | 353 | 302 | 230 | 0 | 21 | 43 | 10 | 36 | 103 | 114 |
| Binary | 11101011 | 11000010 | 10011000 | 0 | 10001 | 100011 | 1000 | 11110 | 1000011 | 1001100 |
Color Harmonies of #EBC298
Complementary color
Monochromatic Colors of #EBC298
Black with #EBC298
Text Example
Text Example
White with #EBC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC298; }
p { color: rgb(235,194,152); }
H1.HeaderClassName
{
color: #EBC298;
}
.AnyTagClassName
{
color: #EBC298;
}
</style>
background-color css
<style>
a { background-color: #EBC298; }
a { background-color: rgb(235,194,152); }
div.DivClassName
{
background-color: #EBC298;
}
.BgClassName
{
background-color: #EBC298;
}
</style>
border-color css
<style>
span { border-color: #EBC298; }
span { border-color: rgb(235,194,152); }
td.TdClassName
{
border-color: #EBC298;
}
.TagClassName
{
border-color: #EBC298;
}
</style>