Shades of Tangerine #E58C01
Tints of Tangerine #E58C01
RGB
CMYK
RGB Variations
Color information
#E58C01 (or 0xE58C01) is known color: Tangerine. HEX triplet: E5, 8C and 01. RGB value is (229,140,1). Sum of RGB (Red+Green+Blue) = 229+140+1=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58C01 is #1A73FE. Grayscale: #979797. Windows color (decimal): -1733631 or 101605. OLE color: 101605.
HSL color Cylindrical-coordinate representation of color #E58C01: hue angle of 36.58º 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 #E58C01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.10 |
| HSL | 36.58º | 0.99% | 0.45% | - |
| HSV(B) | 36.58º | 1% | 0.9% | - |
| XYZ | 41.7 | 35.42 | 4.67 | - |
| YUV | 150.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 1 | 0 | 0.39 | 1.00 | 0.10 | 36.58 | 0.99 | 0.45 |
| Hex | E5 | 8C | 1 | 0 | 27 | 64 | A | 25 | 63 | 2D |
| Octal | 345 | 214 | 1 | 0 | 47 | 144 | 12 | 45 | 143 | 55 |
| Binary | 11100101 | 10001100 | 1 | 0 | 100111 | 1100100 | 1010 | 100101 | 1100011 | 101101 |
Color Harmonies of #E58C01
Complementary color
Monochromatic Colors of #E58C01
Black with #E58C01
Text Example
Text Example
White with #E58C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C01; }
p { color: rgb(229,140,1); }
H1.HeaderClassName
{
color: #E58C01;
}
.AnyTagClassName
{
color: #E58C01;
}
</style>
background-color css
<style>
a { background-color: #E58C01; }
a { background-color: rgb(229,140,1); }
div.DivClassName
{
background-color: #E58C01;
}
.BgClassName
{
background-color: #E58C01;
}
</style>
border-color css
<style>
span { border-color: #E58C01; }
span { border-color: rgb(229,140,1); }
td.TdClassName
{
border-color: #E58C01;
}
.TagClassName
{
border-color: #E58C01;
}
</style>