Shades of Mango Tango #E67C0B
Tints of Mango Tango #E67C0B
RGB
CMYK
RGB Variations
Color information
#E67C0B (or 0xE67C0B) is known color: Mango Tango. HEX triplet: E6, 7C and 0B. RGB value is (230,124,11). Sum of RGB (Red+Green+Blue) = 230+124+11=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67C0B is #1983F4. Grayscale: #8F8F8F. Windows color (decimal): -1672181 or 752870. OLE color: 752870.
HSL color Cylindrical-coordinate representation of color #E67C0B: hue angle of 30.96º 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 #E67C0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.10 |
| HSL | 30.96º | 0.91% | 0.47% | - |
| HSV(B) | 30.96º | 0.95% | 0.9% | - |
| XYZ | 39.9 | 31.26 | 4.25 | - |
| YUV | 142.81 | 53.62 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 11 | 0 | 0.46 | 0.95 | 0.10 | 30.96 | 0.91 | 0.47 |
| Hex | E6 | 7C | B | 0 | 2E | 5F | A | 1F | 5B | 2F |
| Octal | 346 | 174 | 13 | 0 | 56 | 137 | 12 | 37 | 133 | 57 |
| Binary | 11100110 | 1111100 | 1011 | 0 | 101110 | 1011111 | 1010 | 11111 | 1011011 | 101111 |
Color Harmonies of #E67C0B
Complementary color
Monochromatic Colors of #E67C0B
Black with #E67C0B
Text Example
Text Example
White with #E67C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C0B; }
p { color: rgb(230,124,11); }
H1.HeaderClassName
{
color: #E67C0B;
}
.AnyTagClassName
{
color: #E67C0B;
}
</style>
background-color css
<style>
a { background-color: #E67C0B; }
a { background-color: rgb(230,124,11); }
div.DivClassName
{
background-color: #E67C0B;
}
.BgClassName
{
background-color: #E67C0B;
}
</style>
border-color css
<style>
span { border-color: #E67C0B; }
span { border-color: rgb(230,124,11); }
td.TdClassName
{
border-color: #E67C0B;
}
.TagClassName
{
border-color: #E67C0B;
}
</style>