Shades of Tangerine #EE8110
Tints of Tangerine #EE8110
RGB
CMYK
RGB Variations
Color information
#EE8110 (or 0xEE8110) is known color: Tangerine. HEX triplet: EE, 81 and 10. RGB value is (238,129,16). Sum of RGB (Red+Green+Blue) = 238+129+16=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8110 is #117EEF. Grayscale: #959595. Windows color (decimal): -1146608 or 1081838. OLE color: 1081838.
HSL color Cylindrical-coordinate representation of color #EE8110: hue angle of 30.54º 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 #EE8110 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.07 |
| HSL | 30.54º | 0.87% | 0.5% | - |
| HSV(B) | 30.54º | 0.93% | 0.93% | - |
| XYZ | 43.2 | 33.92 | 4.76 | - |
| YUV | 148.71 | 53.11 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 16 | 0 | 0.46 | 0.93 | 0.07 | 30.54 | 0.87 | 0.5 |
| Hex | EE | 81 | 10 | 0 | 2E | 5D | 7 | 1F | 57 | 32 |
| Octal | 356 | 201 | 20 | 0 | 56 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101110 | 10000001 | 10000 | 0 | 101110 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #EE8110
Complementary color
Monochromatic Colors of #EE8110
Black with #EE8110
Text Example
Text Example
White with #EE8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8110; }
p { color: rgb(238,129,16); }
H1.HeaderClassName
{
color: #EE8110;
}
.AnyTagClassName
{
color: #EE8110;
}
</style>
background-color css
<style>
a { background-color: #EE8110; }
a { background-color: rgb(238,129,16); }
div.DivClassName
{
background-color: #EE8110;
}
.BgClassName
{
background-color: #EE8110;
}
</style>
border-color css
<style>
span { border-color: #EE8110; }
span { border-color: rgb(238,129,16); }
td.TdClassName
{
border-color: #EE8110;
}
.TagClassName
{
border-color: #EE8110;
}
</style>