Shades of Tangerine #E08201
Tints of Tangerine #E08201
RGB
CMYK
RGB Variations
Color information
#E08201 (or 0xE08201) is known color: Tangerine. HEX triplet: E0, 82 and 01. RGB value is (224,130,1). Sum of RGB (Red+Green+Blue) = 224+130+1=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E08201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08201 is #1F7DFE. Grayscale: #909090. Windows color (decimal): -2063871 or 99040. OLE color: 99040.
HSL color Cylindrical-coordinate representation of color #E08201: hue angle of 34.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08201 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.12 |
| HSL | 34.71º | 0.99% | 0.44% | - |
| HSV(B) | 34.71º | 1% | 0.88% | - |
| XYZ | 38.73 | 31.81 | 4.13 | - |
| YUV | 143.4 | 47.64 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 1 | 0 | 0.42 | 1.00 | 0.12 | 34.71 | 0.99 | 0.44 |
| Hex | E0 | 82 | 1 | 0 | 2A | 64 | C | 23 | 63 | 2C |
| Octal | 340 | 202 | 1 | 0 | 52 | 144 | 14 | 43 | 143 | 54 |
| Binary | 11100000 | 10000010 | 1 | 0 | 101010 | 1100100 | 1100 | 100011 | 1100011 | 101100 |
Color Harmonies of #E08201
Complementary color
Monochromatic Colors of #E08201
Black with #E08201
Text Example
Text Example
White with #E08201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08201; }
p { color: rgb(224,130,1); }
H1.HeaderClassName
{
color: #E08201;
}
.AnyTagClassName
{
color: #E08201;
}
</style>
background-color css
<style>
a { background-color: #E08201; }
a { background-color: rgb(224,130,1); }
div.DivClassName
{
background-color: #E08201;
}
.BgClassName
{
background-color: #E08201;
}
</style>
border-color css
<style>
span { border-color: #E08201; }
span { border-color: rgb(224,130,1); }
td.TdClassName
{
border-color: #E08201;
}
.TagClassName
{
border-color: #E08201;
}
</style>