Shades of Tangerine #E6800B
Tints of Tangerine #E6800B
RGB
CMYK
RGB Variations
Color information
#E6800B (or 0xE6800B) is known color: Tangerine. HEX triplet: E6, 80 and 0B. RGB value is (230,128,11). Sum of RGB (Red+Green+Blue) = 230+128+11=369 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.33% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 230 - color contains mainly: red. Hex color #E6800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6800B is #197FF4. Grayscale: #919191. Windows color (decimal): -1671157 or 753894. OLE color: 753894.
HSL color Cylindrical-coordinate representation of color #E6800B: hue angle of 32.05º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6800B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.10 |
| HSL | 32.05º | 0.91% | 0.47% | - |
| HSV(B) | 32.05º | 0.95% | 0.9% | - |
| XYZ | 40.41 | 32.29 | 4.42 | - |
| YUV | 145.16 | 52.29 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 11 | 0 | 0.44 | 0.95 | 0.10 | 32.05 | 0.91 | 0.47 |
| Hex | E6 | 80 | B | 0 | 2C | 5F | A | 20 | 5B | 2F |
| Octal | 346 | 200 | 13 | 0 | 54 | 137 | 12 | 40 | 133 | 57 |
| Binary | 11100110 | 10000000 | 1011 | 0 | 101100 | 1011111 | 1010 | 100000 | 1011011 | 101111 |
Color Harmonies of #E6800B
Complementary color
Monochromatic Colors of #E6800B
Black with #E6800B
Text Example
Text Example
White with #E6800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6800B; }
p { color: rgb(230,128,11); }
H1.HeaderClassName
{
color: #E6800B;
}
.AnyTagClassName
{
color: #E6800B;
}
</style>
background-color css
<style>
a { background-color: #E6800B; }
a { background-color: rgb(230,128,11); }
div.DivClassName
{
background-color: #E6800B;
}
.BgClassName
{
background-color: #E6800B;
}
</style>
border-color css
<style>
span { border-color: #E6800B; }
span { border-color: rgb(230,128,11); }
td.TdClassName
{
border-color: #E6800B;
}
.TagClassName
{
border-color: #E6800B;
}
</style>