Shades of Tangerine #EF8305
Tints of Tangerine #EF8305
RGB
CMYK
RGB Variations
Color information
#EF8305 (or 0xEF8305) is known color: Tangerine. HEX triplet: EF, 83 and 05. RGB value is (239,131,5). Sum of RGB (Red+Green+Blue) = 239+131+5=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8305 is #107CFA. Grayscale: #959595. Windows color (decimal): -1080571 or 361455. OLE color: 361455.
HSL color Cylindrical-coordinate representation of color #EF8305: hue angle of 32.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF8305 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.06 |
| HSL | 32.31º | 0.96% | 0.48% | - |
| HSV(B) | 32.31º | 0.98% | 0.94% | - |
| XYZ | 43.74 | 34.59 | 4.52 | - |
| YUV | 148.93 | 46.78 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 5 | 0 | 0.45 | 0.98 | 0.06 | 32.31 | 0.96 | 0.48 |
| Hex | EF | 83 | 5 | 0 | 2D | 62 | 6 | 20 | 60 | 30 |
| Octal | 357 | 203 | 5 | 0 | 55 | 142 | 6 | 40 | 140 | 60 |
| Binary | 11101111 | 10000011 | 101 | 0 | 101101 | 1100010 | 110 | 100000 | 1100000 | 110000 |
Color Harmonies of #EF8305
Complementary color
Monochromatic Colors of #EF8305
Black with #EF8305
Text Example
Text Example
White with #EF8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8305; }
p { color: rgb(239,131,5); }
H1.HeaderClassName
{
color: #EF8305;
}
.AnyTagClassName
{
color: #EF8305;
}
</style>
background-color css
<style>
a { background-color: #EF8305; }
a { background-color: rgb(239,131,5); }
div.DivClassName
{
background-color: #EF8305;
}
.BgClassName
{
background-color: #EF8305;
}
</style>
border-color css
<style>
span { border-color: #EF8305; }
span { border-color: rgb(239,131,5); }
td.TdClassName
{
border-color: #EF8305;
}
.TagClassName
{
border-color: #EF8305;
}
</style>