Shades of New Tan #EFC395
Tints of New Tan #EFC395
RGB
CMYK
RGB Variations
Color information
#EFC395 (or 0xEFC395) is known color: New Tan. HEX triplet: EF, C3 and 95. RGB value is (239,195,149). Sum of RGB (Red+Green+Blue) = 239+195+149=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC395 is #103C6A. Grayscale: #CBCBCB. Windows color (decimal): -1064043 or 9815023. OLE color: 9815023.
HSL color Cylindrical-coordinate representation of color #EFC395: hue angle of 30.67º 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 #EFC395 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 149 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.06 |
| HSL | 30.67º | 0.74% | 0.76% | - |
| HSV(B) | 30.67º | 0.38% | 0.94% | - |
| XYZ | 60.54 | 59.55 | 36.74 | - |
| YUV | 202.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 149 | 0 | 0.18 | 0.38 | 0.06 | 30.67 | 0.74 | 0.76 |
| Hex | EF | C3 | 95 | 0 | 12 | 26 | 6 | 1F | 4A | 4C |
| Octal | 357 | 303 | 225 | 0 | 22 | 46 | 6 | 37 | 112 | 114 |
| Binary | 11101111 | 11000011 | 10010101 | 0 | 10010 | 100110 | 110 | 11111 | 1001010 | 1001100 |
Color Harmonies of #EFC395
Complementary color
Monochromatic Colors of #EFC395
Black with #EFC395
Text Example
Text Example
White with #EFC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC395; }
p { color: rgb(239,195,149); }
H1.HeaderClassName
{
color: #EFC395;
}
.AnyTagClassName
{
color: #EFC395;
}
</style>
background-color css
<style>
a { background-color: #EFC395; }
a { background-color: rgb(239,195,149); }
div.DivClassName
{
background-color: #EFC395;
}
.BgClassName
{
background-color: #EFC395;
}
</style>
border-color css
<style>
span { border-color: #EFC395; }
span { border-color: rgb(239,195,149); }
td.TdClassName
{
border-color: #EFC395;
}
.TagClassName
{
border-color: #EFC395;
}
</style>