Shades of New Tan #EFC89D
Tints of New Tan #EFC89D
RGB
CMYK
RGB Variations
Color information
#EFC89D (or 0xEFC89D) is known color: New Tan. HEX triplet: EF, C8 and 9D. RGB value is (239,200,157). Sum of RGB (Red+Green+Blue) = 239+200+157=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC89D is #103762. Grayscale: #CECECE. Windows color (decimal): -1062755 or 10340591. OLE color: 10340591.
HSL color Cylindrical-coordinate representation of color #EFC89D: hue angle of 31.46º 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 #EFC89D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 157 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.06 |
| HSL | 31.46º | 0.72% | 0.78% | - |
| HSV(B) | 31.46º | 0.34% | 0.94% | - |
| XYZ | 62.34 | 62.09 | 40.6 | - |
| YUV | 206.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 157 | 0 | 0.16 | 0.34 | 0.06 | 31.46 | 0.72 | 0.78 |
| Hex | EF | C8 | 9D | 0 | 10 | 22 | 6 | 1F | 48 | 4E |
| Octal | 357 | 310 | 235 | 0 | 20 | 42 | 6 | 37 | 110 | 116 |
| Binary | 11101111 | 11001000 | 10011101 | 0 | 10000 | 100010 | 110 | 11111 | 1001000 | 1001110 |
Color Harmonies of #EFC89D
Complementary color
Monochromatic Colors of #EFC89D
Black with #EFC89D
Text Example
Text Example
White with #EFC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC89D; }
p { color: rgb(239,200,157); }
H1.HeaderClassName
{
color: #EFC89D;
}
.AnyTagClassName
{
color: #EFC89D;
}
</style>
background-color css
<style>
a { background-color: #EFC89D; }
a { background-color: rgb(239,200,157); }
div.DivClassName
{
background-color: #EFC89D;
}
.BgClassName
{
background-color: #EFC89D;
}
</style>
border-color css
<style>
span { border-color: #EFC89D; }
span { border-color: rgb(239,200,157); }
td.TdClassName
{
border-color: #EFC89D;
}
.TagClassName
{
border-color: #EFC89D;
}
</style>