Shades of Mango Tango #E67205
Tints of Mango Tango #E67205
RGB
CMYK
RGB Variations
Color information
#E67205 (or 0xE67205) is known color: Mango Tango. HEX triplet: E6, 72 and 05. RGB value is (230,114,5). Sum of RGB (Red+Green+Blue) = 230+114+5=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E67205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67205 is #198DFA. Grayscale: #888888. Windows color (decimal): -1674747 or 357094. OLE color: 357094.
HSL color Cylindrical-coordinate representation of color #E67205: hue angle of 29.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E67205 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.10 |
| HSL | 29.07º | 0.96% | 0.46% | - |
| HSV(B) | 29.07º | 0.98% | 0.9% | - |
| XYZ | 38.68 | 28.87 | 3.68 | - |
| YUV | 136.26 | 53.93 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 5 | 0 | 0.50 | 0.98 | 0.10 | 29.07 | 0.96 | 0.46 |
| Hex | E6 | 72 | 5 | 0 | 32 | 62 | A | 1D | 60 | 2E |
| Octal | 346 | 162 | 5 | 0 | 62 | 142 | 12 | 35 | 140 | 56 |
| Binary | 11100110 | 1110010 | 101 | 0 | 110010 | 1100010 | 1010 | 11101 | 1100000 | 101110 |
Color Harmonies of #E67205
Complementary color
Monochromatic Colors of #E67205
Black with #E67205
Text Example
Text Example
White with #E67205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67205; }
p { color: rgb(230,114,5); }
H1.HeaderClassName
{
color: #E67205;
}
.AnyTagClassName
{
color: #E67205;
}
</style>
background-color css
<style>
a { background-color: #E67205; }
a { background-color: rgb(230,114,5); }
div.DivClassName
{
background-color: #E67205;
}
.BgClassName
{
background-color: #E67205;
}
</style>
border-color css
<style>
span { border-color: #E67205; }
span { border-color: rgb(230,114,5); }
td.TdClassName
{
border-color: #E67205;
}
.TagClassName
{
border-color: #E67205;
}
</style>