Shades of New Tan #EFC38F
Tints of New Tan #EFC38F
RGB
CMYK
RGB Variations
Color information
#EFC38F (or 0xEFC38F) is known color: New Tan. HEX triplet: EF, C3 and 8F. RGB value is (239,195,143). Sum of RGB (Red+Green+Blue) = 239+195+143=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC38F is #103C70. Grayscale: #CACACA. Windows color (decimal): -1064049 or 9421807. OLE color: 9421807.
HSL color Cylindrical-coordinate representation of color #EFC38F: hue angle of 32.5º 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 #EFC38F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 143 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.06 |
| HSL | 32.5º | 0.75% | 0.75% | - |
| HSV(B) | 32.5º | 0.4% | 0.94% | - |
| XYZ | 60.07 | 59.36 | 34.28 | - |
| YUV | 202.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 143 | 0 | 0.18 | 0.40 | 0.06 | 32.5 | 0.75 | 0.75 |
| Hex | EF | C3 | 8F | 0 | 12 | 28 | 6 | 20 | 4B | 4B |
| Octal | 357 | 303 | 217 | 0 | 22 | 50 | 6 | 40 | 113 | 113 |
| Binary | 11101111 | 11000011 | 10001111 | 0 | 10010 | 101000 | 110 | 100000 | 1001011 | 1001011 |
Color Harmonies of #EFC38F
Complementary color
Monochromatic Colors of #EFC38F
Black with #EFC38F
Text Example
Text Example
White with #EFC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC38F; }
p { color: rgb(239,195,143); }
H1.HeaderClassName
{
color: #EFC38F;
}
.AnyTagClassName
{
color: #EFC38F;
}
</style>
background-color css
<style>
a { background-color: #EFC38F; }
a { background-color: rgb(239,195,143); }
div.DivClassName
{
background-color: #EFC38F;
}
.BgClassName
{
background-color: #EFC38F;
}
</style>
border-color css
<style>
span { border-color: #EFC38F; }
span { border-color: rgb(239,195,143); }
td.TdClassName
{
border-color: #EFC38F;
}
.TagClassName
{
border-color: #EFC38F;
}
</style>