Shades of Tangerine #EA8011
Tints of Tangerine #EA8011
RGB
CMYK
RGB Variations
Color information
#EA8011 (or 0xEA8011) is known color: Tangerine. HEX triplet: EA, 80 and 11. RGB value is (234,128,17). Sum of RGB (Red+Green+Blue) = 234+128+17=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8011 is #157FEE. Grayscale: #939393. Windows color (decimal): -1409007 or 1147114. OLE color: 1147114.
HSL color Cylindrical-coordinate representation of color #EA8011: hue angle of 30.69º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA8011 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.08 |
| HSL | 30.69º | 0.86% | 0.49% | - |
| HSV(B) | 30.69º | 0.93% | 0.92% | - |
| XYZ | 41.75 | 32.97 | 4.69 | - |
| YUV | 147.04 | 54.62 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 17 | 0 | 0.45 | 0.93 | 0.08 | 30.69 | 0.86 | 0.49 |
| Hex | EA | 80 | 11 | 0 | 2D | 5D | 8 | 1F | 56 | 31 |
| Octal | 352 | 200 | 21 | 0 | 55 | 135 | 10 | 37 | 126 | 61 |
| Binary | 11101010 | 10000000 | 10001 | 0 | 101101 | 1011101 | 1000 | 11111 | 1010110 | 110001 |
Color Harmonies of #EA8011
Complementary color
Monochromatic Colors of #EA8011
Black with #EA8011
Text Example
Text Example
White with #EA8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8011; }
p { color: rgb(234,128,17); }
H1.HeaderClassName
{
color: #EA8011;
}
.AnyTagClassName
{
color: #EA8011;
}
</style>
background-color css
<style>
a { background-color: #EA8011; }
a { background-color: rgb(234,128,17); }
div.DivClassName
{
background-color: #EA8011;
}
.BgClassName
{
background-color: #EA8011;
}
</style>
border-color css
<style>
span { border-color: #EA8011; }
span { border-color: rgb(234,128,17); }
td.TdClassName
{
border-color: #EA8011;
}
.TagClassName
{
border-color: #EA8011;
}
</style>