Shades of Tangerine #ED8004
Tints of Tangerine #ED8004
RGB
CMYK
RGB Variations
Color information
#ED8004 (or 0xED8004) is known color: Tangerine. HEX triplet: ED, 80 and 04. RGB value is (237,128,4). Sum of RGB (Red+Green+Blue) = 237+128+4=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8004 is #127FFB. Grayscale: #939393. Windows color (decimal): -1212412 or 295149. OLE color: 295149.
HSL color Cylindrical-coordinate representation of color #ED8004: hue angle of 31.93º 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 #ED8004 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.07 |
| HSL | 31.93º | 0.97% | 0.47% | - |
| HSV(B) | 31.93º | 0.98% | 0.93% | - |
| XYZ | 42.67 | 33.45 | 4.32 | - |
| YUV | 146.46 | 47.61 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 4 | 0 | 0.46 | 0.98 | 0.07 | 31.93 | 0.97 | 0.47 |
| Hex | ED | 80 | 4 | 0 | 2E | 62 | 7 | 20 | 61 | 2F |
| Octal | 355 | 200 | 4 | 0 | 56 | 142 | 7 | 40 | 141 | 57 |
| Binary | 11101101 | 10000000 | 100 | 0 | 101110 | 1100010 | 111 | 100000 | 1100001 | 101111 |
Color Harmonies of #ED8004
Complementary color
Monochromatic Colors of #ED8004
Black with #ED8004
Text Example
Text Example
White with #ED8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8004; }
p { color: rgb(237,128,4); }
H1.HeaderClassName
{
color: #ED8004;
}
.AnyTagClassName
{
color: #ED8004;
}
</style>
background-color css
<style>
a { background-color: #ED8004; }
a { background-color: rgb(237,128,4); }
div.DivClassName
{
background-color: #ED8004;
}
.BgClassName
{
background-color: #ED8004;
}
</style>
border-color css
<style>
span { border-color: #ED8004; }
span { border-color: rgb(237,128,4); }
td.TdClassName
{
border-color: #ED8004;
}
.TagClassName
{
border-color: #ED8004;
}
</style>