Shades of Tangerine #ED9105
Tints of Tangerine #ED9105
RGB
CMYK
RGB Variations
Color information
#ED9105 (or 0xED9105) is known color: Tangerine. HEX triplet: ED, 91 and 05. RGB value is (237,145,5). Sum of RGB (Red+Green+Blue) = 237+145+5=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9105 is #126EFA. Grayscale: #9D9D9D. Windows color (decimal): -1208059 or 365037. OLE color: 365037.
HSL color Cylindrical-coordinate representation of color #ED9105: hue angle of 36.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED9105 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.07 |
| HSL | 36.21º | 0.96% | 0.47% | - |
| HSV(B) | 36.21º | 0.98% | 0.93% | - |
| XYZ | 45.08 | 38.27 | 5.15 | - |
| YUV | 156.55 | 42.48 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 5 | 0 | 0.39 | 0.98 | 0.07 | 36.21 | 0.96 | 0.47 |
| Hex | ED | 91 | 5 | 0 | 27 | 62 | 7 | 24 | 60 | 2F |
| Octal | 355 | 221 | 5 | 0 | 47 | 142 | 7 | 44 | 140 | 57 |
| Binary | 11101101 | 10010001 | 101 | 0 | 100111 | 1100010 | 111 | 100100 | 1100000 | 101111 |
Color Harmonies of #ED9105
Complementary color
Monochromatic Colors of #ED9105
Black with #ED9105
Text Example
Text Example
White with #ED9105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9105; }
p { color: rgb(237,145,5); }
H1.HeaderClassName
{
color: #ED9105;
}
.AnyTagClassName
{
color: #ED9105;
}
</style>
background-color css
<style>
a { background-color: #ED9105; }
a { background-color: rgb(237,145,5); }
div.DivClassName
{
background-color: #ED9105;
}
.BgClassName
{
background-color: #ED9105;
}
</style>
border-color css
<style>
span { border-color: #ED9105; }
span { border-color: rgb(237,145,5); }
td.TdClassName
{
border-color: #ED9105;
}
.TagClassName
{
border-color: #ED9105;
}
</style>