Shades of Mango Tango #E27B0B
Tints of Mango Tango #E27B0B
RGB
CMYK
RGB Variations
Color information
#E27B0B (or 0xE27B0B) is known color: Mango Tango. HEX triplet: E2, 7B and 0B. RGB value is (226,123,11). Sum of RGB (Red+Green+Blue) = 226+123+11=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27B0B is #1D84F4. Grayscale: #8D8D8D. Windows color (decimal): -1934581 or 752610. OLE color: 752610.
HSL color Cylindrical-coordinate representation of color #E27B0B: hue angle of 31.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E27B0B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.11 |
| HSL | 31.26º | 0.91% | 0.46% | - |
| HSV(B) | 31.26º | 0.95% | 0.89% | - |
| XYZ | 38.51 | 30.36 | 4.15 | - |
| YUV | 141.03 | 54.62 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 11 | 0 | 0.46 | 0.95 | 0.11 | 31.26 | 0.91 | 0.46 |
| Hex | E2 | 7B | B | 0 | 2E | 5F | B | 1F | 5B | 2E |
| Octal | 342 | 173 | 13 | 0 | 56 | 137 | 13 | 37 | 133 | 56 |
| Binary | 11100010 | 1111011 | 1011 | 0 | 101110 | 1011111 | 1011 | 11111 | 1011011 | 101110 |
Color Harmonies of #E27B0B
Complementary color
Monochromatic Colors of #E27B0B
Black with #E27B0B
Text Example
Text Example
White with #E27B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B0B; }
p { color: rgb(226,123,11); }
H1.HeaderClassName
{
color: #E27B0B;
}
.AnyTagClassName
{
color: #E27B0B;
}
</style>
background-color css
<style>
a { background-color: #E27B0B; }
a { background-color: rgb(226,123,11); }
div.DivClassName
{
background-color: #E27B0B;
}
.BgClassName
{
background-color: #E27B0B;
}
</style>
border-color css
<style>
span { border-color: #E27B0B; }
span { border-color: rgb(226,123,11); }
td.TdClassName
{
border-color: #E27B0B;
}
.TagClassName
{
border-color: #E27B0B;
}
</style>