Shades of New Tan #EFC190
Tints of New Tan #EFC190
RGB
CMYK
RGB Variations
Color information
#EFC190 (or 0xEFC190) is known color: New Tan. HEX triplet: EF, C1 and 90. RGB value is (239,193,144). Sum of RGB (Red+Green+Blue) = 239+193+144=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC190 is #103E6F. Grayscale: #C9C9C9. Windows color (decimal): -1064560 or 9486831. OLE color: 9486831.
HSL color Cylindrical-coordinate representation of color #EFC190: hue angle of 30.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFC190 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 144 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.06 |
| HSL | 30.95º | 0.75% | 0.75% | - |
| HSV(B) | 30.95º | 0.4% | 0.94% | - |
| XYZ | 59.7 | 58.5 | 34.53 | - |
| YUV | 201.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 144 | 0 | 0.19 | 0.40 | 0.06 | 30.95 | 0.75 | 0.75 |
| Hex | EF | C1 | 90 | 0 | 13 | 28 | 6 | 1F | 4B | 4B |
| Octal | 357 | 301 | 220 | 0 | 23 | 50 | 6 | 37 | 113 | 113 |
| Binary | 11101111 | 11000001 | 10010000 | 0 | 10011 | 101000 | 110 | 11111 | 1001011 | 1001011 |
Color Harmonies of #EFC190
Complementary color
Monochromatic Colors of #EFC190
Black with #EFC190
Text Example
Text Example
White with #EFC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC190; }
p { color: rgb(239,193,144); }
H1.HeaderClassName
{
color: #EFC190;
}
.AnyTagClassName
{
color: #EFC190;
}
</style>
background-color css
<style>
a { background-color: #EFC190; }
a { background-color: rgb(239,193,144); }
div.DivClassName
{
background-color: #EFC190;
}
.BgClassName
{
background-color: #EFC190;
}
</style>
border-color css
<style>
span { border-color: #EFC190; }
span { border-color: rgb(239,193,144); }
td.TdClassName
{
border-color: #EFC190;
}
.TagClassName
{
border-color: #EFC190;
}
</style>