Shades of Tangerine #ED7E00
Tints of Tangerine #ED7E00
RGB
CMYK
RGB Variations
Color information
#ED7E00 (or 0xED7E00) is known color: Tangerine. HEX triplet: ED, 7E and 00. RGB value is (237,126,0). Sum of RGB (Red+Green+Blue) = 237+126+0=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7E00 is #1281FF. Grayscale: #919191. Windows color (decimal): -1212928 or 32493. OLE color: 32493.
HSL color Cylindrical-coordinate representation of color #ED7E00: hue angle of 31.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED7E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.07 |
| HSL | 31.9º | 1% | 0.46% | - |
| HSV(B) | 31.9º | 1% | 0.93% | - |
| XYZ | 42.39 | 32.93 | 4.12 | - |
| YUV | 144.83 | 46.27 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 0 | 0 | 0.47 | 1 | 0.07 | 31.9 | 1 | 0.46 |
| Hex | ED | 7E | 0 | 0 | 2F | 64 | 7 | 20 | 64 | 2E |
| Octal | 355 | 176 | 0 | 0 | 57 | 144 | 7 | 40 | 144 | 56 |
| Binary | 11101101 | 1111110 | 0 | 0 | 101111 | 1100100 | 111 | 100000 | 1100100 | 101110 |
Color Harmonies of #ED7E00
Complementary color
Monochromatic Colors of #ED7E00
Black with #ED7E00
Text Example
Text Example
White with #ED7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E00; }
p { color: rgb(237,126,0); }
H1.HeaderClassName
{
color: #ED7E00;
}
.AnyTagClassName
{
color: #ED7E00;
}
</style>
background-color css
<style>
a { background-color: #ED7E00; }
a { background-color: rgb(237,126,0); }
div.DivClassName
{
background-color: #ED7E00;
}
.BgClassName
{
background-color: #ED7E00;
}
</style>
border-color css
<style>
span { border-color: #ED7E00; }
span { border-color: rgb(237,126,0); }
td.TdClassName
{
border-color: #ED7E00;
}
.TagClassName
{
border-color: #ED7E00;
}
</style>