Shades of Tangerine #EA810C
Tints of Tangerine #EA810C
RGB
CMYK
RGB Variations
Color information
#EA810C (or 0xEA810C) is known color: Tangerine. HEX triplet: EA, 81 and 0C. RGB value is (234,129,12). Sum of RGB (Red+Green+Blue) = 234+129+12=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA810C is #157EF3. Grayscale: #939393. Windows color (decimal): -1408756 or 819690. OLE color: 819690.
HSL color Cylindrical-coordinate representation of color #EA810C: hue angle of 31.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA810C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 12 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.08 |
| HSL | 31.62º | 0.9% | 0.48% | - |
| HSV(B) | 31.62º | 0.95% | 0.92% | - |
| XYZ | 41.85 | 33.22 | 4.55 | - |
| YUV | 147.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 12 | 0 | 0.45 | 0.95 | 0.08 | 31.62 | 0.9 | 0.48 |
| Hex | EA | 81 | C | 0 | 2D | 5F | 8 | 20 | 5A | 30 |
| Octal | 352 | 201 | 14 | 0 | 55 | 137 | 10 | 40 | 132 | 60 |
| Binary | 11101010 | 10000001 | 1100 | 0 | 101101 | 1011111 | 1000 | 100000 | 1011010 | 110000 |
Color Harmonies of #EA810C
Complementary color
Monochromatic Colors of #EA810C
Black with #EA810C
Text Example
Text Example
White with #EA810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA810C; }
p { color: rgb(234,129,12); }
H1.HeaderClassName
{
color: #EA810C;
}
.AnyTagClassName
{
color: #EA810C;
}
</style>
background-color css
<style>
a { background-color: #EA810C; }
a { background-color: rgb(234,129,12); }
div.DivClassName
{
background-color: #EA810C;
}
.BgClassName
{
background-color: #EA810C;
}
</style>
border-color css
<style>
span { border-color: #EA810C; }
span { border-color: rgb(234,129,12); }
td.TdClassName
{
border-color: #EA810C;
}
.TagClassName
{
border-color: #EA810C;
}
</style>