Shades of Tangerine #EE8E0C
Tints of Tangerine #EE8E0C
RGB
CMYK
RGB Variations
Color information
#EE8E0C (or 0xEE8E0C) is known color: Tangerine. HEX triplet: EE, 8E and 0C. RGB value is (238,142,12). Sum of RGB (Red+Green+Blue) = 238+142+12=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8E0C is #1171F3. Grayscale: #9C9C9C. Windows color (decimal): -1143284 or 823022. OLE color: 823022.
HSL color Cylindrical-coordinate representation of color #EE8E0C: hue angle of 34.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE8E0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.07 |
| HSL | 34.51º | 0.9% | 0.49% | - |
| HSV(B) | 34.51º | 0.95% | 0.93% | - |
| XYZ | 45 | 37.55 | 5.22 | - |
| YUV | 155.88 | 46.8 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 12 | 0 | 0.40 | 0.95 | 0.07 | 34.51 | 0.9 | 0.49 |
| Hex | EE | 8E | C | 0 | 28 | 5F | 7 | 23 | 5A | 31 |
| Octal | 356 | 216 | 14 | 0 | 50 | 137 | 7 | 43 | 132 | 61 |
| Binary | 11101110 | 10001110 | 1100 | 0 | 101000 | 1011111 | 111 | 100011 | 1011010 | 110001 |
Color Harmonies of #EE8E0C
Complementary color
Monochromatic Colors of #EE8E0C
Black with #EE8E0C
Text Example
Text Example
White with #EE8E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8E0C; }
p { color: rgb(238,142,12); }
H1.HeaderClassName
{
color: #EE8E0C;
}
.AnyTagClassName
{
color: #EE8E0C;
}
</style>
background-color css
<style>
a { background-color: #EE8E0C; }
a { background-color: rgb(238,142,12); }
div.DivClassName
{
background-color: #EE8E0C;
}
.BgClassName
{
background-color: #EE8E0C;
}
</style>
border-color css
<style>
span { border-color: #EE8E0C; }
span { border-color: rgb(238,142,12); }
td.TdClassName
{
border-color: #EE8E0C;
}
.TagClassName
{
border-color: #EE8E0C;
}
</style>