Shades of Tangerine #E48A00
Tints of Tangerine #E48A00
RGB
CMYK
RGB Variations
Color information
#E48A00 (or 0xE48A00) is known color: Tangerine. HEX triplet: E4, 8A and 00. RGB value is (228,138,0). Sum of RGB (Red+Green+Blue) = 228+138+0=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48A00 is #1B75FF. Grayscale: #959595. Windows color (decimal): -1799680 or 35556. OLE color: 35556.
HSL color Cylindrical-coordinate representation of color #E48A00: hue angle of 36.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E48A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.11 |
| HSL | 36.32º | 1% | 0.45% | - |
| HSV(B) | 36.32º | 1% | 0.89% | - |
| XYZ | 41.08 | 34.67 | 4.53 | - |
| YUV | 149.18 | 43.82 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 0 | 0 | 0.39 | 1 | 0.11 | 36.32 | 1 | 0.45 |
| Hex | E4 | 8A | 0 | 0 | 27 | 64 | B | 24 | 64 | 2D |
| Octal | 344 | 212 | 0 | 0 | 47 | 144 | 13 | 44 | 144 | 55 |
| Binary | 11100100 | 10001010 | 0 | 0 | 100111 | 1100100 | 1011 | 100100 | 1100100 | 101101 |
Color Harmonies of #E48A00
Complementary color
Monochromatic Colors of #E48A00
Black with #E48A00
Text Example
Text Example
White with #E48A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A00; }
p { color: rgb(228,138,0); }
H1.HeaderClassName
{
color: #E48A00;
}
.AnyTagClassName
{
color: #E48A00;
}
</style>
background-color css
<style>
a { background-color: #E48A00; }
a { background-color: rgb(228,138,0); }
div.DivClassName
{
background-color: #E48A00;
}
.BgClassName
{
background-color: #E48A00;
}
</style>
border-color css
<style>
span { border-color: #E48A00; }
span { border-color: rgb(228,138,0); }
td.TdClassName
{
border-color: #E48A00;
}
.TagClassName
{
border-color: #E48A00;
}
</style>