Shades of Tangerine #EA8810
Tints of Tangerine #EA8810
RGB
CMYK
RGB Variations
Color information
#EA8810 (or 0xEA8810) is known color: Tangerine. HEX triplet: EA, 88 and 10. RGB value is (234,136,16). Sum of RGB (Red+Green+Blue) = 234+136+16=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8810 is #1577EF. Grayscale: #989898. Windows color (decimal): -1406960 or 1083626. OLE color: 1083626.
HSL color Cylindrical-coordinate representation of color #EA8810: hue angle of 33.03º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA8810 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.08 |
| HSL | 33.03º | 0.87% | 0.49% | - |
| HSV(B) | 33.03º | 0.93% | 0.92% | - |
| XYZ | 42.83 | 35.14 | 5.02 | - |
| YUV | 151.62 | 51.47 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 16 | 0 | 0.42 | 0.93 | 0.08 | 33.03 | 0.87 | 0.49 |
| Hex | EA | 88 | 10 | 0 | 2A | 5D | 8 | 21 | 57 | 31 |
| Octal | 352 | 210 | 20 | 0 | 52 | 135 | 10 | 41 | 127 | 61 |
| Binary | 11101010 | 10001000 | 10000 | 0 | 101010 | 1011101 | 1000 | 100001 | 1010111 | 110001 |
Color Harmonies of #EA8810
Complementary color
Monochromatic Colors of #EA8810
Black with #EA8810
Text Example
Text Example
White with #EA8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8810; }
p { color: rgb(234,136,16); }
H1.HeaderClassName
{
color: #EA8810;
}
.AnyTagClassName
{
color: #EA8810;
}
</style>
background-color css
<style>
a { background-color: #EA8810; }
a { background-color: rgb(234,136,16); }
div.DivClassName
{
background-color: #EA8810;
}
.BgClassName
{
background-color: #EA8810;
}
</style>
border-color css
<style>
span { border-color: #EA8810; }
span { border-color: rgb(234,136,16); }
td.TdClassName
{
border-color: #EA8810;
}
.TagClassName
{
border-color: #EA8810;
}
</style>