Shades of Tangerine #EE820F
Tints of Tangerine #EE820F
RGB
CMYK
RGB Variations
Color information
#EE820F (or 0xEE820F) is known color: Tangerine. HEX triplet: EE, 82 and 0F. RGB value is (238,130,15). Sum of RGB (Red+Green+Blue) = 238+130+15=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE820F is #117DF0. Grayscale: #959595. Windows color (decimal): -1146353 or 1016558. OLE color: 1016558.
HSL color Cylindrical-coordinate representation of color #EE820F: hue angle of 30.94º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE820F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.07 |
| HSL | 30.94º | 0.88% | 0.5% | - |
| HSV(B) | 30.94º | 0.94% | 0.93% | - |
| XYZ | 43.33 | 34.18 | 4.77 | - |
| YUV | 149.18 | 52.28 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 15 | 0 | 0.45 | 0.94 | 0.07 | 30.94 | 0.88 | 0.5 |
| Hex | EE | 82 | F | 0 | 2D | 5E | 7 | 1F | 58 | 32 |
| Octal | 356 | 202 | 17 | 0 | 55 | 136 | 7 | 37 | 130 | 62 |
| Binary | 11101110 | 10000010 | 1111 | 0 | 101101 | 1011110 | 111 | 11111 | 1011000 | 110010 |
Color Harmonies of #EE820F
Complementary color
Monochromatic Colors of #EE820F
Black with #EE820F
Text Example
Text Example
White with #EE820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE820F; }
p { color: rgb(238,130,15); }
H1.HeaderClassName
{
color: #EE820F;
}
.AnyTagClassName
{
color: #EE820F;
}
</style>
background-color css
<style>
a { background-color: #EE820F; }
a { background-color: rgb(238,130,15); }
div.DivClassName
{
background-color: #EE820F;
}
.BgClassName
{
background-color: #EE820F;
}
</style>
border-color css
<style>
span { border-color: #EE820F; }
span { border-color: rgb(238,130,15); }
td.TdClassName
{
border-color: #EE820F;
}
.TagClassName
{
border-color: #EE820F;
}
</style>