Shades of New Tan #EBC69B
Tints of New Tan #EBC69B
RGB
CMYK
RGB Variations
Color information
#EBC69B (or 0xEBC69B) is known color: New Tan. HEX triplet: EB, C6 and 9B. RGB value is (235,198,155). Sum of RGB (Red+Green+Blue) = 235+198+155=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC69B is #143964. Grayscale: #CCCCCC. Windows color (decimal): -1325413 or 10209003. OLE color: 10209003.
HSL color Cylindrical-coordinate representation of color #EBC69B: hue angle of 32.25º 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 #EBC69B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 155 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.08 |
| HSL | 32.25º | 0.67% | 0.76% | - |
| HSV(B) | 32.25º | 0.34% | 0.92% | - |
| XYZ | 60.37 | 60.42 | 39.49 | - |
| YUV | 204.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 155 | 0 | 0.16 | 0.34 | 0.08 | 32.25 | 0.67 | 0.76 |
| Hex | EB | C6 | 9B | 0 | 10 | 22 | 8 | 20 | 43 | 4C |
| Octal | 353 | 306 | 233 | 0 | 20 | 42 | 10 | 40 | 103 | 114 |
| Binary | 11101011 | 11000110 | 10011011 | 0 | 10000 | 100010 | 1000 | 100000 | 1000011 | 1001100 |
Color Harmonies of #EBC69B
Complementary color
Monochromatic Colors of #EBC69B
Black with #EBC69B
Text Example
Text Example
White with #EBC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC69B; }
p { color: rgb(235,198,155); }
H1.HeaderClassName
{
color: #EBC69B;
}
.AnyTagClassName
{
color: #EBC69B;
}
</style>
background-color css
<style>
a { background-color: #EBC69B; }
a { background-color: rgb(235,198,155); }
div.DivClassName
{
background-color: #EBC69B;
}
.BgClassName
{
background-color: #EBC69B;
}
</style>
border-color css
<style>
span { border-color: #EBC69B; }
span { border-color: rgb(235,198,155); }
td.TdClassName
{
border-color: #EBC69B;
}
.TagClassName
{
border-color: #EBC69B;
}
</style>