Shades of Tangerine #ED8308
Tints of Tangerine #ED8308
RGB
CMYK
RGB Variations
Color information
#ED8308 (or 0xED8308) is known color: Tangerine. HEX triplet: ED, 83 and 08. RGB value is (237,131,8). Sum of RGB (Red+Green+Blue) = 237+131+8=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8308 is #127CF7. Grayscale: #959595. Windows color (decimal): -1211640 or 558061. OLE color: 558061.
HSL color Cylindrical-coordinate representation of color #ED8308: hue angle of 32.23º degrees, saturation: 0.93, 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 #ED8308 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.07 |
| HSL | 32.23º | 0.93% | 0.48% | - |
| HSV(B) | 32.23º | 0.97% | 0.93% | - |
| XYZ | 43.09 | 34.25 | 4.57 | - |
| YUV | 148.67 | 48.62 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 8 | 0 | 0.45 | 0.97 | 0.07 | 32.23 | 0.93 | 0.48 |
| Hex | ED | 83 | 8 | 0 | 2D | 61 | 7 | 20 | 5D | 30 |
| Octal | 355 | 203 | 10 | 0 | 55 | 141 | 7 | 40 | 135 | 60 |
| Binary | 11101101 | 10000011 | 1000 | 0 | 101101 | 1100001 | 111 | 100000 | 1011101 | 110000 |
Color Harmonies of #ED8308
Complementary color
Monochromatic Colors of #ED8308
Black with #ED8308
Text Example
Text Example
White with #ED8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8308; }
p { color: rgb(237,131,8); }
H1.HeaderClassName
{
color: #ED8308;
}
.AnyTagClassName
{
color: #ED8308;
}
</style>
background-color css
<style>
a { background-color: #ED8308; }
a { background-color: rgb(237,131,8); }
div.DivClassName
{
background-color: #ED8308;
}
.BgClassName
{
background-color: #ED8308;
}
</style>
border-color css
<style>
span { border-color: #ED8308; }
span { border-color: rgb(237,131,8); }
td.TdClassName
{
border-color: #ED8308;
}
.TagClassName
{
border-color: #ED8308;
}
</style>