Shades of Tangerine #EA8111
Tints of Tangerine #EA8111
RGB
CMYK
RGB Variations
Color information
#EA8111 (or 0xEA8111) is known color: Tangerine. HEX triplet: EA, 81 and 11. RGB value is (234,129,17). Sum of RGB (Red+Green+Blue) = 234+129+17=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8111 is #157EEE. Grayscale: #949494. Windows color (decimal): -1408751 or 1147370. OLE color: 1147370.
HSL color Cylindrical-coordinate representation of color #EA8111: hue angle of 30.97º degrees, saturation: 0.86, 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 #EA8111 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.08 |
| HSL | 30.97º | 0.86% | 0.49% | - |
| HSV(B) | 30.97º | 0.93% | 0.92% | - |
| XYZ | 41.88 | 33.23 | 4.74 | - |
| YUV | 147.63 | 54.29 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 17 | 0 | 0.45 | 0.93 | 0.08 | 30.97 | 0.86 | 0.49 |
| Hex | EA | 81 | 11 | 0 | 2D | 5D | 8 | 1F | 56 | 31 |
| Octal | 352 | 201 | 21 | 0 | 55 | 135 | 10 | 37 | 126 | 61 |
| Binary | 11101010 | 10000001 | 10001 | 0 | 101101 | 1011101 | 1000 | 11111 | 1010110 | 110001 |
Color Harmonies of #EA8111
Complementary color
Monochromatic Colors of #EA8111
Black with #EA8111
Text Example
Text Example
White with #EA8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8111; }
p { color: rgb(234,129,17); }
H1.HeaderClassName
{
color: #EA8111;
}
.AnyTagClassName
{
color: #EA8111;
}
</style>
background-color css
<style>
a { background-color: #EA8111; }
a { background-color: rgb(234,129,17); }
div.DivClassName
{
background-color: #EA8111;
}
.BgClassName
{
background-color: #EA8111;
}
</style>
border-color css
<style>
span { border-color: #EA8111; }
span { border-color: rgb(234,129,17); }
td.TdClassName
{
border-color: #EA8111;
}
.TagClassName
{
border-color: #EA8111;
}
</style>