Shades of Tangerine #ED8204
Tints of Tangerine #ED8204
RGB
CMYK
RGB Variations
Color information
#ED8204 (or 0xED8204) is known color: Tangerine. HEX triplet: ED, 82 and 04. RGB value is (237,130,4). Sum of RGB (Red+Green+Blue) = 237+130+4=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8204 is #127DFB. Grayscale: #949494. Windows color (decimal): -1211900 or 295661. OLE color: 295661.
HSL color Cylindrical-coordinate representation of color #ED8204: hue angle of 32.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED8204 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.07 |
| HSL | 32.45º | 0.97% | 0.47% | - |
| HSV(B) | 32.45º | 0.98% | 0.93% | - |
| XYZ | 42.93 | 33.98 | 4.41 | - |
| YUV | 147.63 | 46.95 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 4 | 0 | 0.45 | 0.98 | 0.07 | 32.45 | 0.97 | 0.47 |
| Hex | ED | 82 | 4 | 0 | 2D | 62 | 7 | 20 | 61 | 2F |
| Octal | 355 | 202 | 4 | 0 | 55 | 142 | 7 | 40 | 141 | 57 |
| Binary | 11101101 | 10000010 | 100 | 0 | 101101 | 1100010 | 111 | 100000 | 1100001 | 101111 |
Color Harmonies of #ED8204
Complementary color
Monochromatic Colors of #ED8204
Black with #ED8204
Text Example
Text Example
White with #ED8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8204; }
p { color: rgb(237,130,4); }
H1.HeaderClassName
{
color: #ED8204;
}
.AnyTagClassName
{
color: #ED8204;
}
</style>
background-color css
<style>
a { background-color: #ED8204; }
a { background-color: rgb(237,130,4); }
div.DivClassName
{
background-color: #ED8204;
}
.BgClassName
{
background-color: #ED8204;
}
</style>
border-color css
<style>
span { border-color: #ED8204; }
span { border-color: rgb(237,130,4); }
td.TdClassName
{
border-color: #ED8204;
}
.TagClassName
{
border-color: #ED8204;
}
</style>