Shades of Tangerine #ED8F07
Tints of Tangerine #ED8F07
RGB
CMYK
RGB Variations
Color information
#ED8F07 (or 0xED8F07) is known color: Tangerine. HEX triplet: ED, 8F and 07. RGB value is (237,143,7). Sum of RGB (Red+Green+Blue) = 237+143+7=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F07 is #1270F8. Grayscale: #9C9C9C. Windows color (decimal): -1208569 or 495597. OLE color: 495597.
HSL color Cylindrical-coordinate representation of color #ED8F07: hue angle of 35.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED8F07 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.07 |
| HSL | 35.48º | 0.94% | 0.48% | - |
| HSV(B) | 35.48º | 0.97% | 0.93% | - |
| XYZ | 44.79 | 37.66 | 5.11 | - |
| YUV | 155.6 | 44.14 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 7 | 0 | 0.40 | 0.97 | 0.07 | 35.48 | 0.94 | 0.48 |
| Hex | ED | 8F | 7 | 0 | 28 | 61 | 7 | 23 | 5E | 30 |
| Octal | 355 | 217 | 7 | 0 | 50 | 141 | 7 | 43 | 136 | 60 |
| Binary | 11101101 | 10001111 | 111 | 0 | 101000 | 1100001 | 111 | 100011 | 1011110 | 110000 |
Color Harmonies of #ED8F07
Complementary color
Monochromatic Colors of #ED8F07
Black with #ED8F07
Text Example
Text Example
White with #ED8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F07; }
p { color: rgb(237,143,7); }
H1.HeaderClassName
{
color: #ED8F07;
}
.AnyTagClassName
{
color: #ED8F07;
}
</style>
background-color css
<style>
a { background-color: #ED8F07; }
a { background-color: rgb(237,143,7); }
div.DivClassName
{
background-color: #ED8F07;
}
.BgClassName
{
background-color: #ED8F07;
}
</style>
border-color css
<style>
span { border-color: #ED8F07; }
span { border-color: rgb(237,143,7); }
td.TdClassName
{
border-color: #ED8F07;
}
.TagClassName
{
border-color: #ED8F07;
}
</style>