Shades of Tangerine #ED850B
Tints of Tangerine #ED850B
RGB
CMYK
RGB Variations
Color information
#ED850B (or 0xED850B) is known color: Tangerine. HEX triplet: ED, 85 and 0B. RGB value is (237,133,11). Sum of RGB (Red+Green+Blue) = 237+133+11=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED850B is #127AF4. Grayscale: #969696. Windows color (decimal): -1211125 or 755181. OLE color: 755181.
HSL color Cylindrical-coordinate representation of color #ED850B: hue angle of 32.39º degrees, saturation: 0.91, 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 #ED850B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.39º | 0.91% | 0.49% | - |
| HSV(B) | 32.39º | 0.95% | 0.93% | - |
| XYZ | 43.37 | 34.8 | 4.75 | - |
| YUV | 150.19 | 49.46 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 11 | 0 | 0.44 | 0.95 | 0.07 | 32.39 | 0.91 | 0.49 |
| Hex | ED | 85 | B | 0 | 2C | 5F | 7 | 20 | 5B | 31 |
| Octal | 355 | 205 | 13 | 0 | 54 | 137 | 7 | 40 | 133 | 61 |
| Binary | 11101101 | 10000101 | 1011 | 0 | 101100 | 1011111 | 111 | 100000 | 1011011 | 110001 |
Color Harmonies of #ED850B
Complementary color
Monochromatic Colors of #ED850B
Black with #ED850B
Text Example
Text Example
White with #ED850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED850B; }
p { color: rgb(237,133,11); }
H1.HeaderClassName
{
color: #ED850B;
}
.AnyTagClassName
{
color: #ED850B;
}
</style>
background-color css
<style>
a { background-color: #ED850B; }
a { background-color: rgb(237,133,11); }
div.DivClassName
{
background-color: #ED850B;
}
.BgClassName
{
background-color: #ED850B;
}
</style>
border-color css
<style>
span { border-color: #ED850B; }
span { border-color: rgb(237,133,11); }
td.TdClassName
{
border-color: #ED850B;
}
.TagClassName
{
border-color: #ED850B;
}
</style>