Shades of New Tan #EFCB9E
Tints of New Tan #EFCB9E
RGB
CMYK
RGB Variations
Color information
#EFCB9E (or 0xEFCB9E) is known color: New Tan. HEX triplet: EF, CB and 9E. RGB value is (239,203,158). Sum of RGB (Red+Green+Blue) = 239+203+158=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB9E is #103461. Grayscale: #D0D0D0. Windows color (decimal): -1061986 or 10406895. OLE color: 10406895.
HSL color Cylindrical-coordinate representation of color #EFCB9E: hue angle of 33.33º 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 #EFCB9E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 158 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.06 |
| HSL | 33.33º | 0.72% | 0.78% | - |
| HSV(B) | 33.33º | 0.34% | 0.94% | - |
| XYZ | 63.12 | 63.53 | 41.28 | - |
| YUV | 208.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 158 | 0 | 0.15 | 0.34 | 0.06 | 33.33 | 0.72 | 0.78 |
| Hex | EF | CB | 9E | 0 | F | 22 | 6 | 21 | 48 | 4E |
| Octal | 357 | 313 | 236 | 0 | 17 | 42 | 6 | 41 | 110 | 116 |
| Binary | 11101111 | 11001011 | 10011110 | 0 | 1111 | 100010 | 110 | 100001 | 1001000 | 1001110 |
Color Harmonies of #EFCB9E
Complementary color
Monochromatic Colors of #EFCB9E
Black with #EFCB9E
Text Example
Text Example
White with #EFCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB9E; }
p { color: rgb(239,203,158); }
H1.HeaderClassName
{
color: #EFCB9E;
}
.AnyTagClassName
{
color: #EFCB9E;
}
</style>
background-color css
<style>
a { background-color: #EFCB9E; }
a { background-color: rgb(239,203,158); }
div.DivClassName
{
background-color: #EFCB9E;
}
.BgClassName
{
background-color: #EFCB9E;
}
</style>
border-color css
<style>
span { border-color: #EFCB9E; }
span { border-color: rgb(239,203,158); }
td.TdClassName
{
border-color: #EFCB9E;
}
.TagClassName
{
border-color: #EFCB9E;
}
</style>