Shades of Tangerine #EE8201
Tints of Tangerine #EE8201
RGB
CMYK
RGB Variations
Color information
#EE8201 (or 0xEE8201) is known color: Tangerine. HEX triplet: EE, 82 and 01. RGB value is (238,130,1). Sum of RGB (Red+Green+Blue) = 238+130+1=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8201 is #117DFE. Grayscale: #949494. Windows color (decimal): -1146367 or 99054. OLE color: 99054.
HSL color Cylindrical-coordinate representation of color #EE8201: hue angle of 32.66º 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 #EE8201 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.07 |
| HSL | 32.66º | 0.99% | 0.47% | - |
| HSV(B) | 32.66º | 1% | 0.93% | - |
| XYZ | 43.25 | 34.14 | 4.34 | - |
| YUV | 147.59 | 45.28 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 1 | 0 | 0.45 | 1.00 | 0.07 | 32.66 | 0.99 | 0.47 |
| Hex | EE | 82 | 1 | 0 | 2D | 64 | 7 | 21 | 63 | 2F |
| Octal | 356 | 202 | 1 | 0 | 55 | 144 | 7 | 41 | 143 | 57 |
| Binary | 11101110 | 10000010 | 1 | 0 | 101101 | 1100100 | 111 | 100001 | 1100011 | 101111 |
Color Harmonies of #EE8201
Complementary color
Monochromatic Colors of #EE8201
Black with #EE8201
Text Example
Text Example
White with #EE8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8201; }
p { color: rgb(238,130,1); }
H1.HeaderClassName
{
color: #EE8201;
}
.AnyTagClassName
{
color: #EE8201;
}
</style>
background-color css
<style>
a { background-color: #EE8201; }
a { background-color: rgb(238,130,1); }
div.DivClassName
{
background-color: #EE8201;
}
.BgClassName
{
background-color: #EE8201;
}
</style>
border-color css
<style>
span { border-color: #EE8201; }
span { border-color: rgb(238,130,1); }
td.TdClassName
{
border-color: #EE8201;
}
.TagClassName
{
border-color: #EE8201;
}
</style>