Shades of New Tan #EBC8A2
Tints of New Tan #EBC8A2
RGB
CMYK
RGB Variations
Color information
#EBC8A2 (or 0xEBC8A2) is known color: New Tan. HEX triplet: EB, C8 and A2. RGB value is (235,200,162). Sum of RGB (Red+Green+Blue) = 235+200+162=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A2 is #14375D. Grayscale: #CECECE. Windows color (decimal): -1324894 or 10668267. OLE color: 10668267.
HSL color Cylindrical-coordinate representation of color #EBC8A2: hue angle of 31.23º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBC8A2 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 162 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.08 |
| HSL | 31.23º | 0.65% | 0.78% | - |
| HSV(B) | 31.23º | 0.31% | 0.92% | - |
| XYZ | 61.44 | 61.58 | 42.83 | - |
| YUV | 206.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 162 | 0 | 0.15 | 0.31 | 0.08 | 31.23 | 0.65 | 0.78 |
| Hex | EB | C8 | A2 | 0 | F | 1F | 8 | 1F | 41 | 4E |
| Octal | 353 | 310 | 242 | 0 | 17 | 37 | 10 | 37 | 101 | 116 |
| Binary | 11101011 | 11001000 | 10100010 | 0 | 1111 | 11111 | 1000 | 11111 | 1000001 | 1001110 |
Color Harmonies of #EBC8A2
Complementary color
Monochromatic Colors of #EBC8A2
Black with #EBC8A2
Text Example
Text Example
White with #EBC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8A2; }
p { color: rgb(235,200,162); }
H1.HeaderClassName
{
color: #EBC8A2;
}
.AnyTagClassName
{
color: #EBC8A2;
}
</style>
background-color css
<style>
a { background-color: #EBC8A2; }
a { background-color: rgb(235,200,162); }
div.DivClassName
{
background-color: #EBC8A2;
}
.BgClassName
{
background-color: #EBC8A2;
}
</style>
border-color css
<style>
span { border-color: #EBC8A2; }
span { border-color: rgb(235,200,162); }
td.TdClassName
{
border-color: #EBC8A2;
}
.TagClassName
{
border-color: #EBC8A2;
}
</style>