Shades of Tangerine #E7850B
Tints of Tangerine #E7850B
RGB
CMYK
RGB Variations
Color information
#E7850B (or 0xE7850B) is known color: Tangerine. HEX triplet: E7, 85 and 0B. RGB value is (231,133,11). Sum of RGB (Red+Green+Blue) = 231+133+11=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E7850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7850B is #187AF4. Grayscale: #949494. Windows color (decimal): -1604341 or 755175. OLE color: 755175.
HSL color Cylindrical-coordinate representation of color #E7850B: hue angle of 33.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7850B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.09 |
| HSL | 33.27º | 0.91% | 0.47% | - |
| HSV(B) | 33.27º | 0.95% | 0.91% | - |
| XYZ | 41.4 | 33.79 | 4.66 | - |
| YUV | 148.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 11 | 0 | 0.42 | 0.95 | 0.09 | 33.27 | 0.91 | 0.47 |
| Hex | E7 | 85 | B | 0 | 2A | 5F | 9 | 21 | 5B | 2F |
| Octal | 347 | 205 | 13 | 0 | 52 | 137 | 11 | 41 | 133 | 57 |
| Binary | 11100111 | 10000101 | 1011 | 0 | 101010 | 1011111 | 1001 | 100001 | 1011011 | 101111 |
Color Harmonies of #E7850B
Complementary color
Monochromatic Colors of #E7850B
Black with #E7850B
Text Example
Text Example
White with #E7850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7850B; }
p { color: rgb(231,133,11); }
H1.HeaderClassName
{
color: #E7850B;
}
.AnyTagClassName
{
color: #E7850B;
}
</style>
background-color css
<style>
a { background-color: #E7850B; }
a { background-color: rgb(231,133,11); }
div.DivClassName
{
background-color: #E7850B;
}
.BgClassName
{
background-color: #E7850B;
}
</style>
border-color css
<style>
span { border-color: #E7850B; }
span { border-color: rgb(231,133,11); }
td.TdClassName
{
border-color: #E7850B;
}
.TagClassName
{
border-color: #E7850B;
}
</style>