Shades of Tangerine #EE8512
Tints of Tangerine #EE8512
RGB
CMYK
RGB Variations
Color information
#EE8512 (or 0xEE8512) is known color: Tangerine. HEX triplet: EE, 85 and 12. RGB value is (238,133,18). Sum of RGB (Red+Green+Blue) = 238+133+18=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8512 is #117AED. Grayscale: #979797. Windows color (decimal): -1145582 or 1213934. OLE color: 1213934.
HSL color Cylindrical-coordinate representation of color #EE8512: hue angle of 31.36º 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 #EE8512 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.07 |
| HSL | 31.36º | 0.87% | 0.5% | - |
| HSV(B) | 31.36º | 0.92% | 0.93% | - |
| XYZ | 43.76 | 35 | 5.02 | - |
| YUV | 151.29 | 52.79 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 18 | 0 | 0.44 | 0.92 | 0.07 | 31.36 | 0.87 | 0.5 |
| Hex | EE | 85 | 12 | 0 | 2C | 5C | 7 | 1F | 57 | 32 |
| Octal | 356 | 205 | 22 | 0 | 54 | 134 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000101 | 10010 | 0 | 101100 | 1011100 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8512
Complementary color
Monochromatic Colors of #EE8512
Black with #EE8512
Text Example
Text Example
White with #EE8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8512; }
p { color: rgb(238,133,18); }
H1.HeaderClassName
{
color: #EE8512;
}
.AnyTagClassName
{
color: #EE8512;
}
</style>
background-color css
<style>
a { background-color: #EE8512; }
a { background-color: rgb(238,133,18); }
div.DivClassName
{
background-color: #EE8512;
}
.BgClassName
{
background-color: #EE8512;
}
</style>
border-color css
<style>
span { border-color: #EE8512; }
span { border-color: rgb(238,133,18); }
td.TdClassName
{
border-color: #EE8512;
}
.TagClassName
{
border-color: #EE8512;
}
</style>