Shades of Tangerine #E08A00
Tints of Tangerine #E08A00
RGB
CMYK
RGB Variations
Color information
#E08A00 (or 0xE08A00) is known color: Tangerine. HEX triplet: E0, 8A and 00. RGB value is (224,138,0). Sum of RGB (Red+Green+Blue) = 224+138+0=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A00 is #1F75FF. Grayscale: #949494. Windows color (decimal): -2061824 or 35552. OLE color: 35552.
HSL color Cylindrical-coordinate representation of color #E08A00: hue angle of 36.96º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.12 |
| HSL | 36.96º | 1% | 0.44% | - |
| HSV(B) | 36.96º | 1% | 0.88% | - |
| XYZ | 39.83 | 34.02 | 4.47 | - |
| YUV | 147.98 | 44.49 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 0 | 0 | 0.38 | 1 | 0.12 | 36.96 | 1 | 0.44 |
| Hex | E0 | 8A | 0 | 0 | 26 | 64 | C | 25 | 64 | 2C |
| Octal | 340 | 212 | 0 | 0 | 46 | 144 | 14 | 45 | 144 | 54 |
| Binary | 11100000 | 10001010 | 0 | 0 | 100110 | 1100100 | 1100 | 100101 | 1100100 | 101100 |
Color Harmonies of #E08A00
Complementary color
Monochromatic Colors of #E08A00
Black with #E08A00
Text Example
Text Example
White with #E08A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A00; }
p { color: rgb(224,138,0); }
H1.HeaderClassName
{
color: #E08A00;
}
.AnyTagClassName
{
color: #E08A00;
}
</style>
background-color css
<style>
a { background-color: #E08A00; }
a { background-color: rgb(224,138,0); }
div.DivClassName
{
background-color: #E08A00;
}
.BgClassName
{
background-color: #E08A00;
}
</style>
border-color css
<style>
span { border-color: #E08A00; }
span { border-color: rgb(224,138,0); }
td.TdClassName
{
border-color: #E08A00;
}
.TagClassName
{
border-color: #E08A00;
}
</style>