Shades of Tangerine #ED830D
Tints of Tangerine #ED830D
RGB
CMYK
RGB Variations
Color information
#ED830D (or 0xED830D) is known color: Tangerine. HEX triplet: ED, 83 and 0D. RGB value is (237,131,13). Sum of RGB (Red+Green+Blue) = 237+131+13=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED830D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED830D is #127CF2. Grayscale: #959595. Windows color (decimal): -1211635 or 885741. OLE color: 885741.
HSL color Cylindrical-coordinate representation of color #ED830D: hue angle of 31.61º 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 #ED830D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.61º | 0.9% | 0.49% | - |
| HSV(B) | 31.61º | 0.95% | 0.93% | - |
| XYZ | 43.11 | 34.27 | 4.72 | - |
| YUV | 149.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 13 | 0 | 0.45 | 0.95 | 0.07 | 31.61 | 0.9 | 0.49 |
| Hex | ED | 83 | D | 0 | 2D | 5F | 7 | 20 | 5A | 31 |
| Octal | 355 | 203 | 15 | 0 | 55 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101101 | 10000011 | 1101 | 0 | 101101 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #ED830D
Complementary color
Monochromatic Colors of #ED830D
Black with #ED830D
Text Example
Text Example
White with #ED830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED830D; }
p { color: rgb(237,131,13); }
H1.HeaderClassName
{
color: #ED830D;
}
.AnyTagClassName
{
color: #ED830D;
}
</style>
background-color css
<style>
a { background-color: #ED830D; }
a { background-color: rgb(237,131,13); }
div.DivClassName
{
background-color: #ED830D;
}
.BgClassName
{
background-color: #ED830D;
}
</style>
border-color css
<style>
span { border-color: #ED830D; }
span { border-color: rgb(237,131,13); }
td.TdClassName
{
border-color: #ED830D;
}
.TagClassName
{
border-color: #ED830D;
}
</style>