Shades of Tangerine #EE9206
Tints of Tangerine #EE9206
RGB
CMYK
RGB Variations
Color information
#EE9206 (or 0xEE9206) is known color: Tangerine. HEX triplet: EE, 92 and 06. RGB value is (238,146,6). Sum of RGB (Red+Green+Blue) = 238+146+6=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9206 is #116DF9. Grayscale: #9E9E9E. Windows color (decimal): -1142266 or 430830. OLE color: 430830.
HSL color Cylindrical-coordinate representation of color #EE9206: hue angle of 36.21º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE9206 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.07 |
| HSL | 36.21º | 0.95% | 0.48% | - |
| HSV(B) | 36.21º | 0.97% | 0.93% | - |
| XYZ | 45.57 | 38.75 | 5.25 | - |
| YUV | 157.55 | 42.48 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 6 | 0 | 0.39 | 0.97 | 0.07 | 36.21 | 0.95 | 0.48 |
| Hex | EE | 92 | 6 | 0 | 27 | 61 | 7 | 24 | 5F | 30 |
| Octal | 356 | 222 | 6 | 0 | 47 | 141 | 7 | 44 | 137 | 60 |
| Binary | 11101110 | 10010010 | 110 | 0 | 100111 | 1100001 | 111 | 100100 | 1011111 | 110000 |
Color Harmonies of #EE9206
Complementary color
Monochromatic Colors of #EE9206
Black with #EE9206
Text Example
Text Example
White with #EE9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9206; }
p { color: rgb(238,146,6); }
H1.HeaderClassName
{
color: #EE9206;
}
.AnyTagClassName
{
color: #EE9206;
}
</style>
background-color css
<style>
a { background-color: #EE9206; }
a { background-color: rgb(238,146,6); }
div.DivClassName
{
background-color: #EE9206;
}
.BgClassName
{
background-color: #EE9206;
}
</style>
border-color css
<style>
span { border-color: #EE9206; }
span { border-color: rgb(238,146,6); }
td.TdClassName
{
border-color: #EE9206;
}
.TagClassName
{
border-color: #EE9206;
}
</style>