Shades of Tangerine #EA7E00
Tints of Tangerine #EA7E00
RGB
CMYK
RGB Variations
Color information
#EA7E00 (or 0xEA7E00) is known color: Tangerine. HEX triplet: EA, 7E and 00. RGB value is (234,126,0). Sum of RGB (Red+Green+Blue) = 234+126+0=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7E00 is #1581FF. Grayscale: #909090. Windows color (decimal): -1409536 or 32490. OLE color: 32490.
HSL color Cylindrical-coordinate representation of color #EA7E00: hue angle of 32.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA7E00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.08 |
| HSL | 32.31º | 1% | 0.46% | - |
| HSV(B) | 32.31º | 1% | 0.92% | - |
| XYZ | 41.39 | 32.41 | 4.07 | - |
| YUV | 143.93 | 46.78 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 0 | 0 | 0.46 | 1 | 0.08 | 32.31 | 1 | 0.46 |
| Hex | EA | 7E | 0 | 0 | 2E | 64 | 8 | 20 | 64 | 2E |
| Octal | 352 | 176 | 0 | 0 | 56 | 144 | 10 | 40 | 144 | 56 |
| Binary | 11101010 | 1111110 | 0 | 0 | 101110 | 1100100 | 1000 | 100000 | 1100100 | 101110 |
Color Harmonies of #EA7E00
Complementary color
Monochromatic Colors of #EA7E00
Black with #EA7E00
Text Example
Text Example
White with #EA7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E00; }
p { color: rgb(234,126,0); }
H1.HeaderClassName
{
color: #EA7E00;
}
.AnyTagClassName
{
color: #EA7E00;
}
</style>
background-color css
<style>
a { background-color: #EA7E00; }
a { background-color: rgb(234,126,0); }
div.DivClassName
{
background-color: #EA7E00;
}
.BgClassName
{
background-color: #EA7E00;
}
</style>
border-color css
<style>
span { border-color: #EA7E00; }
span { border-color: rgb(234,126,0); }
td.TdClassName
{
border-color: #EA7E00;
}
.TagClassName
{
border-color: #EA7E00;
}
</style>