Shades of New Tan #EFC99D
Tints of New Tan #EFC99D
RGB
CMYK
RGB Variations
Color information
#EFC99D (or 0xEFC99D) is known color: New Tan. HEX triplet: EF, C9 and 9D. RGB value is (239,201,157). Sum of RGB (Red+Green+Blue) = 239+201+157=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC99D is #103662. Grayscale: #CFCFCF. Windows color (decimal): -1062499 or 10340847. OLE color: 10340847.
HSL color Cylindrical-coordinate representation of color #EFC99D: hue angle of 32.2º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFC99D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 201 | 157 | - |
CMYK | 0 | 0.16 | 0.34 | 0.06 |
HSL | 32.2º | 0.72% | 0.78% | - |
HSV(B) | 32.2º | 0.34% | 0.94% | - |
XYZ | 62.57 | 62.56 | 40.68 | - |
YUV | 207.35 | 99.59 | 150.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 201 | 157 | 0 | 0.16 | 0.34 | 0.06 | 32.2 | 0.72 | 0.78 |
Hex | EF | C9 | 9D | 0 | 10 | 22 | 6 | 20 | 48 | 4E |
Octal | 357 | 311 | 235 | 0 | 20 | 42 | 6 | 40 | 110 | 116 |
Binary | 11101111 | 11001001 | 10011101 | 0 | 10000 | 100010 | 110 | 100000 | 1001000 | 1001110 |
Color Harmonies of #EFC99D
Complementary color
Monochromatic Colors of #EFC99D
Black with #EFC99D
Text Example
Text Example
White with #EFC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC99D; }
p { color: rgb(239,201,157); }
H1.HeaderClassName
{
color: #EFC99D;
}
.AnyTagClassName
{
color: #EFC99D;
}
</style>
background-color css
<style>
a { background-color: #EFC99D; }
a { background-color: rgb(239,201,157); }
div.DivClassName
{
background-color: #EFC99D;
}
.BgClassName
{
background-color: #EFC99D;
}
</style>
border-color css
<style>
span { border-color: #EFC99D; }
span { border-color: rgb(239,201,157); }
td.TdClassName
{
border-color: #EFC99D;
}
.TagClassName
{
border-color: #EFC99D;
}
</style>