Shades of Tangerine #EE8010
Tints of Tangerine #EE8010
RGB
CMYK
RGB Variations
Color information
#EE8010 (or 0xEE8010) is known color: Tangerine. HEX triplet: EE, 80 and 10. RGB value is (238,128,16). Sum of RGB (Red+Green+Blue) = 238+128+16=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8010 is #117FEF. Grayscale: #949494. Windows color (decimal): -1146864 or 1081582. OLE color: 1081582.
HSL color Cylindrical-coordinate representation of color #EE8010: hue angle of 30.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE8010 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.07 |
| HSL | 30.27º | 0.87% | 0.5% | - |
| HSV(B) | 30.27º | 0.93% | 0.93% | - |
| XYZ | 43.07 | 33.65 | 4.72 | - |
| YUV | 148.12 | 53.44 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 16 | 0 | 0.46 | 0.93 | 0.07 | 30.27 | 0.87 | 0.5 |
| Hex | EE | 80 | 10 | 0 | 2E | 5D | 7 | 1E | 57 | 32 |
| Octal | 356 | 200 | 20 | 0 | 56 | 135 | 7 | 36 | 127 | 62 |
| Binary | 11101110 | 10000000 | 10000 | 0 | 101110 | 1011101 | 111 | 11110 | 1010111 | 110010 |
Color Harmonies of #EE8010
Complementary color
Monochromatic Colors of #EE8010
Black with #EE8010
Text Example
Text Example
White with #EE8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8010; }
p { color: rgb(238,128,16); }
H1.HeaderClassName
{
color: #EE8010;
}
.AnyTagClassName
{
color: #EE8010;
}
</style>
background-color css
<style>
a { background-color: #EE8010; }
a { background-color: rgb(238,128,16); }
div.DivClassName
{
background-color: #EE8010;
}
.BgClassName
{
background-color: #EE8010;
}
</style>
border-color css
<style>
span { border-color: #EE8010; }
span { border-color: rgb(238,128,16); }
td.TdClassName
{
border-color: #EE8010;
}
.TagClassName
{
border-color: #EE8010;
}
</style>