Shades of Tangerine #EF7B01
Tints of Tangerine #EF7B01
RGB
CMYK
RGB Variations
Color information
#EF7B01 (or 0xEF7B01) is known color: Tangerine. HEX triplet: EF, 7B and 01. RGB value is (239,123,1). Sum of RGB (Red+Green+Blue) = 239+123+1=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7B01 is #1084FE. Grayscale: #909090. Windows color (decimal): -1082623 or 97263. OLE color: 97263.
HSL color Cylindrical-coordinate representation of color #EF7B01: hue angle of 30.76º 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 #EF7B01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.06 |
| HSL | 30.76º | 0.99% | 0.47% | - |
| HSV(B) | 30.76º | 1% | 0.94% | - |
| XYZ | 42.69 | 32.52 | 4.06 | - |
| YUV | 143.78 | 47.43 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 1 | 0 | 0.49 | 1.00 | 0.06 | 30.76 | 0.99 | 0.47 |
| Hex | EF | 7B | 1 | 0 | 31 | 64 | 6 | 1F | 63 | 2F |
| Octal | 357 | 173 | 1 | 0 | 61 | 144 | 6 | 37 | 143 | 57 |
| Binary | 11101111 | 1111011 | 1 | 0 | 110001 | 1100100 | 110 | 11111 | 1100011 | 101111 |
Color Harmonies of #EF7B01
Complementary color
Monochromatic Colors of #EF7B01
Black with #EF7B01
Text Example
Text Example
White with #EF7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B01; }
p { color: rgb(239,123,1); }
H1.HeaderClassName
{
color: #EF7B01;
}
.AnyTagClassName
{
color: #EF7B01;
}
</style>
background-color css
<style>
a { background-color: #EF7B01; }
a { background-color: rgb(239,123,1); }
div.DivClassName
{
background-color: #EF7B01;
}
.BgClassName
{
background-color: #EF7B01;
}
</style>
border-color css
<style>
span { border-color: #EF7B01; }
span { border-color: rgb(239,123,1); }
td.TdClassName
{
border-color: #EF7B01;
}
.TagClassName
{
border-color: #EF7B01;
}
</style>