Shades of New Tan #EABF9C
Tints of New Tan #EABF9C
RGB
CMYK
RGB Variations
Color information
#EABF9C (or 0xEABF9C) is known color: New Tan. HEX triplet: EA, BF and 9C. RGB value is (234,191,156). Sum of RGB (Red+Green+Blue) = 234+191+156=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF9C is #154063. Grayscale: #C8C8C8. Windows color (decimal): -1392740 or 10272746. OLE color: 10272746.
HSL color Cylindrical-coordinate representation of color #EABF9C: hue angle of 26.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABF9C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 156 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.08 |
| HSL | 26.92º | 0.65% | 0.76% | - |
| HSV(B) | 26.92º | 0.33% | 0.92% | - |
| XYZ | 58.56 | 57.15 | 39.4 | - |
| YUV | 199.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 156 | 0 | 0.18 | 0.33 | 0.08 | 26.92 | 0.65 | 0.76 |
| Hex | EA | BF | 9C | 0 | 12 | 21 | 8 | 1B | 41 | 4C |
| Octal | 352 | 277 | 234 | 0 | 22 | 41 | 10 | 33 | 101 | 114 |
| Binary | 11101010 | 10111111 | 10011100 | 0 | 10010 | 100001 | 1000 | 11011 | 1000001 | 1001100 |
Color Harmonies of #EABF9C
Complementary color
Monochromatic Colors of #EABF9C
Black with #EABF9C
Text Example
Text Example
White with #EABF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF9C; }
p { color: rgb(234,191,156); }
H1.HeaderClassName
{
color: #EABF9C;
}
.AnyTagClassName
{
color: #EABF9C;
}
</style>
background-color css
<style>
a { background-color: #EABF9C; }
a { background-color: rgb(234,191,156); }
div.DivClassName
{
background-color: #EABF9C;
}
.BgClassName
{
background-color: #EABF9C;
}
</style>
border-color css
<style>
span { border-color: #EABF9C; }
span { border-color: rgb(234,191,156); }
td.TdClassName
{
border-color: #EABF9C;
}
.TagClassName
{
border-color: #EABF9C;
}
</style>