Shades of Tangerine #ED8202
Tints of Tangerine #ED8202
RGB
CMYK
RGB Variations
Color information
#ED8202 (or 0xED8202) is known color: Tangerine. HEX triplet: ED, 82 and 02. RGB value is (237,130,2). Sum of RGB (Red+Green+Blue) = 237+130+2=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8202 is #127DFD. Grayscale: #949494. Windows color (decimal): -1211902 or 164589. OLE color: 164589.
HSL color Cylindrical-coordinate representation of color #ED8202: hue angle of 32.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED8202 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.07 |
| HSL | 32.68º | 0.98% | 0.47% | - |
| HSV(B) | 32.68º | 0.99% | 0.93% | - |
| XYZ | 42.92 | 33.97 | 4.35 | - |
| YUV | 147.4 | 45.95 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 2 | 0 | 0.45 | 0.99 | 0.07 | 32.68 | 0.98 | 0.47 |
| Hex | ED | 82 | 2 | 0 | 2D | 63 | 7 | 21 | 62 | 2F |
| Octal | 355 | 202 | 2 | 0 | 55 | 143 | 7 | 41 | 142 | 57 |
| Binary | 11101101 | 10000010 | 10 | 0 | 101101 | 1100011 | 111 | 100001 | 1100010 | 101111 |
Color Harmonies of #ED8202
Complementary color
Monochromatic Colors of #ED8202
Black with #ED8202
Text Example
Text Example
White with #ED8202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8202; }
p { color: rgb(237,130,2); }
H1.HeaderClassName
{
color: #ED8202;
}
.AnyTagClassName
{
color: #ED8202;
}
</style>
background-color css
<style>
a { background-color: #ED8202; }
a { background-color: rgb(237,130,2); }
div.DivClassName
{
background-color: #ED8202;
}
.BgClassName
{
background-color: #ED8202;
}
</style>
border-color css
<style>
span { border-color: #ED8202; }
span { border-color: rgb(237,130,2); }
td.TdClassName
{
border-color: #ED8202;
}
.TagClassName
{
border-color: #ED8202;
}
</style>