Shades of Tangerine #ED8F09
Tints of Tangerine #ED8F09
RGB
CMYK
RGB Variations
Color information
#ED8F09 (or 0xED8F09) is known color: Tangerine. HEX triplet: ED, 8F and 09. RGB value is (237,143,9). Sum of RGB (Red+Green+Blue) = 237+143+9=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8F09 is #1270F6. Grayscale: #9C9C9C. Windows color (decimal): -1208567 or 626669. OLE color: 626669.
HSL color Cylindrical-coordinate representation of color #ED8F09: hue angle of 35.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED8F09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.07 |
| HSL | 35.26º | 0.93% | 0.48% | - |
| HSV(B) | 35.26º | 0.96% | 0.93% | - |
| XYZ | 44.8 | 37.67 | 5.17 | - |
| YUV | 155.83 | 45.14 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 9 | 0 | 0.40 | 0.96 | 0.07 | 35.26 | 0.93 | 0.48 |
| Hex | ED | 8F | 9 | 0 | 28 | 60 | 7 | 23 | 5D | 30 |
| Octal | 355 | 217 | 11 | 0 | 50 | 140 | 7 | 43 | 135 | 60 |
| Binary | 11101101 | 10001111 | 1001 | 0 | 101000 | 1100000 | 111 | 100011 | 1011101 | 110000 |
Color Harmonies of #ED8F09
Complementary color
Monochromatic Colors of #ED8F09
Black with #ED8F09
Text Example
Text Example
White with #ED8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F09; }
p { color: rgb(237,143,9); }
H1.HeaderClassName
{
color: #ED8F09;
}
.AnyTagClassName
{
color: #ED8F09;
}
</style>
background-color css
<style>
a { background-color: #ED8F09; }
a { background-color: rgb(237,143,9); }
div.DivClassName
{
background-color: #ED8F09;
}
.BgClassName
{
background-color: #ED8F09;
}
</style>
border-color css
<style>
span { border-color: #ED8F09; }
span { border-color: rgb(237,143,9); }
td.TdClassName
{
border-color: #ED8F09;
}
.TagClassName
{
border-color: #ED8F09;
}
</style>