Shades of Tangerine #EF9100
Tints of Tangerine #EF9100
RGB
CMYK
RGB Variations
Color information
#EF9100 (or 0xEF9100) is known color: Tangerine. HEX triplet: EF, 91 and 00. RGB value is (239,145,0). Sum of RGB (Red+Green+Blue) = 239+145+0=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9100 is #106EFF. Grayscale: #9D9D9D. Windows color (decimal): -1076992 or 37359. OLE color: 37359.
HSL color Cylindrical-coordinate representation of color #EF9100: hue angle of 36.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF9100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.06 |
| HSL | 36.4º | 1% | 0.47% | - |
| HSV(B) | 36.4º | 1% | 0.94% | - |
| XYZ | 45.72 | 38.6 | 5.04 | - |
| YUV | 156.58 | 39.64 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 0 | 0 | 0.39 | 1 | 0.06 | 36.4 | 1 | 0.47 |
| Hex | EF | 91 | 0 | 0 | 27 | 64 | 6 | 24 | 64 | 2F |
| Octal | 357 | 221 | 0 | 0 | 47 | 144 | 6 | 44 | 144 | 57 |
| Binary | 11101111 | 10010001 | 0 | 0 | 100111 | 1100100 | 110 | 100100 | 1100100 | 101111 |
Color Harmonies of #EF9100
Complementary color
Monochromatic Colors of #EF9100
Black with #EF9100
Text Example
Text Example
White with #EF9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9100; }
p { color: rgb(239,145,0); }
H1.HeaderClassName
{
color: #EF9100;
}
.AnyTagClassName
{
color: #EF9100;
}
</style>
background-color css
<style>
a { background-color: #EF9100; }
a { background-color: rgb(239,145,0); }
div.DivClassName
{
background-color: #EF9100;
}
.BgClassName
{
background-color: #EF9100;
}
</style>
border-color css
<style>
span { border-color: #EF9100; }
span { border-color: rgb(239,145,0); }
td.TdClassName
{
border-color: #EF9100;
}
.TagClassName
{
border-color: #EF9100;
}
</style>