Shades of Tangerine #E3820A
Tints of Tangerine #E3820A
RGB
CMYK
RGB Variations
Color information
#E3820A (or 0xE3820A) is known color: Tangerine. HEX triplet: E3, 82 and 0A. RGB value is (227,130,10). Sum of RGB (Red+Green+Blue) = 227+130+10=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E3820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3820A is #1C7DF5. Grayscale: #919191. Windows color (decimal): -1867254 or 688867. OLE color: 688867.
HSL color Cylindrical-coordinate representation of color #E3820A: hue angle of 33.18º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3820A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.11 |
| HSL | 33.18º | 0.92% | 0.46% | - |
| HSV(B) | 33.18º | 0.96% | 0.89% | - |
| XYZ | 39.72 | 32.32 | 4.43 | - |
| YUV | 145.32 | 51.64 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 10 | 0 | 0.43 | 0.96 | 0.11 | 33.18 | 0.92 | 0.46 |
| Hex | E3 | 82 | A | 0 | 2B | 60 | B | 21 | 5C | 2E |
| Octal | 343 | 202 | 12 | 0 | 53 | 140 | 13 | 41 | 134 | 56 |
| Binary | 11100011 | 10000010 | 1010 | 0 | 101011 | 1100000 | 1011 | 100001 | 1011100 | 101110 |
Color Harmonies of #E3820A
Complementary color
Monochromatic Colors of #E3820A
Black with #E3820A
Text Example
Text Example
White with #E3820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3820A; }
p { color: rgb(227,130,10); }
H1.HeaderClassName
{
color: #E3820A;
}
.AnyTagClassName
{
color: #E3820A;
}
</style>
background-color css
<style>
a { background-color: #E3820A; }
a { background-color: rgb(227,130,10); }
div.DivClassName
{
background-color: #E3820A;
}
.BgClassName
{
background-color: #E3820A;
}
</style>
border-color css
<style>
span { border-color: #E3820A; }
span { border-color: rgb(227,130,10); }
td.TdClassName
{
border-color: #E3820A;
}
.TagClassName
{
border-color: #E3820A;
}
</style>