Shades of Tangerine #ED8111
Tints of Tangerine #ED8111
RGB
CMYK
RGB Variations
Color information
#ED8111 (or 0xED8111) is known color: Tangerine. HEX triplet: ED, 81 and 11. RGB value is (237,129,17). Sum of RGB (Red+Green+Blue) = 237+129+17=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8111 is #127EEE. Grayscale: #959595. Windows color (decimal): -1212143 or 1147373. OLE color: 1147373.
HSL color Cylindrical-coordinate representation of color #ED8111: hue angle of 30.55º 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 #ED8111 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.07 |
| HSL | 30.55º | 0.87% | 0.5% | - |
| HSV(B) | 30.55º | 0.93% | 0.93% | - |
| XYZ | 42.88 | 33.75 | 4.78 | - |
| YUV | 148.52 | 53.78 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 17 | 0 | 0.46 | 0.93 | 0.07 | 30.55 | 0.87 | 0.5 |
| Hex | ED | 81 | 11 | 0 | 2E | 5D | 7 | 1F | 57 | 32 |
| Octal | 355 | 201 | 21 | 0 | 56 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101101 | 10000001 | 10001 | 0 | 101110 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #ED8111
Complementary color
Monochromatic Colors of #ED8111
Black with #ED8111
Text Example
Text Example
White with #ED8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8111; }
p { color: rgb(237,129,17); }
H1.HeaderClassName
{
color: #ED8111;
}
.AnyTagClassName
{
color: #ED8111;
}
</style>
background-color css
<style>
a { background-color: #ED8111; }
a { background-color: rgb(237,129,17); }
div.DivClassName
{
background-color: #ED8111;
}
.BgClassName
{
background-color: #ED8111;
}
</style>
border-color css
<style>
span { border-color: #ED8111; }
span { border-color: rgb(237,129,17); }
td.TdClassName
{
border-color: #ED8111;
}
.TagClassName
{
border-color: #ED8111;
}
</style>