Shades of Tangerine #EA830F
Tints of Tangerine #EA830F
RGB
CMYK
RGB Variations
Color information
#EA830F (or 0xEA830F) is known color: Tangerine. HEX triplet: EA, 83 and 0F. RGB value is (234,131,15). Sum of RGB (Red+Green+Blue) = 234+131+15=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA830F is #157CF0. Grayscale: #959595. Windows color (decimal): -1408241 or 1016810. OLE color: 1016810.
HSL color Cylindrical-coordinate representation of color #EA830F: hue angle of 31.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA830F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.08 |
| HSL | 31.78º | 0.88% | 0.49% | - |
| HSV(B) | 31.78º | 0.94% | 0.92% | - |
| XYZ | 42.13 | 33.76 | 4.75 | - |
| YUV | 148.57 | 52.62 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 15 | 0 | 0.44 | 0.94 | 0.08 | 31.78 | 0.88 | 0.49 |
| Hex | EA | 83 | F | 0 | 2C | 5E | 8 | 20 | 58 | 31 |
| Octal | 352 | 203 | 17 | 0 | 54 | 136 | 10 | 40 | 130 | 61 |
| Binary | 11101010 | 10000011 | 1111 | 0 | 101100 | 1011110 | 1000 | 100000 | 1011000 | 110001 |
Color Harmonies of #EA830F
Complementary color
Monochromatic Colors of #EA830F
Black with #EA830F
Text Example
Text Example
White with #EA830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA830F; }
p { color: rgb(234,131,15); }
H1.HeaderClassName
{
color: #EA830F;
}
.AnyTagClassName
{
color: #EA830F;
}
</style>
background-color css
<style>
a { background-color: #EA830F; }
a { background-color: rgb(234,131,15); }
div.DivClassName
{
background-color: #EA830F;
}
.BgClassName
{
background-color: #EA830F;
}
</style>
border-color css
<style>
span { border-color: #EA830F; }
span { border-color: rgb(234,131,15); }
td.TdClassName
{
border-color: #EA830F;
}
.TagClassName
{
border-color: #EA830F;
}
</style>