Shades of New Tan #EBC99D
Tints of New Tan #EBC99D
RGB
CMYK
RGB Variations
Color information
#EBC99D (or 0xEBC99D) is known color: New Tan. HEX triplet: EB, C9 and 9D. RGB value is (235,201,157). Sum of RGB (Red+Green+Blue) = 235+201+157=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC99D is #143662. Grayscale: #CECECE. Windows color (decimal): -1324643 or 10340843. OLE color: 10340843.
HSL color Cylindrical-coordinate representation of color #EBC99D: hue angle of 33.85º 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 #EBC99D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 157 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.08 |
| HSL | 33.85º | 0.66% | 0.77% | - |
| HSV(B) | 33.85º | 0.33% | 0.92% | - |
| XYZ | 61.23 | 61.87 | 40.61 | - |
| YUV | 206.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 157 | 0 | 0.14 | 0.33 | 0.08 | 33.85 | 0.66 | 0.77 |
| Hex | EB | C9 | 9D | 0 | E | 21 | 8 | 22 | 42 | 4D |
| Octal | 353 | 311 | 235 | 0 | 16 | 41 | 10 | 42 | 102 | 115 |
| Binary | 11101011 | 11001001 | 10011101 | 0 | 1110 | 100001 | 1000 | 100010 | 1000010 | 1001101 |
Color Harmonies of #EBC99D
Complementary color
Monochromatic Colors of #EBC99D
Black with #EBC99D
Text Example
Text Example
White with #EBC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC99D; }
p { color: rgb(235,201,157); }
H1.HeaderClassName
{
color: #EBC99D;
}
.AnyTagClassName
{
color: #EBC99D;
}
</style>
background-color css
<style>
a { background-color: #EBC99D; }
a { background-color: rgb(235,201,157); }
div.DivClassName
{
background-color: #EBC99D;
}
.BgClassName
{
background-color: #EBC99D;
}
</style>
border-color css
<style>
span { border-color: #EBC99D; }
span { border-color: rgb(235,201,157); }
td.TdClassName
{
border-color: #EBC99D;
}
.TagClassName
{
border-color: #EBC99D;
}
</style>