Shades of Tangerine #E58301
Tints of Tangerine #E58301
RGB
CMYK
RGB Variations
Color information
#E58301 (or 0xE58301) is known color: Tangerine. HEX triplet: E5, 83 and 01. RGB value is (229,131,1). Sum of RGB (Red+Green+Blue) = 229+131+1=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E58301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58301 is #1A7CFE. Grayscale: #929292. Windows color (decimal): -1735935 or 99301. OLE color: 99301.
HSL color Cylindrical-coordinate representation of color #E58301: hue angle of 34.21º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E58301 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.10 |
| HSL | 34.21º | 0.99% | 0.45% | - |
| HSV(B) | 34.21º | 1% | 0.9% | - |
| XYZ | 40.43 | 32.89 | 4.25 | - |
| YUV | 145.48 | 46.47 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 1 | 0 | 0.43 | 1.00 | 0.10 | 34.21 | 0.99 | 0.45 |
| Hex | E5 | 83 | 1 | 0 | 2B | 64 | A | 22 | 63 | 2D |
| Octal | 345 | 203 | 1 | 0 | 53 | 144 | 12 | 42 | 143 | 55 |
| Binary | 11100101 | 10000011 | 1 | 0 | 101011 | 1100100 | 1010 | 100010 | 1100011 | 101101 |
Color Harmonies of #E58301
Complementary color
Monochromatic Colors of #E58301
Black with #E58301
Text Example
Text Example
White with #E58301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58301; }
p { color: rgb(229,131,1); }
H1.HeaderClassName
{
color: #E58301;
}
.AnyTagClassName
{
color: #E58301;
}
</style>
background-color css
<style>
a { background-color: #E58301; }
a { background-color: rgb(229,131,1); }
div.DivClassName
{
background-color: #E58301;
}
.BgClassName
{
background-color: #E58301;
}
</style>
border-color css
<style>
span { border-color: #E58301; }
span { border-color: rgb(229,131,1); }
td.TdClassName
{
border-color: #E58301;
}
.TagClassName
{
border-color: #E58301;
}
</style>