Shades of New Tan #EABF9A
Tints of New Tan #EABF9A
RGB
CMYK
RGB Variations
Color information
#EABF9A (or 0xEABF9A) is known color: New Tan. HEX triplet: EA, BF and 9A. RGB value is (234,191,154). Sum of RGB (Red+Green+Blue) = 234+191+154=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF9A is #154065. Grayscale: #C7C7C7. Windows color (decimal): -1392742 or 10141674. OLE color: 10141674.
HSL color Cylindrical-coordinate representation of color #EABF9A: hue angle of 27.75º degrees, saturation: 0.66, 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 #EABF9A is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 154 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.08 |
| HSL | 27.75º | 0.66% | 0.76% | - |
| HSV(B) | 27.75º | 0.34% | 0.92% | - |
| XYZ | 58.4 | 57.09 | 38.51 | - |
| YUV | 199.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 154 | 0 | 0.18 | 0.34 | 0.08 | 27.75 | 0.66 | 0.76 |
| Hex | EA | BF | 9A | 0 | 12 | 22 | 8 | 1C | 42 | 4C |
| Octal | 352 | 277 | 232 | 0 | 22 | 42 | 10 | 34 | 102 | 114 |
| Binary | 11101010 | 10111111 | 10011010 | 0 | 10010 | 100010 | 1000 | 11100 | 1000010 | 1001100 |
Color Harmonies of #EABF9A
Complementary color
Monochromatic Colors of #EABF9A
Black with #EABF9A
Text Example
Text Example
White with #EABF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF9A; }
p { color: rgb(234,191,154); }
H1.HeaderClassName
{
color: #EABF9A;
}
.AnyTagClassName
{
color: #EABF9A;
}
</style>
background-color css
<style>
a { background-color: #EABF9A; }
a { background-color: rgb(234,191,154); }
div.DivClassName
{
background-color: #EABF9A;
}
.BgClassName
{
background-color: #EABF9A;
}
</style>
border-color css
<style>
span { border-color: #EABF9A; }
span { border-color: rgb(234,191,154); }
td.TdClassName
{
border-color: #EABF9A;
}
.TagClassName
{
border-color: #EABF9A;
}
</style>