Shades of Tangerine #EE800E
Tints of Tangerine #EE800E
RGB
CMYK
RGB Variations
Color information
#EE800E (or 0xEE800E) is known color: Tangerine. HEX triplet: EE, 80 and 0E. RGB value is (238,128,14). Sum of RGB (Red+Green+Blue) = 238+128+14=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE800E is #117FF1. Grayscale: #949494. Windows color (decimal): -1146866 or 950510. OLE color: 950510.
HSL color Cylindrical-coordinate representation of color #EE800E: hue angle of 30.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE800E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.07 |
| HSL | 30.54º | 0.89% | 0.49% | - |
| HSV(B) | 30.54º | 0.94% | 0.93% | - |
| XYZ | 43.06 | 33.65 | 4.64 | - |
| YUV | 147.89 | 52.44 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 14 | 0 | 0.46 | 0.94 | 0.07 | 30.54 | 0.89 | 0.49 |
| Hex | EE | 80 | E | 0 | 2E | 5E | 7 | 1F | 59 | 31 |
| Octal | 356 | 200 | 16 | 0 | 56 | 136 | 7 | 37 | 131 | 61 |
| Binary | 11101110 | 10000000 | 1110 | 0 | 101110 | 1011110 | 111 | 11111 | 1011001 | 110001 |
Color Harmonies of #EE800E
Complementary color
Monochromatic Colors of #EE800E
Black with #EE800E
Text Example
Text Example
White with #EE800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE800E; }
p { color: rgb(238,128,14); }
H1.HeaderClassName
{
color: #EE800E;
}
.AnyTagClassName
{
color: #EE800E;
}
</style>
background-color css
<style>
a { background-color: #EE800E; }
a { background-color: rgb(238,128,14); }
div.DivClassName
{
background-color: #EE800E;
}
.BgClassName
{
background-color: #EE800E;
}
</style>
border-color css
<style>
span { border-color: #EE800E; }
span { border-color: rgb(238,128,14); }
td.TdClassName
{
border-color: #EE800E;
}
.TagClassName
{
border-color: #EE800E;
}
</style>