Shades of Tangerine #EA830A
Tints of Tangerine #EA830A
RGB
CMYK
RGB Variations
Color information
#EA830A (or 0xEA830A) is known color: Tangerine. HEX triplet: EA, 83 and 0A. RGB value is (234,131,10). Sum of RGB (Red+Green+Blue) = 234+131+10=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA830A is #157CF5. Grayscale: #949494. Windows color (decimal): -1408246 or 689130. OLE color: 689130.
HSL color Cylindrical-coordinate representation of color #EA830A: hue angle of 32.41º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA830A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.08 |
| HSL | 32.41º | 0.92% | 0.48% | - |
| HSV(B) | 32.41º | 0.96% | 0.92% | - |
| XYZ | 42.1 | 33.75 | 4.58 | - |
| YUV | 148 | 50.12 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 10 | 0 | 0.44 | 0.96 | 0.08 | 32.41 | 0.92 | 0.48 |
| Hex | EA | 83 | A | 0 | 2C | 60 | 8 | 20 | 5C | 30 |
| Octal | 352 | 203 | 12 | 0 | 54 | 140 | 10 | 40 | 134 | 60 |
| Binary | 11101010 | 10000011 | 1010 | 0 | 101100 | 1100000 | 1000 | 100000 | 1011100 | 110000 |
Color Harmonies of #EA830A
Complementary color
Monochromatic Colors of #EA830A
Black with #EA830A
Text Example
Text Example
White with #EA830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA830A; }
p { color: rgb(234,131,10); }
H1.HeaderClassName
{
color: #EA830A;
}
.AnyTagClassName
{
color: #EA830A;
}
</style>
background-color css
<style>
a { background-color: #EA830A; }
a { background-color: rgb(234,131,10); }
div.DivClassName
{
background-color: #EA830A;
}
.BgClassName
{
background-color: #EA830A;
}
</style>
border-color css
<style>
span { border-color: #EA830A; }
span { border-color: rgb(234,131,10); }
td.TdClassName
{
border-color: #EA830A;
}
.TagClassName
{
border-color: #EA830A;
}
</style>