Shades of Tangerine #EF8302
Tints of Tangerine #EF8302
RGB
CMYK
RGB Variations
Color information
#EF8302 (or 0xEF8302) is known color: Tangerine. HEX triplet: EF, 83 and 02. RGB value is (239,131,2). Sum of RGB (Red+Green+Blue) = 239+131+2=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8302 is #107CFD. Grayscale: #959595. Windows color (decimal): -1080574 or 164847. OLE color: 164847.
HSL color Cylindrical-coordinate representation of color #EF8302: hue angle of 32.66º 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 #EF8302 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.06 |
| HSL | 32.66º | 0.98% | 0.47% | - |
| HSV(B) | 32.66º | 0.99% | 0.94% | - |
| XYZ | 43.72 | 34.59 | 4.43 | - |
| YUV | 148.59 | 45.28 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 2 | 0 | 0.45 | 0.99 | 0.06 | 32.66 | 0.98 | 0.47 |
| Hex | EF | 83 | 2 | 0 | 2D | 63 | 6 | 21 | 62 | 2F |
| Octal | 357 | 203 | 2 | 0 | 55 | 143 | 6 | 41 | 142 | 57 |
| Binary | 11101111 | 10000011 | 10 | 0 | 101101 | 1100011 | 110 | 100001 | 1100010 | 101111 |
Color Harmonies of #EF8302
Complementary color
Monochromatic Colors of #EF8302
Black with #EF8302
Text Example
Text Example
White with #EF8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8302; }
p { color: rgb(239,131,2); }
H1.HeaderClassName
{
color: #EF8302;
}
.AnyTagClassName
{
color: #EF8302;
}
</style>
background-color css
<style>
a { background-color: #EF8302; }
a { background-color: rgb(239,131,2); }
div.DivClassName
{
background-color: #EF8302;
}
.BgClassName
{
background-color: #EF8302;
}
</style>
border-color css
<style>
span { border-color: #EF8302; }
span { border-color: rgb(239,131,2); }
td.TdClassName
{
border-color: #EF8302;
}
.TagClassName
{
border-color: #EF8302;
}
</style>