Shades of Mango Tango #E77D0B
Tints of Mango Tango #E77D0B
RGB
CMYK
RGB Variations
Color information
#E77D0B (or 0xE77D0B) is known color: Mango Tango. HEX triplet: E7, 7D and 0B. RGB value is (231,125,11). Sum of RGB (Red+Green+Blue) = 231+125+11=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77D0B is #1882F4. Grayscale: #909090. Windows color (decimal): -1606389 or 753127. OLE color: 753127.
HSL color Cylindrical-coordinate representation of color #E77D0B: hue angle of 31.09º 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 #E77D0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.09 |
| HSL | 31.09º | 0.91% | 0.47% | - |
| HSV(B) | 31.09º | 0.95% | 0.91% | - |
| XYZ | 40.35 | 31.68 | 4.3 | - |
| YUV | 143.7 | 53.12 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 11 | 0 | 0.46 | 0.95 | 0.09 | 31.09 | 0.91 | 0.47 |
| Hex | E7 | 7D | B | 0 | 2E | 5F | 9 | 1F | 5B | 2F |
| Octal | 347 | 175 | 13 | 0 | 56 | 137 | 11 | 37 | 133 | 57 |
| Binary | 11100111 | 1111101 | 1011 | 0 | 101110 | 1011111 | 1001 | 11111 | 1011011 | 101111 |
Color Harmonies of #E77D0B
Complementary color
Monochromatic Colors of #E77D0B
Black with #E77D0B
Text Example
Text Example
White with #E77D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D0B; }
p { color: rgb(231,125,11); }
H1.HeaderClassName
{
color: #E77D0B;
}
.AnyTagClassName
{
color: #E77D0B;
}
</style>
background-color css
<style>
a { background-color: #E77D0B; }
a { background-color: rgb(231,125,11); }
div.DivClassName
{
background-color: #E77D0B;
}
.BgClassName
{
background-color: #E77D0B;
}
</style>
border-color css
<style>
span { border-color: #E77D0B; }
span { border-color: rgb(231,125,11); }
td.TdClassName
{
border-color: #E77D0B;
}
.TagClassName
{
border-color: #E77D0B;
}
</style>