Shades of Tangerine #EA820B
Tints of Tangerine #EA820B
RGB
CMYK
RGB Variations
Color information
#EA820B (or 0xEA820B) is known color: Tangerine. HEX triplet: EA, 82 and 0B. RGB value is (234,130,11). Sum of RGB (Red+Green+Blue) = 234+130+11=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA820B is #157DF4. Grayscale: #949494. Windows color (decimal): -1408501 or 754410. OLE color: 754410.
HSL color Cylindrical-coordinate representation of color #EA820B: hue angle of 32.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA820B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.08 |
| HSL | 32.02º | 0.91% | 0.48% | - |
| HSV(B) | 32.02º | 0.95% | 0.92% | - |
| XYZ | 41.97 | 33.48 | 4.57 | - |
| YUV | 147.53 | 50.96 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 11 | 0 | 0.44 | 0.95 | 0.08 | 32.02 | 0.91 | 0.48 |
| Hex | EA | 82 | B | 0 | 2C | 5F | 8 | 20 | 5B | 30 |
| Octal | 352 | 202 | 13 | 0 | 54 | 137 | 10 | 40 | 133 | 60 |
| Binary | 11101010 | 10000010 | 1011 | 0 | 101100 | 1011111 | 1000 | 100000 | 1011011 | 110000 |
Color Harmonies of #EA820B
Complementary color
Monochromatic Colors of #EA820B
Black with #EA820B
Text Example
Text Example
White with #EA820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA820B; }
p { color: rgb(234,130,11); }
H1.HeaderClassName
{
color: #EA820B;
}
.AnyTagClassName
{
color: #EA820B;
}
</style>
background-color css
<style>
a { background-color: #EA820B; }
a { background-color: rgb(234,130,11); }
div.DivClassName
{
background-color: #EA820B;
}
.BgClassName
{
background-color: #EA820B;
}
</style>
border-color css
<style>
span { border-color: #EA820B; }
span { border-color: rgb(234,130,11); }
td.TdClassName
{
border-color: #EA820B;
}
.TagClassName
{
border-color: #EA820B;
}
</style>