Shades of Tangerine #EE8510
Tints of Tangerine #EE8510
RGB
CMYK
RGB Variations
Color information
#EE8510 (or 0xEE8510) is known color: Tangerine. HEX triplet: EE, 85 and 10. RGB value is (238,133,16). Sum of RGB (Red+Green+Blue) = 238+133+16=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8510 is #117AEF. Grayscale: #979797. Windows color (decimal): -1145584 or 1082862. OLE color: 1082862.
HSL color Cylindrical-coordinate representation of color #EE8510: hue angle of 31.62º 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 #EE8510 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.07 |
| HSL | 31.62º | 0.87% | 0.5% | - |
| HSV(B) | 31.62º | 0.93% | 0.93% | - |
| XYZ | 43.74 | 34.99 | 4.94 | - |
| YUV | 151.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 16 | 0 | 0.44 | 0.93 | 0.07 | 31.62 | 0.87 | 0.5 |
| Hex | EE | 85 | 10 | 0 | 2C | 5D | 7 | 20 | 57 | 32 |
| Octal | 356 | 205 | 20 | 0 | 54 | 135 | 7 | 40 | 127 | 62 |
| Binary | 11101110 | 10000101 | 10000 | 0 | 101100 | 1011101 | 111 | 100000 | 1010111 | 110010 |
Color Harmonies of #EE8510
Complementary color
Monochromatic Colors of #EE8510
Black with #EE8510
Text Example
Text Example
White with #EE8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8510; }
p { color: rgb(238,133,16); }
H1.HeaderClassName
{
color: #EE8510;
}
.AnyTagClassName
{
color: #EE8510;
}
</style>
background-color css
<style>
a { background-color: #EE8510; }
a { background-color: rgb(238,133,16); }
div.DivClassName
{
background-color: #EE8510;
}
.BgClassName
{
background-color: #EE8510;
}
</style>
border-color css
<style>
span { border-color: #EE8510; }
span { border-color: rgb(238,133,16); }
td.TdClassName
{
border-color: #EE8510;
}
.TagClassName
{
border-color: #EE8510;
}
</style>