Shades of New Tan #EFBF96
Tints of New Tan #EFBF96
RGB
CMYK
RGB Variations
Color information
#EFBF96 (or 0xEFBF96) is known color: New Tan. HEX triplet: EF, BF and 96. RGB value is (239,191,150). Sum of RGB (Red+Green+Blue) = 239+191+150=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF96 is #104069. Grayscale: #C8C8C8. Windows color (decimal): -1065066 or 9879535. OLE color: 9879535.
HSL color Cylindrical-coordinate representation of color #EFBF96: hue angle of 27.64º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFBF96 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 150 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.06 |
| HSL | 27.64º | 0.74% | 0.76% | - |
| HSV(B) | 27.64º | 0.37% | 0.94% | - |
| XYZ | 59.73 | 57.81 | 36.87 | - |
| YUV | 200.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 150 | 0 | 0.20 | 0.37 | 0.06 | 27.64 | 0.74 | 0.76 |
| Hex | EF | BF | 96 | 0 | 14 | 25 | 6 | 1C | 4A | 4C |
| Octal | 357 | 277 | 226 | 0 | 24 | 45 | 6 | 34 | 112 | 114 |
| Binary | 11101111 | 10111111 | 10010110 | 0 | 10100 | 100101 | 110 | 11100 | 1001010 | 1001100 |
Color Harmonies of #EFBF96
Complementary color
Monochromatic Colors of #EFBF96
Black with #EFBF96
Text Example
Text Example
White with #EFBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF96; }
p { color: rgb(239,191,150); }
H1.HeaderClassName
{
color: #EFBF96;
}
.AnyTagClassName
{
color: #EFBF96;
}
</style>
background-color css
<style>
a { background-color: #EFBF96; }
a { background-color: rgb(239,191,150); }
div.DivClassName
{
background-color: #EFBF96;
}
.BgClassName
{
background-color: #EFBF96;
}
</style>
border-color css
<style>
span { border-color: #EFBF96; }
span { border-color: rgb(239,191,150); }
td.TdClassName
{
border-color: #EFBF96;
}
.TagClassName
{
border-color: #EFBF96;
}
</style>