#E2690C

Color #E2690C Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #E2690C

Tints of Mango Tango #E2690C

Color information

#E2690C (or 0xE2690C) is unknown color: approx Mango Tango. HEX triplet: E2, 69 and 0C. RGB value is (226,105,12). Sum of RGB (Red+Green+Blue) = 226+105+12=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2690C is #1D96F3. Grayscale: #838383. Windows color (decimal): -1939188 or 813538. OLE color: 813538.

HSL color Cylindrical-coordinate representation of color #E2690C: hue angle of 26.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2690C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB22610512-
CMYK00.540.950.11
HSL26.07º89.92%46.67%-
HSV(B)26.07º94.69%88.63%-
XYZ36.4826.33.5-
YUV130.5861.09196.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 65.89%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=65.89%
G=30.61%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261051200.540.950.1126.0789.9246.67
HexE269C0365FB1a5a2f
Octal34215114066137133213257
Binary1110001011010011100011011010111111011110101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2690C; }

 p { color: rgb(226,105,12); }

 H1.HeaderClassName
 {
   color: #E2690C;
 }
 .AnyTagClassName
 {
   color: #E2690C;
 }
</style>
background-color css

<style>
 a { background-color: #E2690C; }

 a { background-color: rgb(226,105,12); }

 div.DivClassName
 {
   background-color: #E2690C;
 }
 .BgClassName
 {
   background-color: #E2690C;
 }
</style>
border-color css

<style>
 span { border-color: #E2690C; }

 span { border-color: rgb(226,105,12); }

 td.TdClassName
 {
   border-color: #E2690C;
 }
 .TagClassName
 {
   border-color: #E2690C;
 }
</style>