Shades of Tangerine #EF900B
Tints of Tangerine #EF900B
RGB
CMYK
RGB Variations
Color information
#EF900B (or 0xEF900B) is known color: Tangerine. HEX triplet: EF, 90 and 0B. RGB value is (239,144,11). Sum of RGB (Red+Green+Blue) = 239+144+11=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF900B is #106FF4. Grayscale: #9D9D9D. Windows color (decimal): -1077237 or 757999. OLE color: 757999.
HSL color Cylindrical-coordinate representation of color #EF900B: hue angle of 35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF900B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.06 |
| HSL | 35º | 0.91% | 0.49% | - |
| HSV(B) | 35º | 0.95% | 0.94% | - |
| XYZ | 45.63 | 38.32 | 5.31 | - |
| YUV | 157.24 | 45.47 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 11 | 0 | 0.40 | 0.95 | 0.06 | 35 | 0.91 | 0.49 |
| Hex | EF | 90 | B | 0 | 28 | 5F | 6 | 23 | 5B | 31 |
| Octal | 357 | 220 | 13 | 0 | 50 | 137 | 6 | 43 | 133 | 61 |
| Binary | 11101111 | 10010000 | 1011 | 0 | 101000 | 1011111 | 110 | 100011 | 1011011 | 110001 |
Color Harmonies of #EF900B
Complementary color
Monochromatic Colors of #EF900B
Black with #EF900B
Text Example
Text Example
White with #EF900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF900B; }
p { color: rgb(239,144,11); }
H1.HeaderClassName
{
color: #EF900B;
}
.AnyTagClassName
{
color: #EF900B;
}
</style>
background-color css
<style>
a { background-color: #EF900B; }
a { background-color: rgb(239,144,11); }
div.DivClassName
{
background-color: #EF900B;
}
.BgClassName
{
background-color: #EF900B;
}
</style>
border-color css
<style>
span { border-color: #EF900B; }
span { border-color: rgb(239,144,11); }
td.TdClassName
{
border-color: #EF900B;
}
.TagClassName
{
border-color: #EF900B;
}
</style>