Shades of Tangerine #EE8101
Tints of Tangerine #EE8101
RGB
CMYK
RGB Variations
Color information
#EE8101 (or 0xEE8101) is known color: Tangerine. HEX triplet: EE, 81 and 01. RGB value is (238,129,1). Sum of RGB (Red+Green+Blue) = 238+129+1=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8101 is #117EFE. Grayscale: #939393. Windows color (decimal): -1146623 or 98798. OLE color: 98798.
HSL color Cylindrical-coordinate representation of color #EE8101: hue angle of 32.41º 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 #EE8101 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.07 |
| HSL | 32.41º | 0.99% | 0.47% | - |
| HSV(B) | 32.41º | 1% | 0.93% | - |
| XYZ | 43.12 | 33.88 | 4.3 | - |
| YUV | 147 | 45.61 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 1 | 0 | 0.46 | 1.00 | 0.07 | 32.41 | 0.99 | 0.47 |
| Hex | EE | 81 | 1 | 0 | 2E | 64 | 7 | 20 | 63 | 2F |
| Octal | 356 | 201 | 1 | 0 | 56 | 144 | 7 | 40 | 143 | 57 |
| Binary | 11101110 | 10000001 | 1 | 0 | 101110 | 1100100 | 111 | 100000 | 1100011 | 101111 |
Color Harmonies of #EE8101
Complementary color
Monochromatic Colors of #EE8101
Black with #EE8101
Text Example
Text Example
White with #EE8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8101; }
p { color: rgb(238,129,1); }
H1.HeaderClassName
{
color: #EE8101;
}
.AnyTagClassName
{
color: #EE8101;
}
</style>
background-color css
<style>
a { background-color: #EE8101; }
a { background-color: rgb(238,129,1); }
div.DivClassName
{
background-color: #EE8101;
}
.BgClassName
{
background-color: #EE8101;
}
</style>
border-color css
<style>
span { border-color: #EE8101; }
span { border-color: rgb(238,129,1); }
td.TdClassName
{
border-color: #EE8101;
}
.TagClassName
{
border-color: #EE8101;
}
</style>