Shades of Tangerine #ED8501
Tints of Tangerine #ED8501
RGB
CMYK
RGB Variations
Color information
#ED8501 (or 0xED8501) is known color: Tangerine. HEX triplet: ED, 85 and 01. RGB value is (237,133,1). Sum of RGB (Red+Green+Blue) = 237+133+1=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8501 is #127AFE. Grayscale: #959595. Windows color (decimal): -1211135 or 99821. OLE color: 99821.
HSL color Cylindrical-coordinate representation of color #ED8501: hue angle of 33.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED8501 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.07 |
| HSL | 33.56º | 0.99% | 0.47% | - |
| HSV(B) | 33.56º | 1% | 0.93% | - |
| XYZ | 43.32 | 34.78 | 4.46 | - |
| YUV | 149.05 | 44.46 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 1 | 0 | 0.44 | 1.00 | 0.07 | 33.56 | 0.99 | 0.47 |
| Hex | ED | 85 | 1 | 0 | 2C | 64 | 7 | 22 | 63 | 2F |
| Octal | 355 | 205 | 1 | 0 | 54 | 144 | 7 | 42 | 143 | 57 |
| Binary | 11101101 | 10000101 | 1 | 0 | 101100 | 1100100 | 111 | 100010 | 1100011 | 101111 |
Color Harmonies of #ED8501
Complementary color
Monochromatic Colors of #ED8501
Black with #ED8501
Text Example
Text Example
White with #ED8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8501; }
p { color: rgb(237,133,1); }
H1.HeaderClassName
{
color: #ED8501;
}
.AnyTagClassName
{
color: #ED8501;
}
</style>
background-color css
<style>
a { background-color: #ED8501; }
a { background-color: rgb(237,133,1); }
div.DivClassName
{
background-color: #ED8501;
}
.BgClassName
{
background-color: #ED8501;
}
</style>
border-color css
<style>
span { border-color: #ED8501; }
span { border-color: rgb(237,133,1); }
td.TdClassName
{
border-color: #ED8501;
}
.TagClassName
{
border-color: #ED8501;
}
</style>