Shades of Tangerine #EE880C
Tints of Tangerine #EE880C
RGB
CMYK
RGB Variations
Color information
#EE880C (or 0xEE880C) is known color: Tangerine. HEX triplet: EE, 88 and 0C. RGB value is (238,136,12). Sum of RGB (Red+Green+Blue) = 238+136+12=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE880C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE880C is #1177F3. Grayscale: #989898. Windows color (decimal): -1144820 or 821486. OLE color: 821486.
HSL color Cylindrical-coordinate representation of color #EE880C: hue angle of 32.92º 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 #EE880C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.92º | 0.9% | 0.49% | - |
| HSV(B) | 32.92º | 0.95% | 0.93% | - |
| XYZ | 44.13 | 35.81 | 4.93 | - |
| YUV | 152.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 12 | 0 | 0.43 | 0.95 | 0.07 | 32.92 | 0.9 | 0.49 |
| Hex | EE | 88 | C | 0 | 2B | 5F | 7 | 21 | 5A | 31 |
| Octal | 356 | 210 | 14 | 0 | 53 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101110 | 10001000 | 1100 | 0 | 101011 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EE880C
Complementary color
Monochromatic Colors of #EE880C
Black with #EE880C
Text Example
Text Example
White with #EE880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE880C; }
p { color: rgb(238,136,12); }
H1.HeaderClassName
{
color: #EE880C;
}
.AnyTagClassName
{
color: #EE880C;
}
</style>
background-color css
<style>
a { background-color: #EE880C; }
a { background-color: rgb(238,136,12); }
div.DivClassName
{
background-color: #EE880C;
}
.BgClassName
{
background-color: #EE880C;
}
</style>
border-color css
<style>
span { border-color: #EE880C; }
span { border-color: rgb(238,136,12); }
td.TdClassName
{
border-color: #EE880C;
}
.TagClassName
{
border-color: #EE880C;
}
</style>