Shades of Tangerine #EA8412
Tints of Tangerine #EA8412
RGB
CMYK
RGB Variations
Color information
#EA8412 (or 0xEA8412) is known color: Tangerine. HEX triplet: EA, 84 and 12. RGB value is (234,132,18). Sum of RGB (Red+Green+Blue) = 234+132+18=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8412 is #157BED. Grayscale: #969696. Windows color (decimal): -1407982 or 1213674. OLE color: 1213674.
HSL color Cylindrical-coordinate representation of color #EA8412: hue angle of 31.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA8412 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.08 |
| HSL | 31.67º | 0.86% | 0.49% | - |
| HSV(B) | 31.67º | 0.92% | 0.92% | - |
| XYZ | 42.29 | 34.04 | 4.91 | - |
| YUV | 149.5 | 53.79 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 18 | 0 | 0.44 | 0.92 | 0.08 | 31.67 | 0.86 | 0.49 |
| Hex | EA | 84 | 12 | 0 | 2C | 5C | 8 | 20 | 56 | 31 |
| Octal | 352 | 204 | 22 | 0 | 54 | 134 | 10 | 40 | 126 | 61 |
| Binary | 11101010 | 10000100 | 10010 | 0 | 101100 | 1011100 | 1000 | 100000 | 1010110 | 110001 |
Color Harmonies of #EA8412
Complementary color
Monochromatic Colors of #EA8412
Black with #EA8412
Text Example
Text Example
White with #EA8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8412; }
p { color: rgb(234,132,18); }
H1.HeaderClassName
{
color: #EA8412;
}
.AnyTagClassName
{
color: #EA8412;
}
</style>
background-color css
<style>
a { background-color: #EA8412; }
a { background-color: rgb(234,132,18); }
div.DivClassName
{
background-color: #EA8412;
}
.BgClassName
{
background-color: #EA8412;
}
</style>
border-color css
<style>
span { border-color: #EA8412; }
span { border-color: rgb(234,132,18); }
td.TdClassName
{
border-color: #EA8412;
}
.TagClassName
{
border-color: #EA8412;
}
</style>