Shades of New Tan #EABF98
Tints of New Tan #EABF98
RGB
CMYK
RGB Variations
Color information
#EABF98 (or 0xEABF98) is known color: New Tan. HEX triplet: EA, BF and 98. RGB value is (234,191,152). Sum of RGB (Red+Green+Blue) = 234+191+152=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF98 is #154067. Grayscale: #C7C7C7. Windows color (decimal): -1392744 or 10010602. OLE color: 10010602.
HSL color Cylindrical-coordinate representation of color #EABF98: hue angle of 28.54º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EABF98 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 152 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.08 |
| HSL | 28.54º | 0.66% | 0.76% | - |
| HSV(B) | 28.54º | 0.35% | 0.92% | - |
| XYZ | 58.23 | 57.02 | 37.64 | - |
| YUV | 199.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 152 | 0 | 0.18 | 0.35 | 0.08 | 28.54 | 0.66 | 0.76 |
| Hex | EA | BF | 98 | 0 | 12 | 23 | 8 | 1D | 42 | 4C |
| Octal | 352 | 277 | 230 | 0 | 22 | 43 | 10 | 35 | 102 | 114 |
| Binary | 11101010 | 10111111 | 10011000 | 0 | 10010 | 100011 | 1000 | 11101 | 1000010 | 1001100 |
Color Harmonies of #EABF98
Complementary color
Monochromatic Colors of #EABF98
Black with #EABF98
Text Example
Text Example
White with #EABF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF98; }
p { color: rgb(234,191,152); }
H1.HeaderClassName
{
color: #EABF98;
}
.AnyTagClassName
{
color: #EABF98;
}
</style>
background-color css
<style>
a { background-color: #EABF98; }
a { background-color: rgb(234,191,152); }
div.DivClassName
{
background-color: #EABF98;
}
.BgClassName
{
background-color: #EABF98;
}
</style>
border-color css
<style>
span { border-color: #EABF98; }
span { border-color: rgb(234,191,152); }
td.TdClassName
{
border-color: #EABF98;
}
.TagClassName
{
border-color: #EABF98;
}
</style>