Shades of Tangerine #EF7F0A
Tints of Tangerine #EF7F0A
RGB
CMYK
RGB Variations
Color information
#EF7F0A (or 0xEF7F0A) is known color: Tangerine. HEX triplet: EF, 7F and 0A. RGB value is (239,127,10). Sum of RGB (Red+Green+Blue) = 239+127+10=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F0A is #1080F5. Grayscale: #939393. Windows color (decimal): -1081590 or 688111. OLE color: 688111.
HSL color Cylindrical-coordinate representation of color #EF7F0A: hue angle of 30.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF7F0A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 127 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.06 |
| HSL | 30.66º | 0.92% | 0.49% | - |
| HSV(B) | 30.66º | 0.96% | 0.94% | - |
| XYZ | 43.24 | 33.55 | 4.48 | - |
| YUV | 147.15 | 50.61 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 127 | 10 | 0 | 0.47 | 0.96 | 0.06 | 30.66 | 0.92 | 0.49 |
| Hex | EF | 7F | A | 0 | 2F | 60 | 6 | 1F | 5C | 31 |
| Octal | 357 | 177 | 12 | 0 | 57 | 140 | 6 | 37 | 134 | 61 |
| Binary | 11101111 | 1111111 | 1010 | 0 | 101111 | 1100000 | 110 | 11111 | 1011100 | 110001 |
Color Harmonies of #EF7F0A
Complementary color
Monochromatic Colors of #EF7F0A
Black with #EF7F0A
Text Example
Text Example
White with #EF7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7F0A; }
p { color: rgb(239,127,10); }
H1.HeaderClassName
{
color: #EF7F0A;
}
.AnyTagClassName
{
color: #EF7F0A;
}
</style>
background-color css
<style>
a { background-color: #EF7F0A; }
a { background-color: rgb(239,127,10); }
div.DivClassName
{
background-color: #EF7F0A;
}
.BgClassName
{
background-color: #EF7F0A;
}
</style>
border-color css
<style>
span { border-color: #EF7F0A; }
span { border-color: rgb(239,127,10); }
td.TdClassName
{
border-color: #EF7F0A;
}
.TagClassName
{
border-color: #EF7F0A;
}
</style>