Shades of Tangerine #ED8306
Tints of Tangerine #ED8306
RGB
CMYK
RGB Variations
Color information
#ED8306 (or 0xED8306) is known color: Tangerine. HEX triplet: ED, 83 and 06. RGB value is (237,131,6). Sum of RGB (Red+Green+Blue) = 237+131+6=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8306 is #127CF9. Grayscale: #959595. Windows color (decimal): -1211642 or 426989. OLE color: 426989.
HSL color Cylindrical-coordinate representation of color #ED8306: hue angle of 32.47º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED8306 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.07 |
| HSL | 32.47º | 0.95% | 0.48% | - |
| HSV(B) | 32.47º | 0.97% | 0.93% | - |
| XYZ | 43.07 | 34.25 | 4.51 | - |
| YUV | 148.44 | 47.62 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 6 | 0 | 0.45 | 0.97 | 0.07 | 32.47 | 0.95 | 0.48 |
| Hex | ED | 83 | 6 | 0 | 2D | 61 | 7 | 20 | 5F | 30 |
| Octal | 355 | 203 | 6 | 0 | 55 | 141 | 7 | 40 | 137 | 60 |
| Binary | 11101101 | 10000011 | 110 | 0 | 101101 | 1100001 | 111 | 100000 | 1011111 | 110000 |
Color Harmonies of #ED8306
Complementary color
Monochromatic Colors of #ED8306
Black with #ED8306
Text Example
Text Example
White with #ED8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8306; }
p { color: rgb(237,131,6); }
H1.HeaderClassName
{
color: #ED8306;
}
.AnyTagClassName
{
color: #ED8306;
}
</style>
background-color css
<style>
a { background-color: #ED8306; }
a { background-color: rgb(237,131,6); }
div.DivClassName
{
background-color: #ED8306;
}
.BgClassName
{
background-color: #ED8306;
}
</style>
border-color css
<style>
span { border-color: #ED8306; }
span { border-color: rgb(237,131,6); }
td.TdClassName
{
border-color: #ED8306;
}
.TagClassName
{
border-color: #ED8306;
}
</style>