Shades of New Tan #EBC29A
Tints of New Tan #EBC29A
RGB
CMYK
RGB Variations
Color information
#EBC29A (or 0xEBC29A) is known color: New Tan. HEX triplet: EB, C2 and 9A. RGB value is (235,194,154). Sum of RGB (Red+Green+Blue) = 235+194+154=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC29A is #143D65. Grayscale: #C9C9C9. Windows color (decimal): -1326438 or 10142443. OLE color: 10142443.
HSL color Cylindrical-coordinate representation of color #EBC29A: hue angle of 29.63º 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 #EBC29A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 154 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.08 |
| HSL | 29.63º | 0.67% | 0.76% | - |
| HSV(B) | 29.63º | 0.34% | 0.92% | - |
| XYZ | 59.39 | 58.58 | 38.75 | - |
| YUV | 201.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 154 | 0 | 0.17 | 0.34 | 0.08 | 29.63 | 0.67 | 0.76 |
| Hex | EB | C2 | 9A | 0 | 11 | 22 | 8 | 1E | 43 | 4C |
| Octal | 353 | 302 | 232 | 0 | 21 | 42 | 10 | 36 | 103 | 114 |
| Binary | 11101011 | 11000010 | 10011010 | 0 | 10001 | 100010 | 1000 | 11110 | 1000011 | 1001100 |
Color Harmonies of #EBC29A
Complementary color
Monochromatic Colors of #EBC29A
Black with #EBC29A
Text Example
Text Example
White with #EBC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC29A; }
p { color: rgb(235,194,154); }
H1.HeaderClassName
{
color: #EBC29A;
}
.AnyTagClassName
{
color: #EBC29A;
}
</style>
background-color css
<style>
a { background-color: #EBC29A; }
a { background-color: rgb(235,194,154); }
div.DivClassName
{
background-color: #EBC29A;
}
.BgClassName
{
background-color: #EBC29A;
}
</style>
border-color css
<style>
span { border-color: #EBC29A; }
span { border-color: rgb(235,194,154); }
td.TdClassName
{
border-color: #EBC29A;
}
.TagClassName
{
border-color: #EBC29A;
}
</style>