Shades of New Tan #EFBF95
Tints of New Tan #EFBF95
RGB
CMYK
RGB Variations
Color information
#EFBF95 (or 0xEFBF95) is known color: New Tan. HEX triplet: EF, BF and 95. RGB value is (239,191,149). Sum of RGB (Red+Green+Blue) = 239+191+149=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF95 is #10406A. Grayscale: #C8C8C8. Windows color (decimal): -1065067 or 9813999. OLE color: 9813999.
HSL color Cylindrical-coordinate representation of color #EFBF95: hue angle of 28º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFBF95 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 149 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.06 |
| HSL | 28º | 0.74% | 0.76% | - |
| HSV(B) | 28º | 0.38% | 0.94% | - |
| XYZ | 59.65 | 57.78 | 36.44 | - |
| YUV | 200.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 149 | 0 | 0.20 | 0.38 | 0.06 | 28 | 0.74 | 0.76 |
| Hex | EF | BF | 95 | 0 | 14 | 26 | 6 | 1C | 4A | 4C |
| Octal | 357 | 277 | 225 | 0 | 24 | 46 | 6 | 34 | 112 | 114 |
| Binary | 11101111 | 10111111 | 10010101 | 0 | 10100 | 100110 | 110 | 11100 | 1001010 | 1001100 |
Color Harmonies of #EFBF95
Complementary color
Monochromatic Colors of #EFBF95
Black with #EFBF95
Text Example
Text Example
White with #EFBF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF95; }
p { color: rgb(239,191,149); }
H1.HeaderClassName
{
color: #EFBF95;
}
.AnyTagClassName
{
color: #EFBF95;
}
</style>
background-color css
<style>
a { background-color: #EFBF95; }
a { background-color: rgb(239,191,149); }
div.DivClassName
{
background-color: #EFBF95;
}
.BgClassName
{
background-color: #EFBF95;
}
</style>
border-color css
<style>
span { border-color: #EFBF95; }
span { border-color: rgb(239,191,149); }
td.TdClassName
{
border-color: #EFBF95;
}
.TagClassName
{
border-color: #EFBF95;
}
</style>