Shades of Tangerine #EE8602
Tints of Tangerine #EE8602
RGB
CMYK
RGB Variations
Color information
#EE8602 (or 0xEE8602) is known color: Tangerine. HEX triplet: EE, 86 and 02. RGB value is (238,134,2). Sum of RGB (Red+Green+Blue) = 238+134+2=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8602 is #1179FD. Grayscale: #969696. Windows color (decimal): -1145342 or 165614. OLE color: 165614.
HSL color Cylindrical-coordinate representation of color #EE8602: hue angle of 33.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE8602 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.07 |
| HSL | 33.56º | 0.98% | 0.47% | - |
| HSV(B) | 33.56º | 0.99% | 0.93% | - |
| XYZ | 43.8 | 35.23 | 4.55 | - |
| YUV | 150.05 | 44.46 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 2 | 0 | 0.44 | 0.99 | 0.07 | 33.56 | 0.98 | 0.47 |
| Hex | EE | 86 | 2 | 0 | 2C | 63 | 7 | 22 | 62 | 2F |
| Octal | 356 | 206 | 2 | 0 | 54 | 143 | 7 | 42 | 142 | 57 |
| Binary | 11101110 | 10000110 | 10 | 0 | 101100 | 1100011 | 111 | 100010 | 1100010 | 101111 |
Color Harmonies of #EE8602
Complementary color
Monochromatic Colors of #EE8602
Black with #EE8602
Text Example
Text Example
White with #EE8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8602; }
p { color: rgb(238,134,2); }
H1.HeaderClassName
{
color: #EE8602;
}
.AnyTagClassName
{
color: #EE8602;
}
</style>
background-color css
<style>
a { background-color: #EE8602; }
a { background-color: rgb(238,134,2); }
div.DivClassName
{
background-color: #EE8602;
}
.BgClassName
{
background-color: #EE8602;
}
</style>
border-color css
<style>
span { border-color: #EE8602; }
span { border-color: rgb(238,134,2); }
td.TdClassName
{
border-color: #EE8602;
}
.TagClassName
{
border-color: #EE8602;
}
</style>