Shades of Tangerine #ED8003
Tints of Tangerine #ED8003
RGB
CMYK
RGB Variations
Color information
#ED8003 (or 0xED8003) is known color: Tangerine. HEX triplet: ED, 80 and 03. RGB value is (237,128,3). Sum of RGB (Red+Green+Blue) = 237+128+3=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8003 is #127FFC. Grayscale: #929292. Windows color (decimal): -1212413 or 229613. OLE color: 229613.
HSL color Cylindrical-coordinate representation of color #ED8003: hue angle of 32.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED8003 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 3 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.07 |
| HSL | 32.05º | 0.98% | 0.47% | - |
| HSV(B) | 32.05º | 0.99% | 0.93% | - |
| XYZ | 42.66 | 33.45 | 4.29 | - |
| YUV | 146.34 | 47.11 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 3 | 0 | 0.46 | 0.99 | 0.07 | 32.05 | 0.98 | 0.47 |
| Hex | ED | 80 | 3 | 0 | 2E | 63 | 7 | 20 | 62 | 2F |
| Octal | 355 | 200 | 3 | 0 | 56 | 143 | 7 | 40 | 142 | 57 |
| Binary | 11101101 | 10000000 | 11 | 0 | 101110 | 1100011 | 111 | 100000 | 1100010 | 101111 |
Color Harmonies of #ED8003
Complementary color
Monochromatic Colors of #ED8003
Black with #ED8003
Text Example
Text Example
White with #ED8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8003; }
p { color: rgb(237,128,3); }
H1.HeaderClassName
{
color: #ED8003;
}
.AnyTagClassName
{
color: #ED8003;
}
</style>
background-color css
<style>
a { background-color: #ED8003; }
a { background-color: rgb(237,128,3); }
div.DivClassName
{
background-color: #ED8003;
}
.BgClassName
{
background-color: #ED8003;
}
</style>
border-color css
<style>
span { border-color: #ED8003; }
span { border-color: rgb(237,128,3); }
td.TdClassName
{
border-color: #ED8003;
}
.TagClassName
{
border-color: #ED8003;
}
</style>