Shades of Tangerine #ED8A03
Tints of Tangerine #ED8A03
RGB
CMYK
RGB Variations
Color information
#ED8A03 (or 0xED8A03) is known color: Tangerine. HEX triplet: ED, 8A and 03. RGB value is (237,138,3). Sum of RGB (Red+Green+Blue) = 237+138+3=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8A03 is #1275FC. Grayscale: #989898. Windows color (decimal): -1209853 or 232173. OLE color: 232173.
HSL color Cylindrical-coordinate representation of color #ED8A03: hue angle of 34.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED8A03 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.07 |
| HSL | 34.62º | 0.98% | 0.47% | - |
| HSV(B) | 34.62º | 0.99% | 0.93% | - |
| XYZ | 44.03 | 36.19 | 4.75 | - |
| YUV | 152.21 | 43.8 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 3 | 0 | 0.42 | 0.99 | 0.07 | 34.62 | 0.98 | 0.47 |
| Hex | ED | 8A | 3 | 0 | 2A | 63 | 7 | 23 | 62 | 2F |
| Octal | 355 | 212 | 3 | 0 | 52 | 143 | 7 | 43 | 142 | 57 |
| Binary | 11101101 | 10001010 | 11 | 0 | 101010 | 1100011 | 111 | 100011 | 1100010 | 101111 |
Color Harmonies of #ED8A03
Complementary color
Monochromatic Colors of #ED8A03
Black with #ED8A03
Text Example
Text Example
White with #ED8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A03; }
p { color: rgb(237,138,3); }
H1.HeaderClassName
{
color: #ED8A03;
}
.AnyTagClassName
{
color: #ED8A03;
}
</style>
background-color css
<style>
a { background-color: #ED8A03; }
a { background-color: rgb(237,138,3); }
div.DivClassName
{
background-color: #ED8A03;
}
.BgClassName
{
background-color: #ED8A03;
}
</style>
border-color css
<style>
span { border-color: #ED8A03; }
span { border-color: rgb(237,138,3); }
td.TdClassName
{
border-color: #ED8A03;
}
.TagClassName
{
border-color: #ED8A03;
}
</style>