Shades of Tangerine #ED830A
Tints of Tangerine #ED830A
RGB
CMYK
RGB Variations
Color information
#ED830A (or 0xED830A) is known color: Tangerine. HEX triplet: ED, 83 and 0A. RGB value is (237,131,10). Sum of RGB (Red+Green+Blue) = 237+131+10=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED830A is #127CF5. Grayscale: #959595. Windows color (decimal): -1211638 or 689133. OLE color: 689133.
HSL color Cylindrical-coordinate representation of color #ED830A: hue angle of 31.98º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED830A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.07 |
| HSL | 31.98º | 0.92% | 0.48% | - |
| HSV(B) | 31.98º | 0.96% | 0.93% | - |
| XYZ | 43.1 | 34.26 | 4.63 | - |
| YUV | 148.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 10 | 0 | 0.45 | 0.96 | 0.07 | 31.98 | 0.92 | 0.48 |
| Hex | ED | 83 | A | 0 | 2D | 60 | 7 | 20 | 5C | 30 |
| Octal | 355 | 203 | 12 | 0 | 55 | 140 | 7 | 40 | 134 | 60 |
| Binary | 11101101 | 10000011 | 1010 | 0 | 101101 | 1100000 | 111 | 100000 | 1011100 | 110000 |
Color Harmonies of #ED830A
Complementary color
Monochromatic Colors of #ED830A
Black with #ED830A
Text Example
Text Example
White with #ED830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED830A; }
p { color: rgb(237,131,10); }
H1.HeaderClassName
{
color: #ED830A;
}
.AnyTagClassName
{
color: #ED830A;
}
</style>
background-color css
<style>
a { background-color: #ED830A; }
a { background-color: rgb(237,131,10); }
div.DivClassName
{
background-color: #ED830A;
}
.BgClassName
{
background-color: #ED830A;
}
</style>
border-color css
<style>
span { border-color: #ED830A; }
span { border-color: rgb(237,131,10); }
td.TdClassName
{
border-color: #ED830A;
}
.TagClassName
{
border-color: #ED830A;
}
</style>