Shades of Tangerine #EF9101
Tints of Tangerine #EF9101
RGB
CMYK
RGB Variations
Color information
#EF9101 (or 0xEF9101) is known color: Tangerine. HEX triplet: EF, 91 and 01. RGB value is (239,145,1). Sum of RGB (Red+Green+Blue) = 239+145+1=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9101 is #106EFE. Grayscale: #9D9D9D. Windows color (decimal): -1076991 or 102895. OLE color: 102895.
HSL color Cylindrical-coordinate representation of color #EF9101: hue angle of 36.3º 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 #EF9101 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.06 |
| HSL | 36.3º | 0.99% | 0.47% | - |
| HSV(B) | 36.3º | 1% | 0.94% | - |
| XYZ | 45.73 | 38.6 | 5.07 | - |
| YUV | 156.69 | 40.14 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 1 | 0 | 0.39 | 1.00 | 0.06 | 36.3 | 0.99 | 0.47 |
| Hex | EF | 91 | 1 | 0 | 27 | 64 | 6 | 24 | 63 | 2F |
| Octal | 357 | 221 | 1 | 0 | 47 | 144 | 6 | 44 | 143 | 57 |
| Binary | 11101111 | 10010001 | 1 | 0 | 100111 | 1100100 | 110 | 100100 | 1100011 | 101111 |
Color Harmonies of #EF9101
Complementary color
Monochromatic Colors of #EF9101
Black with #EF9101
Text Example
Text Example
White with #EF9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9101; }
p { color: rgb(239,145,1); }
H1.HeaderClassName
{
color: #EF9101;
}
.AnyTagClassName
{
color: #EF9101;
}
</style>
background-color css
<style>
a { background-color: #EF9101; }
a { background-color: rgb(239,145,1); }
div.DivClassName
{
background-color: #EF9101;
}
.BgClassName
{
background-color: #EF9101;
}
</style>
border-color css
<style>
span { border-color: #EF9101; }
span { border-color: rgb(239,145,1); }
td.TdClassName
{
border-color: #EF9101;
}
.TagClassName
{
border-color: #EF9101;
}
</style>