Shades of Tangerine #EF7D01
Tints of Tangerine #EF7D01
RGB
CMYK
RGB Variations
Color information
#EF7D01 (or 0xEF7D01) is known color: Tangerine. HEX triplet: EF, 7D and 01. RGB value is (239,125,1). Sum of RGB (Red+Green+Blue) = 239+125+1=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7D01 is #1082FE. Grayscale: #919191. Windows color (decimal): -1082111 or 97775. OLE color: 97775.
HSL color Cylindrical-coordinate representation of color #EF7D01: hue angle of 31.26º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF7D01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.06 |
| HSL | 31.26º | 0.99% | 0.47% | - |
| HSV(B) | 31.26º | 1% | 0.94% | - |
| XYZ | 42.94 | 33.02 | 4.14 | - |
| YUV | 144.95 | 46.77 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 1 | 0 | 0.48 | 1.00 | 0.06 | 31.26 | 0.99 | 0.47 |
| Hex | EF | 7D | 1 | 0 | 30 | 64 | 6 | 1F | 63 | 2F |
| Octal | 357 | 175 | 1 | 0 | 60 | 144 | 6 | 37 | 143 | 57 |
| Binary | 11101111 | 1111101 | 1 | 0 | 110000 | 1100100 | 110 | 11111 | 1100011 | 101111 |
Color Harmonies of #EF7D01
Complementary color
Monochromatic Colors of #EF7D01
Black with #EF7D01
Text Example
Text Example
White with #EF7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D01; }
p { color: rgb(239,125,1); }
H1.HeaderClassName
{
color: #EF7D01;
}
.AnyTagClassName
{
color: #EF7D01;
}
</style>
background-color css
<style>
a { background-color: #EF7D01; }
a { background-color: rgb(239,125,1); }
div.DivClassName
{
background-color: #EF7D01;
}
.BgClassName
{
background-color: #EF7D01;
}
</style>
border-color css
<style>
span { border-color: #EF7D01; }
span { border-color: rgb(239,125,1); }
td.TdClassName
{
border-color: #EF7D01;
}
.TagClassName
{
border-color: #EF7D01;
}
</style>