Shades of Tangerine #E08302
Tints of Tangerine #E08302
RGB
CMYK
RGB Variations
Color information
#E08302 (or 0xE08302) is known color: Tangerine. HEX triplet: E0, 83 and 02. RGB value is (224,131,2). Sum of RGB (Red+Green+Blue) = 224+131+2=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E08302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08302 is #1F7CFD. Grayscale: #909090. Windows color (decimal): -2063614 or 164832. OLE color: 164832.
HSL color Cylindrical-coordinate representation of color #E08302: hue angle of 34.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E08302 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.12 |
| HSL | 34.86º | 0.98% | 0.44% | - |
| HSV(B) | 34.86º | 0.99% | 0.88% | - |
| XYZ | 38.87 | 32.08 | 4.2 | - |
| YUV | 144.1 | 47.81 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 2 | 0 | 0.42 | 0.99 | 0.12 | 34.86 | 0.98 | 0.44 |
| Hex | E0 | 83 | 2 | 0 | 2A | 63 | C | 23 | 62 | 2C |
| Octal | 340 | 203 | 2 | 0 | 52 | 143 | 14 | 43 | 142 | 54 |
| Binary | 11100000 | 10000011 | 10 | 0 | 101010 | 1100011 | 1100 | 100011 | 1100010 | 101100 |
Color Harmonies of #E08302
Complementary color
Monochromatic Colors of #E08302
Black with #E08302
Text Example
Text Example
White with #E08302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08302; }
p { color: rgb(224,131,2); }
H1.HeaderClassName
{
color: #E08302;
}
.AnyTagClassName
{
color: #E08302;
}
</style>
background-color css
<style>
a { background-color: #E08302; }
a { background-color: rgb(224,131,2); }
div.DivClassName
{
background-color: #E08302;
}
.BgClassName
{
background-color: #E08302;
}
</style>
border-color css
<style>
span { border-color: #E08302; }
span { border-color: rgb(224,131,2); }
td.TdClassName
{
border-color: #E08302;
}
.TagClassName
{
border-color: #E08302;
}
</style>