Shades of New Tan #EFC59B
Tints of New Tan #EFC59B
RGB
CMYK
RGB Variations
Color information
#EFC59B (or 0xEFC59B) is known color: New Tan. HEX triplet: EF, C5 and 9B. RGB value is (239,197,155). Sum of RGB (Red+Green+Blue) = 239+197+155=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC59B is #103A64. Grayscale: #CCCCCC. Windows color (decimal): -1063525 or 10208751. OLE color: 10208751.
HSL color Cylindrical-coordinate representation of color #EFC59B: hue angle of 30º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFC59B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 155 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.06 |
| HSL | 30º | 0.72% | 0.77% | - |
| HSV(B) | 30º | 0.35% | 0.94% | - |
| XYZ | 61.48 | 60.65 | 39.48 | - |
| YUV | 204.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 155 | 0 | 0.18 | 0.35 | 0.06 | 30 | 0.72 | 0.77 |
| Hex | EF | C5 | 9B | 0 | 12 | 23 | 6 | 1E | 48 | 4D |
| Octal | 357 | 305 | 233 | 0 | 22 | 43 | 6 | 36 | 110 | 115 |
| Binary | 11101111 | 11000101 | 10011011 | 0 | 10010 | 100011 | 110 | 11110 | 1001000 | 1001101 |
Color Harmonies of #EFC59B
Complementary color
Monochromatic Colors of #EFC59B
Black with #EFC59B
Text Example
Text Example
White with #EFC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC59B; }
p { color: rgb(239,197,155); }
H1.HeaderClassName
{
color: #EFC59B;
}
.AnyTagClassName
{
color: #EFC59B;
}
</style>
background-color css
<style>
a { background-color: #EFC59B; }
a { background-color: rgb(239,197,155); }
div.DivClassName
{
background-color: #EFC59B;
}
.BgClassName
{
background-color: #EFC59B;
}
</style>
border-color css
<style>
span { border-color: #EFC59B; }
span { border-color: rgb(239,197,155); }
td.TdClassName
{
border-color: #EFC59B;
}
.TagClassName
{
border-color: #EFC59B;
}
</style>