Shades of Tangerine #ED870D
Tints of Tangerine #ED870D
RGB
CMYK
RGB Variations
Color information
#ED870D (or 0xED870D) is known color: Tangerine. HEX triplet: ED, 87 and 0D. RGB value is (237,135,13). Sum of RGB (Red+Green+Blue) = 237+135+13=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED870D is #1278F2. Grayscale: #989898. Windows color (decimal): -1210611 or 886765. OLE color: 886765.
HSL color Cylindrical-coordinate representation of color #ED870D: hue angle of 32.68º 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 #ED870D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.68º | 0.9% | 0.49% | - |
| HSV(B) | 32.68º | 0.95% | 0.93% | - |
| XYZ | 43.66 | 35.36 | 4.91 | - |
| YUV | 151.59 | 49.79 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 13 | 0 | 0.43 | 0.95 | 0.07 | 32.68 | 0.9 | 0.49 |
| Hex | ED | 87 | D | 0 | 2B | 5F | 7 | 21 | 5A | 31 |
| Octal | 355 | 207 | 15 | 0 | 53 | 137 | 7 | 41 | 132 | 61 |
| Binary | 11101101 | 10000111 | 1101 | 0 | 101011 | 1011111 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #ED870D
Complementary color
Monochromatic Colors of #ED870D
Black with #ED870D
Text Example
Text Example
White with #ED870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED870D; }
p { color: rgb(237,135,13); }
H1.HeaderClassName
{
color: #ED870D;
}
.AnyTagClassName
{
color: #ED870D;
}
</style>
background-color css
<style>
a { background-color: #ED870D; }
a { background-color: rgb(237,135,13); }
div.DivClassName
{
background-color: #ED870D;
}
.BgClassName
{
background-color: #ED870D;
}
</style>
border-color css
<style>
span { border-color: #ED870D; }
span { border-color: rgb(237,135,13); }
td.TdClassName
{
border-color: #ED870D;
}
.TagClassName
{
border-color: #ED870D;
}
</style>