Shades of Tangerine #ED8109
Tints of Tangerine #ED8109
RGB
CMYK
RGB Variations
Color information
#ED8109 (or 0xED8109) is known color: Tangerine. HEX triplet: ED, 81 and 09. RGB value is (237,129,9). Sum of RGB (Red+Green+Blue) = 237+129+9=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8109 is #127EF6. Grayscale: #949494. Windows color (decimal): -1212151 or 623085. OLE color: 623085.
HSL color Cylindrical-coordinate representation of color #ED8109: hue angle of 31.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED8109 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.07 |
| HSL | 31.58º | 0.93% | 0.48% | - |
| HSV(B) | 31.58º | 0.96% | 0.93% | - |
| XYZ | 42.82 | 33.72 | 4.51 | - |
| YUV | 147.61 | 49.78 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 9 | 0 | 0.46 | 0.96 | 0.07 | 31.58 | 0.93 | 0.48 |
| Hex | ED | 81 | 9 | 0 | 2E | 60 | 7 | 20 | 5D | 30 |
| Octal | 355 | 201 | 11 | 0 | 56 | 140 | 7 | 40 | 135 | 60 |
| Binary | 11101101 | 10000001 | 1001 | 0 | 101110 | 1100000 | 111 | 100000 | 1011101 | 110000 |
Color Harmonies of #ED8109
Complementary color
Monochromatic Colors of #ED8109
Black with #ED8109
Text Example
Text Example
White with #ED8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8109; }
p { color: rgb(237,129,9); }
H1.HeaderClassName
{
color: #ED8109;
}
.AnyTagClassName
{
color: #ED8109;
}
</style>
background-color css
<style>
a { background-color: #ED8109; }
a { background-color: rgb(237,129,9); }
div.DivClassName
{
background-color: #ED8109;
}
.BgClassName
{
background-color: #ED8109;
}
</style>
border-color css
<style>
span { border-color: #ED8109; }
span { border-color: rgb(237,129,9); }
td.TdClassName
{
border-color: #ED8109;
}
.TagClassName
{
border-color: #ED8109;
}
</style>