Shades of Tangerine #EE8509
Tints of Tangerine #EE8509
RGB
CMYK
RGB Variations
Color information
#EE8509 (or 0xEE8509) is known color: Tangerine. HEX triplet: EE, 85 and 09. RGB value is (238,133,9). Sum of RGB (Red+Green+Blue) = 238+133+9=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8509 is #117AF6. Grayscale: #969696. Windows color (decimal): -1145591 or 624110. OLE color: 624110.
HSL color Cylindrical-coordinate representation of color #EE8509: hue angle of 32.49º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE8509 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.07 |
| HSL | 32.49º | 0.93% | 0.48% | - |
| HSV(B) | 32.49º | 0.96% | 0.93% | - |
| XYZ | 43.7 | 34.97 | 4.71 | - |
| YUV | 150.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 9 | 0 | 0.44 | 0.96 | 0.07 | 32.49 | 0.93 | 0.48 |
| Hex | EE | 85 | 9 | 0 | 2C | 60 | 7 | 20 | 5D | 30 |
| Octal | 356 | 205 | 11 | 0 | 54 | 140 | 7 | 40 | 135 | 60 |
| Binary | 11101110 | 10000101 | 1001 | 0 | 101100 | 1100000 | 111 | 100000 | 1011101 | 110000 |
Color Harmonies of #EE8509
Complementary color
Monochromatic Colors of #EE8509
Black with #EE8509
Text Example
Text Example
White with #EE8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8509; }
p { color: rgb(238,133,9); }
H1.HeaderClassName
{
color: #EE8509;
}
.AnyTagClassName
{
color: #EE8509;
}
</style>
background-color css
<style>
a { background-color: #EE8509; }
a { background-color: rgb(238,133,9); }
div.DivClassName
{
background-color: #EE8509;
}
.BgClassName
{
background-color: #EE8509;
}
</style>
border-color css
<style>
span { border-color: #EE8509; }
span { border-color: rgb(238,133,9); }
td.TdClassName
{
border-color: #EE8509;
}
.TagClassName
{
border-color: #EE8509;
}
</style>