Shades of New Tan #EABD9B
Tints of New Tan #EABD9B
RGB
CMYK
RGB Variations
Color information
#EABD9B (or 0xEABD9B) is known color: New Tan. HEX triplet: EA, BD and 9B. RGB value is (234,189,155). Sum of RGB (Red+Green+Blue) = 234+189+155=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD9B is #154264. Grayscale: #C6C6C6. Windows color (decimal): -1393253 or 10206698. OLE color: 10206698.
HSL color Cylindrical-coordinate representation of color #EABD9B: hue angle of 25.82º degrees, saturation: 0.65, 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 #EABD9B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 155 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.08 |
| HSL | 25.82º | 0.65% | 0.76% | - |
| HSV(B) | 25.82º | 0.34% | 0.92% | - |
| XYZ | 58.05 | 56.25 | 38.81 | - |
| YUV | 198.58 | 103.41 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 155 | 0 | 0.19 | 0.34 | 0.08 | 25.82 | 0.65 | 0.76 |
| Hex | EA | BD | 9B | 0 | 13 | 22 | 8 | 1A | 41 | 4C |
| Octal | 352 | 275 | 233 | 0 | 23 | 42 | 10 | 32 | 101 | 114 |
| Binary | 11101010 | 10111101 | 10011011 | 0 | 10011 | 100010 | 1000 | 11010 | 1000001 | 1001100 |
Color Harmonies of #EABD9B
Complementary color
Monochromatic Colors of #EABD9B
Black with #EABD9B
Text Example
Text Example
White with #EABD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD9B; }
p { color: rgb(234,189,155); }
H1.HeaderClassName
{
color: #EABD9B;
}
.AnyTagClassName
{
color: #EABD9B;
}
</style>
background-color css
<style>
a { background-color: #EABD9B; }
a { background-color: rgb(234,189,155); }
div.DivClassName
{
background-color: #EABD9B;
}
.BgClassName
{
background-color: #EABD9B;
}
</style>
border-color css
<style>
span { border-color: #EABD9B; }
span { border-color: rgb(234,189,155); }
td.TdClassName
{
border-color: #EABD9B;
}
.TagClassName
{
border-color: #EABD9B;
}
</style>