Shades of Tangerine #ED8D07
Tints of Tangerine #ED8D07
RGB
CMYK
RGB Variations
Color information
#ED8D07 (or 0xED8D07) is known color: Tangerine. HEX triplet: ED, 8D and 07. RGB value is (237,141,7). Sum of RGB (Red+Green+Blue) = 237+141+7=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8D07 is #1272F8. Grayscale: #9B9B9B. Windows color (decimal): -1209081 or 495085. OLE color: 495085.
HSL color Cylindrical-coordinate representation of color #ED8D07: hue angle of 34.96º 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 #ED8D07 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 7 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.07 |
| HSL | 34.96º | 0.94% | 0.48% | - |
| HSV(B) | 34.96º | 0.97% | 0.93% | - |
| XYZ | 44.49 | 37.07 | 5.01 | - |
| YUV | 154.43 | 44.8 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 7 | 0 | 0.41 | 0.97 | 0.07 | 34.96 | 0.94 | 0.48 |
| Hex | ED | 8D | 7 | 0 | 29 | 61 | 7 | 23 | 5E | 30 |
| Octal | 355 | 215 | 7 | 0 | 51 | 141 | 7 | 43 | 136 | 60 |
| Binary | 11101101 | 10001101 | 111 | 0 | 101001 | 1100001 | 111 | 100011 | 1011110 | 110000 |
Color Harmonies of #ED8D07
Complementary color
Monochromatic Colors of #ED8D07
Black with #ED8D07
Text Example
Text Example
White with #ED8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D07; }
p { color: rgb(237,141,7); }
H1.HeaderClassName
{
color: #ED8D07;
}
.AnyTagClassName
{
color: #ED8D07;
}
</style>
background-color css
<style>
a { background-color: #ED8D07; }
a { background-color: rgb(237,141,7); }
div.DivClassName
{
background-color: #ED8D07;
}
.BgClassName
{
background-color: #ED8D07;
}
</style>
border-color css
<style>
span { border-color: #ED8D07; }
span { border-color: rgb(237,141,7); }
td.TdClassName
{
border-color: #ED8D07;
}
.TagClassName
{
border-color: #ED8D07;
}
</style>