Shades of Tangerine #E48003
Tints of Tangerine #E48003
RGB
CMYK
RGB Variations
Color information
#E48003 (or 0xE48003) is known color: Tangerine. HEX triplet: E4, 80 and 03. RGB value is (228,128,3). Sum of RGB (Red+Green+Blue) = 228+128+3=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E48003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48003 is #1B7FFC. Grayscale: #909090. Windows color (decimal): -1802237 or 229604. OLE color: 229604.
HSL color Cylindrical-coordinate representation of color #E48003: hue angle of 33.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E48003 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 3 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.11 |
| HSL | 33.33º | 0.97% | 0.45% | - |
| HSV(B) | 33.33º | 0.99% | 0.89% | - |
| XYZ | 39.73 | 31.94 | 4.16 | - |
| YUV | 143.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 3 | 0 | 0.44 | 0.99 | 0.11 | 33.33 | 0.97 | 0.45 |
| Hex | E4 | 80 | 3 | 0 | 2C | 63 | B | 21 | 61 | 2D |
| Octal | 344 | 200 | 3 | 0 | 54 | 143 | 13 | 41 | 141 | 55 |
| Binary | 11100100 | 10000000 | 11 | 0 | 101100 | 1100011 | 1011 | 100001 | 1100001 | 101101 |
Color Harmonies of #E48003
Complementary color
Monochromatic Colors of #E48003
Black with #E48003
Text Example
Text Example
White with #E48003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48003; }
p { color: rgb(228,128,3); }
H1.HeaderClassName
{
color: #E48003;
}
.AnyTagClassName
{
color: #E48003;
}
</style>
background-color css
<style>
a { background-color: #E48003; }
a { background-color: rgb(228,128,3); }
div.DivClassName
{
background-color: #E48003;
}
.BgClassName
{
background-color: #E48003;
}
</style>
border-color css
<style>
span { border-color: #E48003; }
span { border-color: rgb(228,128,3); }
td.TdClassName
{
border-color: #E48003;
}
.TagClassName
{
border-color: #E48003;
}
</style>