Shades of Tangerine #EF7D02
Tints of Tangerine #EF7D02
RGB
CMYK
RGB Variations
Color information
#EF7D02 (or 0xEF7D02) is known color: Tangerine. HEX triplet: EF, 7D and 02. RGB value is (239,125,2). Sum of RGB (Red+Green+Blue) = 239+125+2=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7D02 is #1082FD. Grayscale: #919191. Windows color (decimal): -1082110 or 163311. OLE color: 163311.
HSL color Cylindrical-coordinate representation of color #EF7D02: hue angle of 31.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF7D02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.06 |
| HSL | 31.14º | 0.98% | 0.47% | - |
| HSV(B) | 31.14º | 0.99% | 0.94% | - |
| XYZ | 42.94 | 33.02 | 4.17 | - |
| YUV | 145.06 | 47.27 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 2 | 0 | 0.48 | 0.99 | 0.06 | 31.14 | 0.98 | 0.47 |
| Hex | EF | 7D | 2 | 0 | 30 | 63 | 6 | 1F | 62 | 2F |
| Octal | 357 | 175 | 2 | 0 | 60 | 143 | 6 | 37 | 142 | 57 |
| Binary | 11101111 | 1111101 | 10 | 0 | 110000 | 1100011 | 110 | 11111 | 1100010 | 101111 |
Color Harmonies of #EF7D02
Complementary color
Monochromatic Colors of #EF7D02
Black with #EF7D02
Text Example
Text Example
White with #EF7D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D02; }
p { color: rgb(239,125,2); }
H1.HeaderClassName
{
color: #EF7D02;
}
.AnyTagClassName
{
color: #EF7D02;
}
</style>
background-color css
<style>
a { background-color: #EF7D02; }
a { background-color: rgb(239,125,2); }
div.DivClassName
{
background-color: #EF7D02;
}
.BgClassName
{
background-color: #EF7D02;
}
</style>
border-color css
<style>
span { border-color: #EF7D02; }
span { border-color: rgb(239,125,2); }
td.TdClassName
{
border-color: #EF7D02;
}
.TagClassName
{
border-color: #EF7D02;
}
</style>