Shades of Tangerine #EE8311
Tints of Tangerine #EE8311
RGB
CMYK
RGB Variations
Color information
#EE8311 (or 0xEE8311) is known color: Tangerine. HEX triplet: EE, 83 and 11. RGB value is (238,131,17). Sum of RGB (Red+Green+Blue) = 238+131+17=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8311 is #117CEE. Grayscale: #969696. Windows color (decimal): -1146095 or 1147886. OLE color: 1147886.
HSL color Cylindrical-coordinate representation of color #EE8311: hue angle of 30.95º 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 #EE8311 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.07 |
| HSL | 30.95º | 0.87% | 0.5% | - |
| HSV(B) | 30.95º | 0.93% | 0.93% | - |
| XYZ | 43.48 | 34.45 | 4.89 | - |
| YUV | 150 | 52.95 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 17 | 0 | 0.45 | 0.93 | 0.07 | 30.95 | 0.87 | 0.5 |
| Hex | EE | 83 | 11 | 0 | 2D | 5D | 7 | 1F | 57 | 32 |
| Octal | 356 | 203 | 21 | 0 | 55 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000011 | 10001 | 0 | 101101 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8311
Complementary color
Monochromatic Colors of #EE8311
Black with #EE8311
Text Example
Text Example
White with #EE8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8311; }
p { color: rgb(238,131,17); }
H1.HeaderClassName
{
color: #EE8311;
}
.AnyTagClassName
{
color: #EE8311;
}
</style>
background-color css
<style>
a { background-color: #EE8311; }
a { background-color: rgb(238,131,17); }
div.DivClassName
{
background-color: #EE8311;
}
.BgClassName
{
background-color: #EE8311;
}
</style>
border-color css
<style>
span { border-color: #EE8311; }
span { border-color: rgb(238,131,17); }
td.TdClassName
{
border-color: #EE8311;
}
.TagClassName
{
border-color: #EE8311;
}
</style>