Shades of New Tan #EBBE9A
Tints of New Tan #EBBE9A
RGB
CMYK
RGB Variations
Color information
#EBBE9A (or 0xEBBE9A) is known color: New Tan. HEX triplet: EB, BE and 9A. RGB value is (235,190,154). Sum of RGB (Red+Green+Blue) = 235+190+154=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9A is #144165. Grayscale: #C7C7C7. Windows color (decimal): -1327462 or 10141419. OLE color: 10141419.
HSL color Cylindrical-coordinate representation of color #EBBE9A: hue angle of 26.67º 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 #EBBE9A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 154 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.08 |
| HSL | 26.67º | 0.67% | 0.76% | - |
| HSV(B) | 26.67º | 0.34% | 0.92% | - |
| XYZ | 58.51 | 56.82 | 38.46 | - |
| YUV | 199.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 154 | 0 | 0.19 | 0.34 | 0.08 | 26.67 | 0.67 | 0.76 |
| Hex | EB | BE | 9A | 0 | 13 | 22 | 8 | 1B | 43 | 4C |
| Octal | 353 | 276 | 232 | 0 | 23 | 42 | 10 | 33 | 103 | 114 |
| Binary | 11101011 | 10111110 | 10011010 | 0 | 10011 | 100010 | 1000 | 11011 | 1000011 | 1001100 |
Color Harmonies of #EBBE9A
Complementary color
Monochromatic Colors of #EBBE9A
Black with #EBBE9A
Text Example
Text Example
White with #EBBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE9A; }
p { color: rgb(235,190,154); }
H1.HeaderClassName
{
color: #EBBE9A;
}
.AnyTagClassName
{
color: #EBBE9A;
}
</style>
background-color css
<style>
a { background-color: #EBBE9A; }
a { background-color: rgb(235,190,154); }
div.DivClassName
{
background-color: #EBBE9A;
}
.BgClassName
{
background-color: #EBBE9A;
}
</style>
border-color css
<style>
span { border-color: #EBBE9A; }
span { border-color: rgb(235,190,154); }
td.TdClassName
{
border-color: #EBBE9A;
}
.TagClassName
{
border-color: #EBBE9A;
}
</style>