Shades of New Tan #EBC291
Tints of New Tan #EBC291
RGB
CMYK
RGB Variations
Color information
#EBC291 (or 0xEBC291) is known color: New Tan. HEX triplet: EB, C2 and 91. RGB value is (235,194,145). Sum of RGB (Red+Green+Blue) = 235+194+145=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC291 is #143D6E. Grayscale: #C8C8C8. Windows color (decimal): -1326447 or 9552619. OLE color: 9552619.
HSL color Cylindrical-coordinate representation of color #EBC291: hue angle of 32.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBC291 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 145 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.08 |
| HSL | 32.67º | 0.69% | 0.75% | - |
| HSV(B) | 32.67º | 0.38% | 0.92% | - |
| XYZ | 58.66 | 58.29 | 34.95 | - |
| YUV | 200.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 145 | 0 | 0.17 | 0.38 | 0.08 | 32.67 | 0.69 | 0.75 |
| Hex | EB | C2 | 91 | 0 | 11 | 26 | 8 | 21 | 45 | 4B |
| Octal | 353 | 302 | 221 | 0 | 21 | 46 | 10 | 41 | 105 | 113 |
| Binary | 11101011 | 11000010 | 10010001 | 0 | 10001 | 100110 | 1000 | 100001 | 1000101 | 1001011 |
Color Harmonies of #EBC291
Complementary color
Monochromatic Colors of #EBC291
Black with #EBC291
Text Example
Text Example
White with #EBC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC291; }
p { color: rgb(235,194,145); }
H1.HeaderClassName
{
color: #EBC291;
}
.AnyTagClassName
{
color: #EBC291;
}
</style>
background-color css
<style>
a { background-color: #EBC291; }
a { background-color: rgb(235,194,145); }
div.DivClassName
{
background-color: #EBC291;
}
.BgClassName
{
background-color: #EBC291;
}
</style>
border-color css
<style>
span { border-color: #EBC291; }
span { border-color: rgb(235,194,145); }
td.TdClassName
{
border-color: #EBC291;
}
.TagClassName
{
border-color: #EBC291;
}
</style>