Shades of Tangerine #EF9502
Tints of Tangerine #EF9502
RGB
CMYK
RGB Variations
Color information
#EF9502 (or 0xEF9502) is known color: Tangerine. HEX triplet: EF, 95 and 02. RGB value is (239,149,2). Sum of RGB (Red+Green+Blue) = 239+149+2=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9502 is #106AFD. Grayscale: #9F9F9F. Windows color (decimal): -1075966 or 169455. OLE color: 169455.
HSL color Cylindrical-coordinate representation of color #EF9502: hue angle of 37.22º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF9502 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.06 |
| HSL | 37.22º | 0.98% | 0.47% | - |
| HSV(B) | 37.22º | 0.99% | 0.94% | - |
| XYZ | 46.36 | 39.85 | 5.31 | - |
| YUV | 159.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 2 | 0 | 0.38 | 0.99 | 0.06 | 37.22 | 0.98 | 0.47 |
| Hex | EF | 95 | 2 | 0 | 26 | 63 | 6 | 25 | 62 | 2F |
| Octal | 357 | 225 | 2 | 0 | 46 | 143 | 6 | 45 | 142 | 57 |
| Binary | 11101111 | 10010101 | 10 | 0 | 100110 | 1100011 | 110 | 100101 | 1100010 | 101111 |
Color Harmonies of #EF9502
Complementary color
Monochromatic Colors of #EF9502
Black with #EF9502
Text Example
Text Example
White with #EF9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9502; }
p { color: rgb(239,149,2); }
H1.HeaderClassName
{
color: #EF9502;
}
.AnyTagClassName
{
color: #EF9502;
}
</style>
background-color css
<style>
a { background-color: #EF9502; }
a { background-color: rgb(239,149,2); }
div.DivClassName
{
background-color: #EF9502;
}
.BgClassName
{
background-color: #EF9502;
}
</style>
border-color css
<style>
span { border-color: #EF9502; }
span { border-color: rgb(239,149,2); }
td.TdClassName
{
border-color: #EF9502;
}
.TagClassName
{
border-color: #EF9502;
}
</style>