Shades of Tangerine #EE8104
Tints of Tangerine #EE8104
RGB
CMYK
RGB Variations
Color information
#EE8104 (or 0xEE8104) is known color: Tangerine. HEX triplet: EE, 81 and 04. RGB value is (238,129,4). Sum of RGB (Red+Green+Blue) = 238+129+4=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8104 is #117EFB. Grayscale: #939393. Windows color (decimal): -1146620 or 295406. OLE color: 295406.
HSL color Cylindrical-coordinate representation of color #EE8104: hue angle of 32.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE8104 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.07 |
| HSL | 32.05º | 0.97% | 0.47% | - |
| HSV(B) | 32.05º | 0.98% | 0.93% | - |
| XYZ | 43.13 | 33.89 | 4.38 | - |
| YUV | 147.34 | 47.11 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 4 | 0 | 0.46 | 0.98 | 0.07 | 32.05 | 0.97 | 0.47 |
| Hex | EE | 81 | 4 | 0 | 2E | 62 | 7 | 20 | 61 | 2F |
| Octal | 356 | 201 | 4 | 0 | 56 | 142 | 7 | 40 | 141 | 57 |
| Binary | 11101110 | 10000001 | 100 | 0 | 101110 | 1100010 | 111 | 100000 | 1100001 | 101111 |
Color Harmonies of #EE8104
Complementary color
Monochromatic Colors of #EE8104
Black with #EE8104
Text Example
Text Example
White with #EE8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8104; }
p { color: rgb(238,129,4); }
H1.HeaderClassName
{
color: #EE8104;
}
.AnyTagClassName
{
color: #EE8104;
}
</style>
background-color css
<style>
a { background-color: #EE8104; }
a { background-color: rgb(238,129,4); }
div.DivClassName
{
background-color: #EE8104;
}
.BgClassName
{
background-color: #EE8104;
}
</style>
border-color css
<style>
span { border-color: #EE8104; }
span { border-color: rgb(238,129,4); }
td.TdClassName
{
border-color: #EE8104;
}
.TagClassName
{
border-color: #EE8104;
}
</style>