Shades of Tangerine #ED8C08
Tints of Tangerine #ED8C08
RGB
CMYK
RGB Variations
Color information
#ED8C08 (or 0xED8C08) is known color: Tangerine. HEX triplet: ED, 8C and 08. RGB value is (237,140,8). Sum of RGB (Red+Green+Blue) = 237+140+8=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8C08 is #1273F7. Grayscale: #9A9A9A. Windows color (decimal): -1209336 or 560365. OLE color: 560365.
HSL color Cylindrical-coordinate representation of color #ED8C08: hue angle of 34.59º degrees, saturation: 0.93, 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 #ED8C08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.07 |
| HSL | 34.59º | 0.93% | 0.48% | - |
| HSV(B) | 34.59º | 0.97% | 0.93% | - |
| XYZ | 44.35 | 36.78 | 4.99 | - |
| YUV | 153.96 | 45.64 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 8 | 0 | 0.41 | 0.97 | 0.07 | 34.59 | 0.93 | 0.48 |
| Hex | ED | 8C | 8 | 0 | 29 | 61 | 7 | 23 | 5D | 30 |
| Octal | 355 | 214 | 10 | 0 | 51 | 141 | 7 | 43 | 135 | 60 |
| Binary | 11101101 | 10001100 | 1000 | 0 | 101001 | 1100001 | 111 | 100011 | 1011101 | 110000 |
Color Harmonies of #ED8C08
Complementary color
Monochromatic Colors of #ED8C08
Black with #ED8C08
Text Example
Text Example
White with #ED8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C08; }
p { color: rgb(237,140,8); }
H1.HeaderClassName
{
color: #ED8C08;
}
.AnyTagClassName
{
color: #ED8C08;
}
</style>
background-color css
<style>
a { background-color: #ED8C08; }
a { background-color: rgb(237,140,8); }
div.DivClassName
{
background-color: #ED8C08;
}
.BgClassName
{
background-color: #ED8C08;
}
</style>
border-color css
<style>
span { border-color: #ED8C08; }
span { border-color: rgb(237,140,8); }
td.TdClassName
{
border-color: #ED8C08;
}
.TagClassName
{
border-color: #ED8C08;
}
</style>