Shades of Tangerine #ED8D05
Tints of Tangerine #ED8D05
RGB
CMYK
RGB Variations
Color information
#ED8D05 (or 0xED8D05) is known color: Tangerine. HEX triplet: ED, 8D and 05. RGB value is (237,141,5). Sum of RGB (Red+Green+Blue) = 237+141+5=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8D05 is #1272FA. Grayscale: #9A9A9A. Windows color (decimal): -1209083 or 364013. OLE color: 364013.
HSL color Cylindrical-coordinate representation of color #ED8D05: hue angle of 35.17º 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 #ED8D05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.07 |
| HSL | 35.17º | 0.96% | 0.47% | - |
| HSV(B) | 35.17º | 0.98% | 0.93% | - |
| XYZ | 44.48 | 37.07 | 4.95 | - |
| YUV | 154.2 | 43.8 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 5 | 0 | 0.41 | 0.98 | 0.07 | 35.17 | 0.96 | 0.47 |
| Hex | ED | 8D | 5 | 0 | 29 | 62 | 7 | 23 | 60 | 2F |
| Octal | 355 | 215 | 5 | 0 | 51 | 142 | 7 | 43 | 140 | 57 |
| Binary | 11101101 | 10001101 | 101 | 0 | 101001 | 1100010 | 111 | 100011 | 1100000 | 101111 |
Color Harmonies of #ED8D05
Complementary color
Monochromatic Colors of #ED8D05
Black with #ED8D05
Text Example
Text Example
White with #ED8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D05; }
p { color: rgb(237,141,5); }
H1.HeaderClassName
{
color: #ED8D05;
}
.AnyTagClassName
{
color: #ED8D05;
}
</style>
background-color css
<style>
a { background-color: #ED8D05; }
a { background-color: rgb(237,141,5); }
div.DivClassName
{
background-color: #ED8D05;
}
.BgClassName
{
background-color: #ED8D05;
}
</style>
border-color css
<style>
span { border-color: #ED8D05; }
span { border-color: rgb(237,141,5); }
td.TdClassName
{
border-color: #ED8D05;
}
.TagClassName
{
border-color: #ED8D05;
}
</style>