Shades of Tangerine #EE9201
Tints of Tangerine #EE9201
RGB
CMYK
RGB Variations
Color information
#EE9201 (or 0xEE9201) is known color: Tangerine. HEX triplet: EE, 92 and 01. RGB value is (238,146,1). Sum of RGB (Red+Green+Blue) = 238+146+1=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9201 is #116DFE. Grayscale: #9D9D9D. Windows color (decimal): -1142271 or 103150. OLE color: 103150.
HSL color Cylindrical-coordinate representation of color #EE9201: hue angle of 36.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9201 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.07 |
| HSL | 36.71º | 0.99% | 0.47% | - |
| HSV(B) | 36.71º | 1% | 0.93% | - |
| XYZ | 45.54 | 38.74 | 5.11 | - |
| YUV | 156.98 | 39.98 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 1 | 0 | 0.39 | 1.00 | 0.07 | 36.71 | 0.99 | 0.47 |
| Hex | EE | 92 | 1 | 0 | 27 | 64 | 7 | 25 | 63 | 2F |
| Octal | 356 | 222 | 1 | 0 | 47 | 144 | 7 | 45 | 143 | 57 |
| Binary | 11101110 | 10010010 | 1 | 0 | 100111 | 1100100 | 111 | 100101 | 1100011 | 101111 |
Color Harmonies of #EE9201
Complementary color
Monochromatic Colors of #EE9201
Black with #EE9201
Text Example
Text Example
White with #EE9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9201; }
p { color: rgb(238,146,1); }
H1.HeaderClassName
{
color: #EE9201;
}
.AnyTagClassName
{
color: #EE9201;
}
</style>
background-color css
<style>
a { background-color: #EE9201; }
a { background-color: rgb(238,146,1); }
div.DivClassName
{
background-color: #EE9201;
}
.BgClassName
{
background-color: #EE9201;
}
</style>
border-color css
<style>
span { border-color: #EE9201; }
span { border-color: rgb(238,146,1); }
td.TdClassName
{
border-color: #EE9201;
}
.TagClassName
{
border-color: #EE9201;
}
</style>