Shades of New Tan #EBC290
Tints of New Tan #EBC290
RGB
CMYK
RGB Variations
Color information
#EBC290 (or 0xEBC290) is known color: New Tan. HEX triplet: EB, C2 and 90. RGB value is (235,194,144). Sum of RGB (Red+Green+Blue) = 235+194+144=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC290 is #143D6F. Grayscale: #C8C8C8. Windows color (decimal): -1326448 or 9487083. OLE color: 9487083.
HSL color Cylindrical-coordinate representation of color #EBC290: hue angle of 32.97º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBC290 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 144 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.08 |
| HSL | 32.97º | 0.69% | 0.74% | - |
| HSV(B) | 32.97º | 0.39% | 0.92% | - |
| XYZ | 58.59 | 58.26 | 34.54 | - |
| YUV | 200.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 144 | 0 | 0.17 | 0.39 | 0.08 | 32.97 | 0.69 | 0.74 |
| Hex | EB | C2 | 90 | 0 | 11 | 27 | 8 | 21 | 45 | 4A |
| Octal | 353 | 302 | 220 | 0 | 21 | 47 | 10 | 41 | 105 | 112 |
| Binary | 11101011 | 11000010 | 10010000 | 0 | 10001 | 100111 | 1000 | 100001 | 1000101 | 1001010 |
Color Harmonies of #EBC290
Complementary color
Monochromatic Colors of #EBC290
Black with #EBC290
Text Example
Text Example
White with #EBC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC290; }
p { color: rgb(235,194,144); }
H1.HeaderClassName
{
color: #EBC290;
}
.AnyTagClassName
{
color: #EBC290;
}
</style>
background-color css
<style>
a { background-color: #EBC290; }
a { background-color: rgb(235,194,144); }
div.DivClassName
{
background-color: #EBC290;
}
.BgClassName
{
background-color: #EBC290;
}
</style>
border-color css
<style>
span { border-color: #EBC290; }
span { border-color: rgb(235,194,144); }
td.TdClassName
{
border-color: #EBC290;
}
.TagClassName
{
border-color: #EBC290;
}
</style>