Shades of Tangerine #EF810B
Tints of Tangerine #EF810B
RGB
CMYK
RGB Variations
Color information
#EF810B (or 0xEF810B) is known color: Tangerine. HEX triplet: EF, 81 and 0B. RGB value is (239,129,11). Sum of RGB (Red+Green+Blue) = 239+129+11=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF810B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF810B is #107EF4. Grayscale: #959595. Windows color (decimal): -1081077 or 754159. OLE color: 754159.
HSL color Cylindrical-coordinate representation of color #EF810B: hue angle of 31.05º 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 #EF810B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.06 |
| HSL | 31.05º | 0.91% | 0.49% | - |
| HSV(B) | 31.05º | 0.95% | 0.94% | - |
| XYZ | 43.51 | 34.08 | 4.6 | - |
| YUV | 148.44 | 50.44 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 11 | 0 | 0.46 | 0.95 | 0.06 | 31.05 | 0.91 | 0.49 |
| Hex | EF | 81 | B | 0 | 2E | 5F | 6 | 1F | 5B | 31 |
| Octal | 357 | 201 | 13 | 0 | 56 | 137 | 6 | 37 | 133 | 61 |
| Binary | 11101111 | 10000001 | 1011 | 0 | 101110 | 1011111 | 110 | 11111 | 1011011 | 110001 |
Color Harmonies of #EF810B
Complementary color
Monochromatic Colors of #EF810B
Black with #EF810B
Text Example
Text Example
White with #EF810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF810B; }
p { color: rgb(239,129,11); }
H1.HeaderClassName
{
color: #EF810B;
}
.AnyTagClassName
{
color: #EF810B;
}
</style>
background-color css
<style>
a { background-color: #EF810B; }
a { background-color: rgb(239,129,11); }
div.DivClassName
{
background-color: #EF810B;
}
.BgClassName
{
background-color: #EF810B;
}
</style>
border-color css
<style>
span { border-color: #EF810B; }
span { border-color: rgb(239,129,11); }
td.TdClassName
{
border-color: #EF810B;
}
.TagClassName
{
border-color: #EF810B;
}
</style>