Shades of Tangerine #EF820A
Tints of Tangerine #EF820A
RGB
CMYK
RGB Variations
Color information
#EF820A (or 0xEF820A) is known color: Tangerine. HEX triplet: EF, 82 and 0A. RGB value is (239,130,10). Sum of RGB (Red+Green+Blue) = 239+130+10=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF820A is #107DF5. Grayscale: #959595. Windows color (decimal): -1080822 or 688879. OLE color: 688879.
HSL color Cylindrical-coordinate representation of color #EF820A: hue angle of 31.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF820A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.06 |
| HSL | 31.44º | 0.92% | 0.49% | - |
| HSV(B) | 31.44º | 0.96% | 0.94% | - |
| XYZ | 43.63 | 34.34 | 4.62 | - |
| YUV | 148.91 | 49.61 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 10 | 0 | 0.46 | 0.96 | 0.06 | 31.44 | 0.92 | 0.49 |
| Hex | EF | 82 | A | 0 | 2E | 60 | 6 | 1F | 5C | 31 |
| Octal | 357 | 202 | 12 | 0 | 56 | 140 | 6 | 37 | 134 | 61 |
| Binary | 11101111 | 10000010 | 1010 | 0 | 101110 | 1100000 | 110 | 11111 | 1011100 | 110001 |
Color Harmonies of #EF820A
Complementary color
Monochromatic Colors of #EF820A
Black with #EF820A
Text Example
Text Example
White with #EF820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF820A; }
p { color: rgb(239,130,10); }
H1.HeaderClassName
{
color: #EF820A;
}
.AnyTagClassName
{
color: #EF820A;
}
</style>
background-color css
<style>
a { background-color: #EF820A; }
a { background-color: rgb(239,130,10); }
div.DivClassName
{
background-color: #EF820A;
}
.BgClassName
{
background-color: #EF820A;
}
</style>
border-color css
<style>
span { border-color: #EF820A; }
span { border-color: rgb(239,130,10); }
td.TdClassName
{
border-color: #EF820A;
}
.TagClassName
{
border-color: #EF820A;
}
</style>