Shades of Tangerine #EE850C
Tints of Tangerine #EE850C
RGB
CMYK
RGB Variations
Color information
#EE850C (or 0xEE850C) is known color: Tangerine. HEX triplet: EE, 85 and 0C. RGB value is (238,133,12). Sum of RGB (Red+Green+Blue) = 238+133+12=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE850C is #117AF3. Grayscale: #979797. Windows color (decimal): -1145588 or 820718. OLE color: 820718.
HSL color Cylindrical-coordinate representation of color #EE850C: hue angle of 32.12º 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 #EE850C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.12º | 0.9% | 0.49% | - |
| HSV(B) | 32.12º | 0.95% | 0.93% | - |
| XYZ | 43.71 | 34.98 | 4.8 | - |
| YUV | 150.6 | 49.79 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 12 | 0 | 0.44 | 0.95 | 0.07 | 32.12 | 0.9 | 0.49 |
| Hex | EE | 85 | C | 0 | 2C | 5F | 7 | 20 | 5A | 31 |
| Octal | 356 | 205 | 14 | 0 | 54 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101110 | 10000101 | 1100 | 0 | 101100 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EE850C
Complementary color
Monochromatic Colors of #EE850C
Black with #EE850C
Text Example
Text Example
White with #EE850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE850C; }
p { color: rgb(238,133,12); }
H1.HeaderClassName
{
color: #EE850C;
}
.AnyTagClassName
{
color: #EE850C;
}
</style>
background-color css
<style>
a { background-color: #EE850C; }
a { background-color: rgb(238,133,12); }
div.DivClassName
{
background-color: #EE850C;
}
.BgClassName
{
background-color: #EE850C;
}
</style>
border-color css
<style>
span { border-color: #EE850C; }
span { border-color: rgb(238,133,12); }
td.TdClassName
{
border-color: #EE850C;
}
.TagClassName
{
border-color: #EE850C;
}
</style>