Shades of Tangerine #EE9500
Tints of Tangerine #EE9500
RGB
CMYK
RGB Variations
Color information
#EE9500 (or 0xEE9500) is known color: Tangerine. HEX triplet: EE, 95 and 00. RGB value is (238,149,0). Sum of RGB (Red+Green+Blue) = 238+149+0=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9500 is #116AFF. Grayscale: #9F9F9F. Windows color (decimal): -1141504 or 38382. OLE color: 38382.
HSL color Cylindrical-coordinate representation of color #EE9500: hue angle of 37.56º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.07 |
| HSL | 37.56º | 1% | 0.47% | - |
| HSV(B) | 37.56º | 1% | 0.93% | - |
| XYZ | 46.01 | 39.67 | 5.23 | - |
| YUV | 158.63 | 38.49 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 0 | 0 | 0.37 | 1 | 0.07 | 37.56 | 1 | 0.47 |
| Hex | EE | 95 | 0 | 0 | 25 | 64 | 7 | 26 | 64 | 2F |
| Octal | 356 | 225 | 0 | 0 | 45 | 144 | 7 | 46 | 144 | 57 |
| Binary | 11101110 | 10010101 | 0 | 0 | 100101 | 1100100 | 111 | 100110 | 1100100 | 101111 |
Color Harmonies of #EE9500
Complementary color
Monochromatic Colors of #EE9500
Black with #EE9500
Text Example
Text Example
White with #EE9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9500; }
p { color: rgb(238,149,0); }
H1.HeaderClassName
{
color: #EE9500;
}
.AnyTagClassName
{
color: #EE9500;
}
</style>
background-color css
<style>
a { background-color: #EE9500; }
a { background-color: rgb(238,149,0); }
div.DivClassName
{
background-color: #EE9500;
}
.BgClassName
{
background-color: #EE9500;
}
</style>
border-color css
<style>
span { border-color: #EE9500; }
span { border-color: rgb(238,149,0); }
td.TdClassName
{
border-color: #EE9500;
}
.TagClassName
{
border-color: #EE9500;
}
</style>