Shades of New Tan #EEBF96
Tints of New Tan #EEBF96
RGB
CMYK
RGB Variations
Color information
#EEBF96 (or 0xEEBF96) is known color: New Tan. HEX triplet: EE, BF and 96. RGB value is (238,191,150). Sum of RGB (Red+Green+Blue) = 238+191+150=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF96 is #114069. Grayscale: #C8C8C8. Windows color (decimal): -1130602 or 9879534. OLE color: 9879534.
HSL color Cylindrical-coordinate representation of color #EEBF96: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEBF96 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 150 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.07 |
| HSL | 27.95º | 0.72% | 0.76% | - |
| HSV(B) | 27.95º | 0.37% | 0.93% | - |
| XYZ | 59.4 | 57.64 | 36.85 | - |
| YUV | 200.38 | 99.57 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 150 | 0 | 0.20 | 0.37 | 0.07 | 27.95 | 0.72 | 0.76 |
| Hex | EE | BF | 96 | 0 | 14 | 25 | 7 | 1C | 48 | 4C |
| Octal | 356 | 277 | 226 | 0 | 24 | 45 | 7 | 34 | 110 | 114 |
| Binary | 11101110 | 10111111 | 10010110 | 0 | 10100 | 100101 | 111 | 11100 | 1001000 | 1001100 |
Color Harmonies of #EEBF96
Complementary color
Monochromatic Colors of #EEBF96
Black with #EEBF96
Text Example
Text Example
White with #EEBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF96; }
p { color: rgb(238,191,150); }
H1.HeaderClassName
{
color: #EEBF96;
}
.AnyTagClassName
{
color: #EEBF96;
}
</style>
background-color css
<style>
a { background-color: #EEBF96; }
a { background-color: rgb(238,191,150); }
div.DivClassName
{
background-color: #EEBF96;
}
.BgClassName
{
background-color: #EEBF96;
}
</style>
border-color css
<style>
span { border-color: #EEBF96; }
span { border-color: rgb(238,191,150); }
td.TdClassName
{
border-color: #EEBF96;
}
.TagClassName
{
border-color: #EEBF96;
}
</style>