Shades of Tangerine #EA8004
Tints of Tangerine #EA8004
RGB
CMYK
RGB Variations
Color information
#EA8004 (or 0xEA8004) is known color: Tangerine. HEX triplet: EA, 80 and 04. RGB value is (234,128,4). Sum of RGB (Red+Green+Blue) = 234+128+4=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8004 is #157FFB. Grayscale: #929292. Windows color (decimal): -1409020 or 295146. OLE color: 295146.
HSL color Cylindrical-coordinate representation of color #EA8004: hue angle of 32.35º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA8004 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.08 |
| HSL | 32.35º | 0.97% | 0.47% | - |
| HSV(B) | 32.35º | 0.98% | 0.92% | - |
| XYZ | 41.67 | 32.94 | 4.28 | - |
| YUV | 145.56 | 48.12 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 4 | 0 | 0.45 | 0.98 | 0.08 | 32.35 | 0.97 | 0.47 |
| Hex | EA | 80 | 4 | 0 | 2D | 62 | 8 | 20 | 61 | 2F |
| Octal | 352 | 200 | 4 | 0 | 55 | 142 | 10 | 40 | 141 | 57 |
| Binary | 11101010 | 10000000 | 100 | 0 | 101101 | 1100010 | 1000 | 100000 | 1100001 | 101111 |
Color Harmonies of #EA8004
Complementary color
Monochromatic Colors of #EA8004
Black with #EA8004
Text Example
Text Example
White with #EA8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8004; }
p { color: rgb(234,128,4); }
H1.HeaderClassName
{
color: #EA8004;
}
.AnyTagClassName
{
color: #EA8004;
}
</style>
background-color css
<style>
a { background-color: #EA8004; }
a { background-color: rgb(234,128,4); }
div.DivClassName
{
background-color: #EA8004;
}
.BgClassName
{
background-color: #EA8004;
}
</style>
border-color css
<style>
span { border-color: #EA8004; }
span { border-color: rgb(234,128,4); }
td.TdClassName
{
border-color: #EA8004;
}
.TagClassName
{
border-color: #EA8004;
}
</style>