Shades of Tangerine #EE8309
Tints of Tangerine #EE8309
RGB
CMYK
RGB Variations
Color information
#EE8309 (or 0xEE8309) is known color: Tangerine. HEX triplet: EE, 83 and 09. RGB value is (238,131,9). Sum of RGB (Red+Green+Blue) = 238+131+9=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8309 is #117CF6. Grayscale: #959595. Windows color (decimal): -1146103 or 623598. OLE color: 623598.
HSL color Cylindrical-coordinate representation of color #EE8309: hue angle of 31.97º 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 #EE8309 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 9 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.07 |
| HSL | 31.97º | 0.93% | 0.48% | - |
| HSV(B) | 31.97º | 0.96% | 0.93% | - |
| XYZ | 43.43 | 34.43 | 4.62 | - |
| YUV | 149.09 | 48.95 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 9 | 0 | 0.45 | 0.96 | 0.07 | 31.97 | 0.93 | 0.48 |
| Hex | EE | 83 | 9 | 0 | 2D | 60 | 7 | 20 | 5D | 30 |
| Octal | 356 | 203 | 11 | 0 | 55 | 140 | 7 | 40 | 135 | 60 |
| Binary | 11101110 | 10000011 | 1001 | 0 | 101101 | 1100000 | 111 | 100000 | 1011101 | 110000 |
Color Harmonies of #EE8309
Complementary color
Monochromatic Colors of #EE8309
Black with #EE8309
Text Example
Text Example
White with #EE8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8309; }
p { color: rgb(238,131,9); }
H1.HeaderClassName
{
color: #EE8309;
}
.AnyTagClassName
{
color: #EE8309;
}
</style>
background-color css
<style>
a { background-color: #EE8309; }
a { background-color: rgb(238,131,9); }
div.DivClassName
{
background-color: #EE8309;
}
.BgClassName
{
background-color: #EE8309;
}
</style>
border-color css
<style>
span { border-color: #EE8309; }
span { border-color: rgb(238,131,9); }
td.TdClassName
{
border-color: #EE8309;
}
.TagClassName
{
border-color: #EE8309;
}
</style>