Shades of Tangerine #EA810D
Tints of Tangerine #EA810D
RGB
CMYK
RGB Variations
Color information
#EA810D (or 0xEA810D) is known color: Tangerine. HEX triplet: EA, 81 and 0D. RGB value is (234,129,13). Sum of RGB (Red+Green+Blue) = 234+129+13=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA810D is #157EF2. Grayscale: #939393. Windows color (decimal): -1408755 or 885226. OLE color: 885226.
HSL color Cylindrical-coordinate representation of color #EA810D: hue angle of 31.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA810D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.08 |
| HSL | 31.49º | 0.89% | 0.48% | - |
| HSV(B) | 31.49º | 0.94% | 0.92% | - |
| XYZ | 41.85 | 33.22 | 4.59 | - |
| YUV | 147.17 | 52.29 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 13 | 0 | 0.45 | 0.94 | 0.08 | 31.49 | 0.89 | 0.48 |
| Hex | EA | 81 | D | 0 | 2D | 5E | 8 | 1F | 59 | 30 |
| Octal | 352 | 201 | 15 | 0 | 55 | 136 | 10 | 37 | 131 | 60 |
| Binary | 11101010 | 10000001 | 1101 | 0 | 101101 | 1011110 | 1000 | 11111 | 1011001 | 110000 |
Color Harmonies of #EA810D
Complementary color
Monochromatic Colors of #EA810D
Black with #EA810D
Text Example
Text Example
White with #EA810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA810D; }
p { color: rgb(234,129,13); }
H1.HeaderClassName
{
color: #EA810D;
}
.AnyTagClassName
{
color: #EA810D;
}
</style>
background-color css
<style>
a { background-color: #EA810D; }
a { background-color: rgb(234,129,13); }
div.DivClassName
{
background-color: #EA810D;
}
.BgClassName
{
background-color: #EA810D;
}
</style>
border-color css
<style>
span { border-color: #EA810D; }
span { border-color: rgb(234,129,13); }
td.TdClassName
{
border-color: #EA810D;
}
.TagClassName
{
border-color: #EA810D;
}
</style>