Shades of Tangerine #EE8302
Tints of Tangerine #EE8302
RGB
CMYK
RGB Variations
Color information
#EE8302 (or 0xEE8302) is known color: Tangerine. HEX triplet: EE, 83 and 02. RGB value is (238,131,2). Sum of RGB (Red+Green+Blue) = 238+131+2=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8302 is #117CFD. Grayscale: #949494. Windows color (decimal): -1146110 or 164846. OLE color: 164846.
HSL color Cylindrical-coordinate representation of color #EE8302: hue angle of 32.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE8302 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.07 |
| HSL | 32.8º | 0.98% | 0.47% | - |
| HSV(B) | 32.8º | 0.99% | 0.93% | - |
| XYZ | 43.39 | 34.41 | 4.41 | - |
| YUV | 148.29 | 45.45 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 2 | 0 | 0.45 | 0.99 | 0.07 | 32.8 | 0.98 | 0.47 |
| Hex | EE | 83 | 2 | 0 | 2D | 63 | 7 | 21 | 62 | 2F |
| Octal | 356 | 203 | 2 | 0 | 55 | 143 | 7 | 41 | 142 | 57 |
| Binary | 11101110 | 10000011 | 10 | 0 | 101101 | 1100011 | 111 | 100001 | 1100010 | 101111 |
Color Harmonies of #EE8302
Complementary color
Monochromatic Colors of #EE8302
Black with #EE8302
Text Example
Text Example
White with #EE8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8302; }
p { color: rgb(238,131,2); }
H1.HeaderClassName
{
color: #EE8302;
}
.AnyTagClassName
{
color: #EE8302;
}
</style>
background-color css
<style>
a { background-color: #EE8302; }
a { background-color: rgb(238,131,2); }
div.DivClassName
{
background-color: #EE8302;
}
.BgClassName
{
background-color: #EE8302;
}
</style>
border-color css
<style>
span { border-color: #EE8302; }
span { border-color: rgb(238,131,2); }
td.TdClassName
{
border-color: #EE8302;
}
.TagClassName
{
border-color: #EE8302;
}
</style>