Shades of Tangerine #EE8412
Tints of Tangerine #EE8412
RGB
CMYK
RGB Variations
Color information
#EE8412 (or 0xEE8412) is known color: Tangerine. HEX triplet: EE, 84 and 12. RGB value is (238,132,18). Sum of RGB (Red+Green+Blue) = 238+132+18=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8412 is #117BED. Grayscale: #979797. Windows color (decimal): -1145838 or 1213678. OLE color: 1213678.
HSL color Cylindrical-coordinate representation of color #EE8412: hue angle of 31.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE8412 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.07 |
| HSL | 31.09º | 0.87% | 0.5% | - |
| HSV(B) | 31.09º | 0.92% | 0.93% | - |
| XYZ | 43.62 | 34.72 | 4.98 | - |
| YUV | 150.7 | 53.12 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 18 | 0 | 0.45 | 0.92 | 0.07 | 31.09 | 0.87 | 0.5 |
| Hex | EE | 84 | 12 | 0 | 2D | 5C | 7 | 1F | 57 | 32 |
| Octal | 356 | 204 | 22 | 0 | 55 | 134 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000100 | 10010 | 0 | 101101 | 1011100 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8412
Complementary color
Monochromatic Colors of #EE8412
Black with #EE8412
Text Example
Text Example
White with #EE8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8412; }
p { color: rgb(238,132,18); }
H1.HeaderClassName
{
color: #EE8412;
}
.AnyTagClassName
{
color: #EE8412;
}
</style>
background-color css
<style>
a { background-color: #EE8412; }
a { background-color: rgb(238,132,18); }
div.DivClassName
{
background-color: #EE8412;
}
.BgClassName
{
background-color: #EE8412;
}
</style>
border-color css
<style>
span { border-color: #EE8412; }
span { border-color: rgb(238,132,18); }
td.TdClassName
{
border-color: #EE8412;
}
.TagClassName
{
border-color: #EE8412;
}
</style>