Shades of Tangerine #E08503
Tints of Tangerine #E08503
RGB
CMYK
RGB Variations
Color information
#E08503 (or 0xE08503) is known color: Tangerine. HEX triplet: E0, 85 and 03. RGB value is (224,133,3). Sum of RGB (Red+Green+Blue) = 224+133+3=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E08503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08503 is #1F7AFC. Grayscale: #929292. Windows color (decimal): -2063101 or 230880. OLE color: 230880.
HSL color Cylindrical-coordinate representation of color #E08503: hue angle of 35.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E08503 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.12 |
| HSL | 35.29º | 0.97% | 0.45% | - |
| HSV(B) | 35.29º | 0.99% | 0.88% | - |
| XYZ | 39.14 | 32.63 | 4.32 | - |
| YUV | 145.39 | 47.65 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 3 | 0 | 0.41 | 0.99 | 0.12 | 35.29 | 0.97 | 0.45 |
| Hex | E0 | 85 | 3 | 0 | 29 | 63 | C | 23 | 61 | 2D |
| Octal | 340 | 205 | 3 | 0 | 51 | 143 | 14 | 43 | 141 | 55 |
| Binary | 11100000 | 10000101 | 11 | 0 | 101001 | 1100011 | 1100 | 100011 | 1100001 | 101101 |
Color Harmonies of #E08503
Complementary color
Monochromatic Colors of #E08503
Black with #E08503
Text Example
Text Example
White with #E08503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08503; }
p { color: rgb(224,133,3); }
H1.HeaderClassName
{
color: #E08503;
}
.AnyTagClassName
{
color: #E08503;
}
</style>
background-color css
<style>
a { background-color: #E08503; }
a { background-color: rgb(224,133,3); }
div.DivClassName
{
background-color: #E08503;
}
.BgClassName
{
background-color: #E08503;
}
</style>
border-color css
<style>
span { border-color: #E08503; }
span { border-color: rgb(224,133,3); }
td.TdClassName
{
border-color: #E08503;
}
.TagClassName
{
border-color: #E08503;
}
</style>