Shades of Tangerine #ED800A
Tints of Tangerine #ED800A
RGB
CMYK
RGB Variations
Color information
#ED800A (or 0xED800A) is known color: Tangerine. HEX triplet: ED, 80 and 0A. RGB value is (237,128,10). Sum of RGB (Red+Green+Blue) = 237+128+10=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED800A is #127FF5. Grayscale: #939393. Windows color (decimal): -1212406 or 688365. OLE color: 688365.
HSL color Cylindrical-coordinate representation of color #ED800A: hue angle of 31.19º degrees, saturation: 0.92, 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 #ED800A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 10 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.07 |
| HSL | 31.19º | 0.92% | 0.48% | - |
| HSV(B) | 31.19º | 0.96% | 0.93% | - |
| XYZ | 42.7 | 33.46 | 4.5 | - |
| YUV | 147.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 10 | 0 | 0.46 | 0.96 | 0.07 | 31.19 | 0.92 | 0.48 |
| Hex | ED | 80 | A | 0 | 2E | 60 | 7 | 1F | 5C | 30 |
| Octal | 355 | 200 | 12 | 0 | 56 | 140 | 7 | 37 | 134 | 60 |
| Binary | 11101101 | 10000000 | 1010 | 0 | 101110 | 1100000 | 111 | 11111 | 1011100 | 110000 |
Color Harmonies of #ED800A
Complementary color
Monochromatic Colors of #ED800A
Black with #ED800A
Text Example
Text Example
White with #ED800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED800A; }
p { color: rgb(237,128,10); }
H1.HeaderClassName
{
color: #ED800A;
}
.AnyTagClassName
{
color: #ED800A;
}
</style>
background-color css
<style>
a { background-color: #ED800A; }
a { background-color: rgb(237,128,10); }
div.DivClassName
{
background-color: #ED800A;
}
.BgClassName
{
background-color: #ED800A;
}
</style>
border-color css
<style>
span { border-color: #ED800A; }
span { border-color: rgb(237,128,10); }
td.TdClassName
{
border-color: #ED800A;
}
.TagClassName
{
border-color: #ED800A;
}
</style>