Shades of Tangerine #ED820A
Tints of Tangerine #ED820A
RGB
CMYK
RGB Variations
Color information
#ED820A (or 0xED820A) is known color: Tangerine. HEX triplet: ED, 82 and 0A. RGB value is (237,130,10). Sum of RGB (Red+Green+Blue) = 237+130+10=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED820A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED820A is #127DF5. Grayscale: #949494. Windows color (decimal): -1211894 or 688877. OLE color: 688877.
HSL color Cylindrical-coordinate representation of color #ED820A: hue angle of 31.72º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED820A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.07 |
| HSL | 31.72º | 0.92% | 0.48% | - |
| HSV(B) | 31.72º | 0.96% | 0.93% | - |
| XYZ | 42.96 | 33.99 | 4.58 | - |
| YUV | 148.31 | 49.95 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 10 | 0 | 0.45 | 0.96 | 0.07 | 31.72 | 0.92 | 0.48 |
| Hex | ED | 82 | A | 0 | 2D | 60 | 7 | 20 | 5C | 30 |
| Octal | 355 | 202 | 12 | 0 | 55 | 140 | 7 | 40 | 134 | 60 |
| Binary | 11101101 | 10000010 | 1010 | 0 | 101101 | 1100000 | 111 | 100000 | 1011100 | 110000 |
Color Harmonies of #ED820A
Complementary color
Monochromatic Colors of #ED820A
Black with #ED820A
Text Example
Text Example
White with #ED820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED820A; }
p { color: rgb(237,130,10); }
H1.HeaderClassName
{
color: #ED820A;
}
.AnyTagClassName
{
color: #ED820A;
}
</style>
background-color css
<style>
a { background-color: #ED820A; }
a { background-color: rgb(237,130,10); }
div.DivClassName
{
background-color: #ED820A;
}
.BgClassName
{
background-color: #ED820A;
}
</style>
border-color css
<style>
span { border-color: #ED820A; }
span { border-color: rgb(237,130,10); }
td.TdClassName
{
border-color: #ED820A;
}
.TagClassName
{
border-color: #ED820A;
}
</style>