Shades of Tangerine #EF9300
Tints of Tangerine #EF9300
RGB
CMYK
RGB Variations
Color information
#EF9300 (or 0xEF9300) is known color: Tangerine. HEX triplet: EF, 93 and 00. RGB value is (239,147,0). Sum of RGB (Red+Green+Blue) = 239+147+0=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9300 is #106CFF. Grayscale: #9E9E9E. Windows color (decimal): -1076480 or 37871. OLE color: 37871.
HSL color Cylindrical-coordinate representation of color #EF9300: hue angle of 36.9º 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 #EF9300 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.06 |
| HSL | 36.9º | 1% | 0.47% | - |
| HSV(B) | 36.9º | 1% | 0.94% | - |
| XYZ | 46.03 | 39.22 | 5.14 | - |
| YUV | 157.75 | 38.98 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 0 | 0 | 0.38 | 1 | 0.06 | 36.9 | 1 | 0.47 |
| Hex | EF | 93 | 0 | 0 | 26 | 64 | 6 | 25 | 64 | 2F |
| Octal | 357 | 223 | 0 | 0 | 46 | 144 | 6 | 45 | 144 | 57 |
| Binary | 11101111 | 10010011 | 0 | 0 | 100110 | 1100100 | 110 | 100101 | 1100100 | 101111 |
Color Harmonies of #EF9300
Complementary color
Monochromatic Colors of #EF9300
Black with #EF9300
Text Example
Text Example
White with #EF9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9300; }
p { color: rgb(239,147,0); }
H1.HeaderClassName
{
color: #EF9300;
}
.AnyTagClassName
{
color: #EF9300;
}
</style>
background-color css
<style>
a { background-color: #EF9300; }
a { background-color: rgb(239,147,0); }
div.DivClassName
{
background-color: #EF9300;
}
.BgClassName
{
background-color: #EF9300;
}
</style>
border-color css
<style>
span { border-color: #EF9300; }
span { border-color: rgb(239,147,0); }
td.TdClassName
{
border-color: #EF9300;
}
.TagClassName
{
border-color: #EF9300;
}
</style>