Shades of Tangerine #ED8005
Tints of Tangerine #ED8005
RGB
CMYK
RGB Variations
Color information
#ED8005 (or 0xED8005) is known color: Tangerine. HEX triplet: ED, 80 and 05. RGB value is (237,128,5). Sum of RGB (Red+Green+Blue) = 237+128+5=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8005 is #127FFA. Grayscale: #939393. Windows color (decimal): -1212411 or 360685. OLE color: 360685.
HSL color Cylindrical-coordinate representation of color #ED8005: hue angle of 31.81º degrees, saturation: 0.96, 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 #ED8005 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.07 |
| HSL | 31.81º | 0.96% | 0.47% | - |
| HSV(B) | 31.81º | 0.98% | 0.93% | - |
| XYZ | 42.67 | 33.45 | 4.35 | - |
| YUV | 146.57 | 48.11 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 5 | 0 | 0.46 | 0.98 | 0.07 | 31.81 | 0.96 | 0.47 |
| Hex | ED | 80 | 5 | 0 | 2E | 62 | 7 | 20 | 60 | 2F |
| Octal | 355 | 200 | 5 | 0 | 56 | 142 | 7 | 40 | 140 | 57 |
| Binary | 11101101 | 10000000 | 101 | 0 | 101110 | 1100010 | 111 | 100000 | 1100000 | 101111 |
Color Harmonies of #ED8005
Complementary color
Monochromatic Colors of #ED8005
Black with #ED8005
Text Example
Text Example
White with #ED8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8005; }
p { color: rgb(237,128,5); }
H1.HeaderClassName
{
color: #ED8005;
}
.AnyTagClassName
{
color: #ED8005;
}
</style>
background-color css
<style>
a { background-color: #ED8005; }
a { background-color: rgb(237,128,5); }
div.DivClassName
{
background-color: #ED8005;
}
.BgClassName
{
background-color: #ED8005;
}
</style>
border-color css
<style>
span { border-color: #ED8005; }
span { border-color: rgb(237,128,5); }
td.TdClassName
{
border-color: #ED8005;
}
.TagClassName
{
border-color: #ED8005;
}
</style>