Shades of Tangerine #EE860C
Tints of Tangerine #EE860C
RGB
CMYK
RGB Variations
Color information
#EE860C (or 0xEE860C) is known color: Tangerine. HEX triplet: EE, 86 and 0C. RGB value is (238,134,12). Sum of RGB (Red+Green+Blue) = 238+134+12=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE860C is #1179F3. Grayscale: #979797. Windows color (decimal): -1145332 or 820974. OLE color: 820974.
HSL color Cylindrical-coordinate representation of color #EE860C: hue angle of 32.39º 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 #EE860C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.39º | 0.9% | 0.49% | - |
| HSV(B) | 32.39º | 0.95% | 0.93% | - |
| XYZ | 43.85 | 35.25 | 4.84 | - |
| YUV | 151.19 | 49.46 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 12 | 0 | 0.44 | 0.95 | 0.07 | 32.39 | 0.9 | 0.49 |
| Hex | EE | 86 | C | 0 | 2C | 5F | 7 | 20 | 5A | 31 |
| Octal | 356 | 206 | 14 | 0 | 54 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101110 | 10000110 | 1100 | 0 | 101100 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EE860C
Complementary color
Monochromatic Colors of #EE860C
Black with #EE860C
Text Example
Text Example
White with #EE860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE860C; }
p { color: rgb(238,134,12); }
H1.HeaderClassName
{
color: #EE860C;
}
.AnyTagClassName
{
color: #EE860C;
}
</style>
background-color css
<style>
a { background-color: #EE860C; }
a { background-color: rgb(238,134,12); }
div.DivClassName
{
background-color: #EE860C;
}
.BgClassName
{
background-color: #EE860C;
}
</style>
border-color css
<style>
span { border-color: #EE860C; }
span { border-color: rgb(238,134,12); }
td.TdClassName
{
border-color: #EE860C;
}
.TagClassName
{
border-color: #EE860C;
}
</style>