Shades of New Tan #EBC69C
Tints of New Tan #EBC69C
RGB
CMYK
RGB Variations
Color information
#EBC69C (or 0xEBC69C) is known color: New Tan. HEX triplet: EB, C6 and 9C. RGB value is (235,198,156). Sum of RGB (Red+Green+Blue) = 235+198+156=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC69C is #143963. Grayscale: #CCCCCC. Windows color (decimal): -1325412 or 10274539. OLE color: 10274539.
HSL color Cylindrical-coordinate representation of color #EBC69C: hue angle of 31.9º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBC69C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 156 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.08 |
| HSL | 31.9º | 0.66% | 0.77% | - |
| HSV(B) | 31.9º | 0.34% | 0.92% | - |
| XYZ | 60.46 | 60.45 | 39.93 | - |
| YUV | 204.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 156 | 0 | 0.16 | 0.34 | 0.08 | 31.9 | 0.66 | 0.77 |
| Hex | EB | C6 | 9C | 0 | 10 | 22 | 8 | 20 | 42 | 4D |
| Octal | 353 | 306 | 234 | 0 | 20 | 42 | 10 | 40 | 102 | 115 |
| Binary | 11101011 | 11000110 | 10011100 | 0 | 10000 | 100010 | 1000 | 100000 | 1000010 | 1001101 |
Color Harmonies of #EBC69C
Complementary color
Monochromatic Colors of #EBC69C
Black with #EBC69C
Text Example
Text Example
White with #EBC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC69C; }
p { color: rgb(235,198,156); }
H1.HeaderClassName
{
color: #EBC69C;
}
.AnyTagClassName
{
color: #EBC69C;
}
</style>
background-color css
<style>
a { background-color: #EBC69C; }
a { background-color: rgb(235,198,156); }
div.DivClassName
{
background-color: #EBC69C;
}
.BgClassName
{
background-color: #EBC69C;
}
</style>
border-color css
<style>
span { border-color: #EBC69C; }
span { border-color: rgb(235,198,156); }
td.TdClassName
{
border-color: #EBC69C;
}
.TagClassName
{
border-color: #EBC69C;
}
</style>