Shades of Tangerine #EA7F14
Tints of Tangerine #EA7F14
RGB
CMYK
RGB Variations
Color information
#EA7F14 (or 0xEA7F14) is known color: Tangerine. HEX triplet: EA, 7F and 14. RGB value is (234,127,20). Sum of RGB (Red+Green+Blue) = 234+127+20=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7F14 is #1580EB. Grayscale: #939393. Windows color (decimal): -1409260 or 1343466. OLE color: 1343466.
HSL color Cylindrical-coordinate representation of color #EA7F14: hue angle of 30º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA7F14 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.08 |
| HSL | 30º | 0.84% | 0.5% | - |
| HSV(B) | 30º | 0.91% | 0.92% | - |
| XYZ | 41.65 | 32.72 | 4.78 | - |
| YUV | 146.8 | 56.45 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 20 | 0 | 0.46 | 0.91 | 0.08 | 30 | 0.84 | 0.5 |
| Hex | EA | 7F | 14 | 0 | 2E | 5B | 8 | 1E | 54 | 32 |
| Octal | 352 | 177 | 24 | 0 | 56 | 133 | 10 | 36 | 124 | 62 |
| Binary | 11101010 | 1111111 | 10100 | 0 | 101110 | 1011011 | 1000 | 11110 | 1010100 | 110010 |
Color Harmonies of #EA7F14
Complementary color
Monochromatic Colors of #EA7F14
Black with #EA7F14
Text Example
Text Example
White with #EA7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7F14; }
p { color: rgb(234,127,20); }
H1.HeaderClassName
{
color: #EA7F14;
}
.AnyTagClassName
{
color: #EA7F14;
}
</style>
background-color css
<style>
a { background-color: #EA7F14; }
a { background-color: rgb(234,127,20); }
div.DivClassName
{
background-color: #EA7F14;
}
.BgClassName
{
background-color: #EA7F14;
}
</style>
border-color css
<style>
span { border-color: #EA7F14; }
span { border-color: rgb(234,127,20); }
td.TdClassName
{
border-color: #EA7F14;
}
.TagClassName
{
border-color: #EA7F14;
}
</style>