Shades of Tangerine #ED860C
Tints of Tangerine #ED860C
RGB
CMYK
RGB Variations
Color information
#ED860C (or 0xED860C) is known color: Tangerine. HEX triplet: ED, 86 and 0C. RGB value is (237,134,12). Sum of RGB (Red+Green+Blue) = 237+134+12=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED860C is #1279F3. Grayscale: #979797. Windows color (decimal): -1210868 or 820973. OLE color: 820973.
HSL color Cylindrical-coordinate representation of color #ED860C: hue angle of 32.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED860C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.53º | 0.9% | 0.49% | - |
| HSV(B) | 32.53º | 0.95% | 0.93% | - |
| XYZ | 43.52 | 35.08 | 4.83 | - |
| YUV | 150.89 | 49.62 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 12 | 0 | 0.43 | 0.95 | 0.07 | 32.53 | 0.9 | 0.49 |
| Hex | ED | 86 | C | 0 | 2B | 5F | 7 | 21 | 5A | 31 |
| Octal | 355 | 206 | 14 | 0 | 53 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101101 | 10000110 | 1100 | 0 | 101011 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #ED860C
Complementary color
Monochromatic Colors of #ED860C
Black with #ED860C
Text Example
Text Example
White with #ED860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED860C; }
p { color: rgb(237,134,12); }
H1.HeaderClassName
{
color: #ED860C;
}
.AnyTagClassName
{
color: #ED860C;
}
</style>
background-color css
<style>
a { background-color: #ED860C; }
a { background-color: rgb(237,134,12); }
div.DivClassName
{
background-color: #ED860C;
}
.BgClassName
{
background-color: #ED860C;
}
</style>
border-color css
<style>
span { border-color: #ED860C; }
span { border-color: rgb(237,134,12); }
td.TdClassName
{
border-color: #ED860C;
}
.TagClassName
{
border-color: #ED860C;
}
</style>