Shades of Tangerine #ED8110
Tints of Tangerine #ED8110
RGB
CMYK
RGB Variations
Color information
#ED8110 (or 0xED8110) is known color: Tangerine. HEX triplet: ED, 81 and 10. RGB value is (237,129,16). Sum of RGB (Red+Green+Blue) = 237+129+16=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8110 is #127EEF. Grayscale: #949494. Windows color (decimal): -1212144 or 1081837. OLE color: 1081837.
HSL color Cylindrical-coordinate representation of color #ED8110: hue angle of 30.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED8110 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.07 |
| HSL | 30.68º | 0.87% | 0.5% | - |
| HSV(B) | 30.68º | 0.93% | 0.93% | - |
| XYZ | 42.87 | 33.74 | 4.74 | - |
| YUV | 148.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 16 | 0 | 0.46 | 0.93 | 0.07 | 30.68 | 0.87 | 0.5 |
| Hex | ED | 81 | 10 | 0 | 2E | 5D | 7 | 1F | 57 | 32 |
| Octal | 355 | 201 | 20 | 0 | 56 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101101 | 10000001 | 10000 | 0 | 101110 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #ED8110
Complementary color
Monochromatic Colors of #ED8110
Black with #ED8110
Text Example
Text Example
White with #ED8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8110; }
p { color: rgb(237,129,16); }
H1.HeaderClassName
{
color: #ED8110;
}
.AnyTagClassName
{
color: #ED8110;
}
</style>
background-color css
<style>
a { background-color: #ED8110; }
a { background-color: rgb(237,129,16); }
div.DivClassName
{
background-color: #ED8110;
}
.BgClassName
{
background-color: #ED8110;
}
</style>
border-color css
<style>
span { border-color: #ED8110; }
span { border-color: rgb(237,129,16); }
td.TdClassName
{
border-color: #ED8110;
}
.TagClassName
{
border-color: #ED8110;
}
</style>