Shades of Tangerine #EE8511
Tints of Tangerine #EE8511
RGB
CMYK
RGB Variations
Color information
#EE8511 (or 0xEE8511) is known color: Tangerine. HEX triplet: EE, 85 and 11. RGB value is (238,133,17). Sum of RGB (Red+Green+Blue) = 238+133+17=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8511 is #117AEE. Grayscale: #979797. Windows color (decimal): -1145583 or 1148398. OLE color: 1148398.
HSL color Cylindrical-coordinate representation of color #EE8511: hue angle of 31.49º 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 #EE8511 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.07 |
| HSL | 31.49º | 0.87% | 0.5% | - |
| HSV(B) | 31.49º | 0.93% | 0.93% | - |
| XYZ | 43.75 | 34.99 | 4.98 | - |
| YUV | 151.17 | 52.29 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 17 | 0 | 0.44 | 0.93 | 0.07 | 31.49 | 0.87 | 0.5 |
| Hex | EE | 85 | 11 | 0 | 2C | 5D | 7 | 1F | 57 | 32 |
| Octal | 356 | 205 | 21 | 0 | 54 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000101 | 10001 | 0 | 101100 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8511
Complementary color
Monochromatic Colors of #EE8511
Black with #EE8511
Text Example
Text Example
White with #EE8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8511; }
p { color: rgb(238,133,17); }
H1.HeaderClassName
{
color: #EE8511;
}
.AnyTagClassName
{
color: #EE8511;
}
</style>
background-color css
<style>
a { background-color: #EE8511; }
a { background-color: rgb(238,133,17); }
div.DivClassName
{
background-color: #EE8511;
}
.BgClassName
{
background-color: #EE8511;
}
</style>
border-color css
<style>
span { border-color: #EE8511; }
span { border-color: rgb(238,133,17); }
td.TdClassName
{
border-color: #EE8511;
}
.TagClassName
{
border-color: #EE8511;
}
</style>