Shades of New Tan #EBC49D
Tints of New Tan #EBC49D
RGB
CMYK
RGB Variations
Color information
#EBC49D (or 0xEBC49D) is known color: New Tan. HEX triplet: EB, C4 and 9D. RGB value is (235,196,157). Sum of RGB (Red+Green+Blue) = 235+196+157=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC49D is #143B62. Grayscale: #CBCBCB. Windows color (decimal): -1325923 or 10339563. OLE color: 10339563.
HSL color Cylindrical-coordinate representation of color #EBC49D: hue angle of 30º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBC49D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 157 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.08 |
| HSL | 30º | 0.66% | 0.77% | - |
| HSV(B) | 30º | 0.33% | 0.92% | - |
| XYZ | 60.09 | 59.58 | 40.23 | - |
| YUV | 203.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 157 | 0 | 0.17 | 0.33 | 0.08 | 30 | 0.66 | 0.77 |
| Hex | EB | C4 | 9D | 0 | 11 | 21 | 8 | 1E | 42 | 4D |
| Octal | 353 | 304 | 235 | 0 | 21 | 41 | 10 | 36 | 102 | 115 |
| Binary | 11101011 | 11000100 | 10011101 | 0 | 10001 | 100001 | 1000 | 11110 | 1000010 | 1001101 |
Color Harmonies of #EBC49D
Complementary color
Monochromatic Colors of #EBC49D
Black with #EBC49D
Text Example
Text Example
White with #EBC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC49D; }
p { color: rgb(235,196,157); }
H1.HeaderClassName
{
color: #EBC49D;
}
.AnyTagClassName
{
color: #EBC49D;
}
</style>
background-color css
<style>
a { background-color: #EBC49D; }
a { background-color: rgb(235,196,157); }
div.DivClassName
{
background-color: #EBC49D;
}
.BgClassName
{
background-color: #EBC49D;
}
</style>
border-color css
<style>
span { border-color: #EBC49D; }
span { border-color: rgb(235,196,157); }
td.TdClassName
{
border-color: #EBC49D;
}
.TagClassName
{
border-color: #EBC49D;
}
</style>