Shades of Tangerine #ED8811
Tints of Tangerine #ED8811
RGB
CMYK
RGB Variations
Color information
#ED8811 (or 0xED8811) is known color: Tangerine. HEX triplet: ED, 88 and 11. RGB value is (237,136,17). Sum of RGB (Red+Green+Blue) = 237+136+17=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8811 is #1277EE. Grayscale: #999999. Windows color (decimal): -1210351 or 1149165. OLE color: 1149165.
HSL color Cylindrical-coordinate representation of color #ED8811: hue angle of 32.45º 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 #ED8811 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.07 |
| HSL | 32.45º | 0.87% | 0.5% | - |
| HSV(B) | 32.45º | 0.93% | 0.93% | - |
| XYZ | 43.83 | 35.65 | 5.1 | - |
| YUV | 152.63 | 51.46 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 17 | 0 | 0.43 | 0.93 | 0.07 | 32.45 | 0.87 | 0.5 |
| Hex | ED | 88 | 11 | 0 | 2B | 5D | 7 | 20 | 57 | 32 |
| Octal | 355 | 210 | 21 | 0 | 53 | 135 | 7 | 40 | 127 | 62 |
| Binary | 11101101 | 10001000 | 10001 | 0 | 101011 | 1011101 | 111 | 100000 | 1010111 | 110010 |
Color Harmonies of #ED8811
Complementary color
Monochromatic Colors of #ED8811
Black with #ED8811
Text Example
Text Example
White with #ED8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8811; }
p { color: rgb(237,136,17); }
H1.HeaderClassName
{
color: #ED8811;
}
.AnyTagClassName
{
color: #ED8811;
}
</style>
background-color css
<style>
a { background-color: #ED8811; }
a { background-color: rgb(237,136,17); }
div.DivClassName
{
background-color: #ED8811;
}
.BgClassName
{
background-color: #ED8811;
}
</style>
border-color css
<style>
span { border-color: #ED8811; }
span { border-color: rgb(237,136,17); }
td.TdClassName
{
border-color: #ED8811;
}
.TagClassName
{
border-color: #ED8811;
}
</style>