Shades of Tangerine #E08205
Tints of Tangerine #E08205
RGB
CMYK
RGB Variations
Color information
#E08205 (or 0xE08205) is known color: Tangerine. HEX triplet: E0, 82 and 05. RGB value is (224,130,5). Sum of RGB (Red+Green+Blue) = 224+130+5=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E08205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08205 is #1F7DFA. Grayscale: #909090. Windows color (decimal): -2063867 or 361184. OLE color: 361184.
HSL color Cylindrical-coordinate representation of color #E08205: hue angle of 34.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E08205 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.12 |
| HSL | 34.25º | 0.96% | 0.45% | - |
| HSV(B) | 34.25º | 0.98% | 0.88% | - |
| XYZ | 38.75 | 31.82 | 4.24 | - |
| YUV | 143.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 5 | 0 | 0.42 | 0.98 | 0.12 | 34.25 | 0.96 | 0.45 |
| Hex | E0 | 82 | 5 | 0 | 2A | 62 | C | 22 | 60 | 2D |
| Octal | 340 | 202 | 5 | 0 | 52 | 142 | 14 | 42 | 140 | 55 |
| Binary | 11100000 | 10000010 | 101 | 0 | 101010 | 1100010 | 1100 | 100010 | 1100000 | 101101 |
Color Harmonies of #E08205
Complementary color
Monochromatic Colors of #E08205
Black with #E08205
Text Example
Text Example
White with #E08205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08205; }
p { color: rgb(224,130,5); }
H1.HeaderClassName
{
color: #E08205;
}
.AnyTagClassName
{
color: #E08205;
}
</style>
background-color css
<style>
a { background-color: #E08205; }
a { background-color: rgb(224,130,5); }
div.DivClassName
{
background-color: #E08205;
}
.BgClassName
{
background-color: #E08205;
}
</style>
border-color css
<style>
span { border-color: #E08205; }
span { border-color: rgb(224,130,5); }
td.TdClassName
{
border-color: #E08205;
}
.TagClassName
{
border-color: #E08205;
}
</style>