Shades of Tangerine #EE8113
Tints of Tangerine #EE8113
RGB
CMYK
RGB Variations
Color information
#EE8113 (or 0xEE8113) is known color: Tangerine. HEX triplet: EE, 81 and 13. RGB value is (238,129,19). Sum of RGB (Red+Green+Blue) = 238+129+19=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8113 is #117EEC. Grayscale: #959595. Windows color (decimal): -1146605 or 1278446. OLE color: 1278446.
HSL color Cylindrical-coordinate representation of color #EE8113: hue angle of 30.14º 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 #EE8113 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.07 |
| HSL | 30.14º | 0.87% | 0.5% | - |
| HSV(B) | 30.14º | 0.92% | 0.93% | - |
| XYZ | 43.23 | 33.92 | 4.89 | - |
| YUV | 149.05 | 54.61 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 19 | 0 | 0.46 | 0.92 | 0.07 | 30.14 | 0.87 | 0.5 |
| Hex | EE | 81 | 13 | 0 | 2E | 5C | 7 | 1E | 57 | 32 |
| Octal | 356 | 201 | 23 | 0 | 56 | 134 | 7 | 36 | 127 | 62 |
| Binary | 11101110 | 10000001 | 10011 | 0 | 101110 | 1011100 | 111 | 11110 | 1010111 | 110010 |
Color Harmonies of #EE8113
Complementary color
Monochromatic Colors of #EE8113
Black with #EE8113
Text Example
Text Example
White with #EE8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8113; }
p { color: rgb(238,129,19); }
H1.HeaderClassName
{
color: #EE8113;
}
.AnyTagClassName
{
color: #EE8113;
}
</style>
background-color css
<style>
a { background-color: #EE8113; }
a { background-color: rgb(238,129,19); }
div.DivClassName
{
background-color: #EE8113;
}
.BgClassName
{
background-color: #EE8113;
}
</style>
border-color css
<style>
span { border-color: #EE8113; }
span { border-color: rgb(238,129,19); }
td.TdClassName
{
border-color: #EE8113;
}
.TagClassName
{
border-color: #EE8113;
}
</style>