Shades of Tangerine #ED820B
Tints of Tangerine #ED820B
RGB
CMYK
RGB Variations
Color information
#ED820B (or 0xED820B) is known color: Tangerine. HEX triplet: ED, 82 and 0B. RGB value is (237,130,11). Sum of RGB (Red+Green+Blue) = 237+130+11=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED820B is #127DF4. Grayscale: #959595. Windows color (decimal): -1211893 or 754413. OLE color: 754413.
HSL color Cylindrical-coordinate representation of color #ED820B: hue angle of 31.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED820B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.59º | 0.91% | 0.49% | - |
| HSV(B) | 31.59º | 0.95% | 0.93% | - |
| XYZ | 42.97 | 33.99 | 4.61 | - |
| YUV | 148.43 | 50.45 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 11 | 0 | 0.45 | 0.95 | 0.07 | 31.59 | 0.91 | 0.49 |
| Hex | ED | 82 | B | 0 | 2D | 5F | 7 | 20 | 5B | 31 |
| Octal | 355 | 202 | 13 | 0 | 55 | 137 | 7 | 40 | 133 | 61 |
| Binary | 11101101 | 10000010 | 1011 | 0 | 101101 | 1011111 | 111 | 100000 | 1011011 | 110001 |
Color Harmonies of #ED820B
Complementary color
Monochromatic Colors of #ED820B
Black with #ED820B
Text Example
Text Example
White with #ED820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED820B; }
p { color: rgb(237,130,11); }
H1.HeaderClassName
{
color: #ED820B;
}
.AnyTagClassName
{
color: #ED820B;
}
</style>
background-color css
<style>
a { background-color: #ED820B; }
a { background-color: rgb(237,130,11); }
div.DivClassName
{
background-color: #ED820B;
}
.BgClassName
{
background-color: #ED820B;
}
</style>
border-color css
<style>
span { border-color: #ED820B; }
span { border-color: rgb(237,130,11); }
td.TdClassName
{
border-color: #ED820B;
}
.TagClassName
{
border-color: #ED820B;
}
</style>