Shades of Tangerine #EF9301
Tints of Tangerine #EF9301
RGB
CMYK
RGB Variations
Color information
#EF9301 (or 0xEF9301) is known color: Tangerine. HEX triplet: EF, 93 and 01. RGB value is (239,147,1). Sum of RGB (Red+Green+Blue) = 239+147+1=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9301 is #106CFE. Grayscale: #9E9E9E. Windows color (decimal): -1076479 or 103407. OLE color: 103407.
HSL color Cylindrical-coordinate representation of color #EF9301: hue angle of 36.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF9301 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.06 |
| HSL | 36.81º | 0.99% | 0.47% | - |
| HSV(B) | 36.81º | 1% | 0.94% | - |
| XYZ | 46.04 | 39.22 | 5.17 | - |
| YUV | 157.86 | 39.48 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 1 | 0 | 0.38 | 1.00 | 0.06 | 36.81 | 0.99 | 0.47 |
| Hex | EF | 93 | 1 | 0 | 26 | 64 | 6 | 25 | 63 | 2F |
| Octal | 357 | 223 | 1 | 0 | 46 | 144 | 6 | 45 | 143 | 57 |
| Binary | 11101111 | 10010011 | 1 | 0 | 100110 | 1100100 | 110 | 100101 | 1100011 | 101111 |
Color Harmonies of #EF9301
Complementary color
Monochromatic Colors of #EF9301
Black with #EF9301
Text Example
Text Example
White with #EF9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9301; }
p { color: rgb(239,147,1); }
H1.HeaderClassName
{
color: #EF9301;
}
.AnyTagClassName
{
color: #EF9301;
}
</style>
background-color css
<style>
a { background-color: #EF9301; }
a { background-color: rgb(239,147,1); }
div.DivClassName
{
background-color: #EF9301;
}
.BgClassName
{
background-color: #EF9301;
}
</style>
border-color css
<style>
span { border-color: #EF9301; }
span { border-color: rgb(239,147,1); }
td.TdClassName
{
border-color: #EF9301;
}
.TagClassName
{
border-color: #EF9301;
}
</style>