Shades of Tangerine #EA8110
Tints of Tangerine #EA8110
RGB
CMYK
RGB Variations
Color information
#EA8110 (or 0xEA8110) is known color: Tangerine. HEX triplet: EA, 81 and 10. RGB value is (234,129,16). Sum of RGB (Red+Green+Blue) = 234+129+16=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8110 is #157EEF. Grayscale: #949494. Windows color (decimal): -1408752 or 1081834. OLE color: 1081834.
HSL color Cylindrical-coordinate representation of color #EA8110: hue angle of 31.1º 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 #EA8110 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.08 |
| HSL | 31.1º | 0.87% | 0.49% | - |
| HSV(B) | 31.1º | 0.93% | 0.92% | - |
| XYZ | 41.88 | 33.23 | 4.7 | - |
| YUV | 147.51 | 53.79 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 16 | 0 | 0.45 | 0.93 | 0.08 | 31.1 | 0.87 | 0.49 |
| Hex | EA | 81 | 10 | 0 | 2D | 5D | 8 | 1F | 57 | 31 |
| Octal | 352 | 201 | 20 | 0 | 55 | 135 | 10 | 37 | 127 | 61 |
| Binary | 11101010 | 10000001 | 10000 | 0 | 101101 | 1011101 | 1000 | 11111 | 1010111 | 110001 |
Color Harmonies of #EA8110
Complementary color
Monochromatic Colors of #EA8110
Black with #EA8110
Text Example
Text Example
White with #EA8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8110; }
p { color: rgb(234,129,16); }
H1.HeaderClassName
{
color: #EA8110;
}
.AnyTagClassName
{
color: #EA8110;
}
</style>
background-color css
<style>
a { background-color: #EA8110; }
a { background-color: rgb(234,129,16); }
div.DivClassName
{
background-color: #EA8110;
}
.BgClassName
{
background-color: #EA8110;
}
</style>
border-color css
<style>
span { border-color: #EA8110; }
span { border-color: rgb(234,129,16); }
td.TdClassName
{
border-color: #EA8110;
}
.TagClassName
{
border-color: #EA8110;
}
</style>