Shades of Tangerine #E5830A
Tints of Tangerine #E5830A
RGB
CMYK
RGB Variations
Color information
#E5830A (or 0xE5830A) is known color: Tangerine. HEX triplet: E5, 83 and 0A. RGB value is (229,131,10). Sum of RGB (Red+Green+Blue) = 229+131+10=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5830A is #1A7CF5. Grayscale: #939393. Windows color (decimal): -1735926 or 689125. OLE color: 689125.
HSL color Cylindrical-coordinate representation of color #E5830A: hue angle of 33.15º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5830A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.10 |
| HSL | 33.15º | 0.92% | 0.47% | - |
| HSV(B) | 33.15º | 0.96% | 0.9% | - |
| XYZ | 40.48 | 32.91 | 4.51 | - |
| YUV | 146.51 | 50.97 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 10 | 0 | 0.43 | 0.96 | 0.10 | 33.15 | 0.92 | 0.47 |
| Hex | E5 | 83 | A | 0 | 2B | 60 | A | 21 | 5C | 2F |
| Octal | 345 | 203 | 12 | 0 | 53 | 140 | 12 | 41 | 134 | 57 |
| Binary | 11100101 | 10000011 | 1010 | 0 | 101011 | 1100000 | 1010 | 100001 | 1011100 | 101111 |
Color Harmonies of #E5830A
Complementary color
Monochromatic Colors of #E5830A
Black with #E5830A
Text Example
Text Example
White with #E5830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5830A; }
p { color: rgb(229,131,10); }
H1.HeaderClassName
{
color: #E5830A;
}
.AnyTagClassName
{
color: #E5830A;
}
</style>
background-color css
<style>
a { background-color: #E5830A; }
a { background-color: rgb(229,131,10); }
div.DivClassName
{
background-color: #E5830A;
}
.BgClassName
{
background-color: #E5830A;
}
</style>
border-color css
<style>
span { border-color: #E5830A; }
span { border-color: rgb(229,131,10); }
td.TdClassName
{
border-color: #E5830A;
}
.TagClassName
{
border-color: #E5830A;
}
</style>