Shades of New Tan #EBC193
Tints of New Tan #EBC193
RGB
CMYK
RGB Variations
Color information
#EBC193 (or 0xEBC193) is known color: New Tan. HEX triplet: EB, C1 and 93. RGB value is (235,193,147). Sum of RGB (Red+Green+Blue) = 235+193+147=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC193 is #143E6C. Grayscale: #C8C8C8. Windows color (decimal): -1326701 or 9683435. OLE color: 9683435.
HSL color Cylindrical-coordinate representation of color #EBC193: hue angle of 31.36º degrees, saturation: 0.69, 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 #EBC193 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 147 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.08 |
| HSL | 31.36º | 0.69% | 0.75% | - |
| HSV(B) | 31.36º | 0.37% | 0.92% | - |
| XYZ | 58.6 | 57.91 | 35.69 | - |
| YUV | 200.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 147 | 0 | 0.18 | 0.37 | 0.08 | 31.36 | 0.69 | 0.75 |
| Hex | EB | C1 | 93 | 0 | 12 | 25 | 8 | 1F | 45 | 4B |
| Octal | 353 | 301 | 223 | 0 | 22 | 45 | 10 | 37 | 105 | 113 |
| Binary | 11101011 | 11000001 | 10010011 | 0 | 10010 | 100101 | 1000 | 11111 | 1000101 | 1001011 |
Color Harmonies of #EBC193
Complementary color
Monochromatic Colors of #EBC193
Black with #EBC193
Text Example
Text Example
White with #EBC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC193; }
p { color: rgb(235,193,147); }
H1.HeaderClassName
{
color: #EBC193;
}
.AnyTagClassName
{
color: #EBC193;
}
</style>
background-color css
<style>
a { background-color: #EBC193; }
a { background-color: rgb(235,193,147); }
div.DivClassName
{
background-color: #EBC193;
}
.BgClassName
{
background-color: #EBC193;
}
</style>
border-color css
<style>
span { border-color: #EBC193; }
span { border-color: rgb(235,193,147); }
td.TdClassName
{
border-color: #EBC193;
}
.TagClassName
{
border-color: #EBC193;
}
</style>