Shades of Tangerine #EE8801
Tints of Tangerine #EE8801
RGB
CMYK
RGB Variations
Color information
#EE8801 (or 0xEE8801) is known color: Tangerine. HEX triplet: EE, 88 and 01. RGB value is (238,136,1). Sum of RGB (Red+Green+Blue) = 238+136+1=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8801 is #1177FE. Grayscale: #979797. Windows color (decimal): -1144831 or 100590. OLE color: 100590.
HSL color Cylindrical-coordinate representation of color #EE8801: hue angle of 34.18º 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 #EE8801 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.07 |
| HSL | 34.18º | 0.99% | 0.47% | - |
| HSV(B) | 34.18º | 1% | 0.93% | - |
| XYZ | 44.07 | 35.79 | 4.61 | - |
| YUV | 151.11 | 43.29 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 1 | 0 | 0.43 | 1.00 | 0.07 | 34.18 | 0.99 | 0.47 |
| Hex | EE | 88 | 1 | 0 | 2B | 64 | 7 | 22 | 63 | 2F |
| Octal | 356 | 210 | 1 | 0 | 53 | 144 | 7 | 42 | 143 | 57 |
| Binary | 11101110 | 10001000 | 1 | 0 | 101011 | 1100100 | 111 | 100010 | 1100011 | 101111 |
Color Harmonies of #EE8801
Complementary color
Monochromatic Colors of #EE8801
Black with #EE8801
Text Example
Text Example
White with #EE8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8801; }
p { color: rgb(238,136,1); }
H1.HeaderClassName
{
color: #EE8801;
}
.AnyTagClassName
{
color: #EE8801;
}
</style>
background-color css
<style>
a { background-color: #EE8801; }
a { background-color: rgb(238,136,1); }
div.DivClassName
{
background-color: #EE8801;
}
.BgClassName
{
background-color: #EE8801;
}
</style>
border-color css
<style>
span { border-color: #EE8801; }
span { border-color: rgb(238,136,1); }
td.TdClassName
{
border-color: #EE8801;
}
.TagClassName
{
border-color: #EE8801;
}
</style>