Shades of New Tan #EABF96
Tints of New Tan #EABF96
RGB
CMYK
RGB Variations
Color information
#EABF96 (or 0xEABF96) is known color: New Tan. HEX triplet: EA, BF and 96. RGB value is (234,191,150). Sum of RGB (Red+Green+Blue) = 234+191+150=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF96 is #154069. Grayscale: #C7C7C7. Windows color (decimal): -1392746 or 9879530. OLE color: 9879530.
HSL color Cylindrical-coordinate representation of color #EABF96: hue angle of 29.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EABF96 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 150 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.08 |
| HSL | 29.29º | 0.67% | 0.75% | - |
| HSV(B) | 29.29º | 0.36% | 0.92% | - |
| XYZ | 58.07 | 56.96 | 36.79 | - |
| YUV | 199.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 150 | 0 | 0.18 | 0.36 | 0.08 | 29.29 | 0.67 | 0.75 |
| Hex | EA | BF | 96 | 0 | 12 | 24 | 8 | 1D | 43 | 4B |
| Octal | 352 | 277 | 226 | 0 | 22 | 44 | 10 | 35 | 103 | 113 |
| Binary | 11101010 | 10111111 | 10010110 | 0 | 10010 | 100100 | 1000 | 11101 | 1000011 | 1001011 |
Color Harmonies of #EABF96
Complementary color
Monochromatic Colors of #EABF96
Black with #EABF96
Text Example
Text Example
White with #EABF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF96; }
p { color: rgb(234,191,150); }
H1.HeaderClassName
{
color: #EABF96;
}
.AnyTagClassName
{
color: #EABF96;
}
</style>
background-color css
<style>
a { background-color: #EABF96; }
a { background-color: rgb(234,191,150); }
div.DivClassName
{
background-color: #EABF96;
}
.BgClassName
{
background-color: #EABF96;
}
</style>
border-color css
<style>
span { border-color: #EABF96; }
span { border-color: rgb(234,191,150); }
td.TdClassName
{
border-color: #EABF96;
}
.TagClassName
{
border-color: #EABF96;
}
</style>