Shades of Tangerine #ED830B
Tints of Tangerine #ED830B
RGB
CMYK
RGB Variations
Color information
#ED830B (or 0xED830B) is known color: Tangerine. HEX triplet: ED, 83 and 0B. RGB value is (237,131,11). Sum of RGB (Red+Green+Blue) = 237+131+11=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED830B is #127CF4. Grayscale: #959595. Windows color (decimal): -1211637 or 754669. OLE color: 754669.
HSL color Cylindrical-coordinate representation of color #ED830B: hue angle of 31.86º 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 #ED830B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.86º | 0.91% | 0.49% | - |
| HSV(B) | 31.86º | 0.95% | 0.93% | - |
| XYZ | 43.1 | 34.26 | 4.66 | - |
| YUV | 149.01 | 50.12 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 11 | 0 | 0.45 | 0.95 | 0.07 | 31.86 | 0.91 | 0.49 |
| Hex | ED | 83 | B | 0 | 2D | 5F | 7 | 20 | 5B | 31 |
| Octal | 355 | 203 | 13 | 0 | 55 | 137 | 7 | 40 | 133 | 61 |
| Binary | 11101101 | 10000011 | 1011 | 0 | 101101 | 1011111 | 111 | 100000 | 1011011 | 110001 |
Color Harmonies of #ED830B
Complementary color
Monochromatic Colors of #ED830B
Black with #ED830B
Text Example
Text Example
White with #ED830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED830B; }
p { color: rgb(237,131,11); }
H1.HeaderClassName
{
color: #ED830B;
}
.AnyTagClassName
{
color: #ED830B;
}
</style>
background-color css
<style>
a { background-color: #ED830B; }
a { background-color: rgb(237,131,11); }
div.DivClassName
{
background-color: #ED830B;
}
.BgClassName
{
background-color: #ED830B;
}
</style>
border-color css
<style>
span { border-color: #ED830B; }
span { border-color: rgb(237,131,11); }
td.TdClassName
{
border-color: #ED830B;
}
.TagClassName
{
border-color: #ED830B;
}
</style>