Shades of New Tan #EBC79B
Tints of New Tan #EBC79B
RGB
CMYK
RGB Variations
Color information
#EBC79B (or 0xEBC79B) is known color: New Tan. HEX triplet: EB, C7 and 9B. RGB value is (235,199,155). Sum of RGB (Red+Green+Blue) = 235+199+155=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC79B is #143864. Grayscale: #CCCCCC. Windows color (decimal): -1325157 or 10209259. OLE color: 10209259.
HSL color Cylindrical-coordinate representation of color #EBC79B: hue angle of 33º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBC79B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 155 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.08 |
| HSL | 33º | 0.67% | 0.76% | - |
| HSV(B) | 33º | 0.34% | 0.92% | - |
| XYZ | 60.6 | 60.88 | 39.57 | - |
| YUV | 204.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 155 | 0 | 0.15 | 0.34 | 0.08 | 33 | 0.67 | 0.76 |
| Hex | EB | C7 | 9B | 0 | F | 22 | 8 | 21 | 43 | 4C |
| Octal | 353 | 307 | 233 | 0 | 17 | 42 | 10 | 41 | 103 | 114 |
| Binary | 11101011 | 11000111 | 10011011 | 0 | 1111 | 100010 | 1000 | 100001 | 1000011 | 1001100 |
Color Harmonies of #EBC79B
Complementary color
Monochromatic Colors of #EBC79B
Black with #EBC79B
Text Example
Text Example
White with #EBC79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC79B; }
p { color: rgb(235,199,155); }
H1.HeaderClassName
{
color: #EBC79B;
}
.AnyTagClassName
{
color: #EBC79B;
}
</style>
background-color css
<style>
a { background-color: #EBC79B; }
a { background-color: rgb(235,199,155); }
div.DivClassName
{
background-color: #EBC79B;
}
.BgClassName
{
background-color: #EBC79B;
}
</style>
border-color css
<style>
span { border-color: #EBC79B; }
span { border-color: rgb(235,199,155); }
td.TdClassName
{
border-color: #EBC79B;
}
.TagClassName
{
border-color: #EBC79B;
}
</style>