Shades of Tangerine #EA8E04
Tints of Tangerine #EA8E04
RGB
CMYK
RGB Variations
Color information
#EA8E04 (or 0xEA8E04) is known color: Tangerine. HEX triplet: EA, 8E and 04. RGB value is (234,142,4). Sum of RGB (Red+Green+Blue) = 234+142+4=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8E04 is #1571FB. Grayscale: #9A9A9A. Windows color (decimal): -1405436 or 298730. OLE color: 298730.
HSL color Cylindrical-coordinate representation of color #EA8E04: hue angle of 36º 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 #EA8E04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.08 |
| HSL | 36º | 0.97% | 0.47% | - |
| HSV(B) | 36º | 0.98% | 0.92% | - |
| XYZ | 43.63 | 36.85 | 4.93 | - |
| YUV | 153.78 | 43.48 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 4 | 0 | 0.39 | 0.98 | 0.08 | 36 | 0.97 | 0.47 |
| Hex | EA | 8E | 4 | 0 | 27 | 62 | 8 | 24 | 61 | 2F |
| Octal | 352 | 216 | 4 | 0 | 47 | 142 | 10 | 44 | 141 | 57 |
| Binary | 11101010 | 10001110 | 100 | 0 | 100111 | 1100010 | 1000 | 100100 | 1100001 | 101111 |
Color Harmonies of #EA8E04
Complementary color
Monochromatic Colors of #EA8E04
Black with #EA8E04
Text Example
Text Example
White with #EA8E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E04; }
p { color: rgb(234,142,4); }
H1.HeaderClassName
{
color: #EA8E04;
}
.AnyTagClassName
{
color: #EA8E04;
}
</style>
background-color css
<style>
a { background-color: #EA8E04; }
a { background-color: rgb(234,142,4); }
div.DivClassName
{
background-color: #EA8E04;
}
.BgClassName
{
background-color: #EA8E04;
}
</style>
border-color css
<style>
span { border-color: #EA8E04; }
span { border-color: rgb(234,142,4); }
td.TdClassName
{
border-color: #EA8E04;
}
.TagClassName
{
border-color: #EA8E04;
}
</style>