Shades of Tangerine #E08804
Tints of Tangerine #E08804
RGB
CMYK
RGB Variations
Color information
#E08804 (or 0xE08804) is known color: Tangerine. HEX triplet: E0, 88 and 04. RGB value is (224,136,4). Sum of RGB (Red+Green+Blue) = 224+136+4=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E08804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08804 is #1F77FB. Grayscale: #939393. Windows color (decimal): -2062332 or 297184. OLE color: 297184.
HSL color Cylindrical-coordinate representation of color #E08804: hue angle of 36º 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 #E08804 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.12 |
| HSL | 36º | 0.96% | 0.45% | - |
| HSV(B) | 36º | 0.98% | 0.88% | - |
| XYZ | 39.57 | 33.46 | 4.49 | - |
| YUV | 147.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 4 | 0 | 0.39 | 0.98 | 0.12 | 36 | 0.96 | 0.45 |
| Hex | E0 | 88 | 4 | 0 | 27 | 62 | C | 24 | 60 | 2D |
| Octal | 340 | 210 | 4 | 0 | 47 | 142 | 14 | 44 | 140 | 55 |
| Binary | 11100000 | 10001000 | 100 | 0 | 100111 | 1100010 | 1100 | 100100 | 1100000 | 101101 |
Color Harmonies of #E08804
Complementary color
Monochromatic Colors of #E08804
Black with #E08804
Text Example
Text Example
White with #E08804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08804; }
p { color: rgb(224,136,4); }
H1.HeaderClassName
{
color: #E08804;
}
.AnyTagClassName
{
color: #E08804;
}
</style>
background-color css
<style>
a { background-color: #E08804; }
a { background-color: rgb(224,136,4); }
div.DivClassName
{
background-color: #E08804;
}
.BgClassName
{
background-color: #E08804;
}
</style>
border-color css
<style>
span { border-color: #E08804; }
span { border-color: rgb(224,136,4); }
td.TdClassName
{
border-color: #E08804;
}
.TagClassName
{
border-color: #E08804;
}
</style>