Shades of Tangerine #ED8200
Tints of Tangerine #ED8200
RGB
CMYK
RGB Variations
Color information
#ED8200 (or 0xED8200) is known color: Tangerine. HEX triplet: ED, 82 and 00. RGB value is (237,130,0). Sum of RGB (Red+Green+Blue) = 237+130+0=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8200 is #127DFF. Grayscale: #939393. Windows color (decimal): -1211904 or 33517. OLE color: 33517.
HSL color Cylindrical-coordinate representation of color #ED8200: hue angle of 32.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED8200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.07 |
| HSL | 32.91º | 1% | 0.46% | - |
| HSV(B) | 32.91º | 1% | 0.93% | - |
| XYZ | 42.91 | 33.97 | 4.3 | - |
| YUV | 147.17 | 44.95 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 0 | 0 | 0.45 | 1 | 0.07 | 32.91 | 1 | 0.46 |
| Hex | ED | 82 | 0 | 0 | 2D | 64 | 7 | 21 | 64 | 2E |
| Octal | 355 | 202 | 0 | 0 | 55 | 144 | 7 | 41 | 144 | 56 |
| Binary | 11101101 | 10000010 | 0 | 0 | 101101 | 1100100 | 111 | 100001 | 1100100 | 101110 |
Color Harmonies of #ED8200
Complementary color
Monochromatic Colors of #ED8200
Black with #ED8200
Text Example
Text Example
White with #ED8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8200; }
p { color: rgb(237,130,0); }
H1.HeaderClassName
{
color: #ED8200;
}
.AnyTagClassName
{
color: #ED8200;
}
</style>
background-color css
<style>
a { background-color: #ED8200; }
a { background-color: rgb(237,130,0); }
div.DivClassName
{
background-color: #ED8200;
}
.BgClassName
{
background-color: #ED8200;
}
</style>
border-color css
<style>
span { border-color: #ED8200; }
span { border-color: rgb(237,130,0); }
td.TdClassName
{
border-color: #ED8200;
}
.TagClassName
{
border-color: #ED8200;
}
</style>