#EB6D10

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

Shades of Mango Tango #EB6D10

Tints of Mango Tango #EB6D10

Color information

#EB6D10 (or 0xEB6D10) is unknown color: approx Mango Tango. HEX triplet: EB, 6D and 10. RGB value is (235,109,16). Sum of RGB (Red+Green+Blue) = 235+109+16=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6D10 is #1492EF. Grayscale: #888888. Windows color (decimal): -1348336 or 1076715. OLE color: 1076715.

HSL color Cylindrical-coordinate representation of color #EB6D10: hue angle of 25.48º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB6D10 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB23510916-
CMYK00.540.930.08
HSL25.48º87.25%49.22%-
HSV(B)25.48º93.19%92.16%-
XYZ39.8228.643.92-
YUV136.0760.24198.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.28%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 16 (6.64% from 255) = 4.44%
R=65.28%
G=30.28%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351091600.540.930.0825.4887.2549.22
HexEB6D100365D8195731
Octal35315520066135103112761
Binary11101011110110110000011011010111011000110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6D10; }

 p { color: rgb(235,109,16); }

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

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

 a { background-color: rgb(235,109,16); }

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

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

 span { border-color: rgb(235,109,16); }

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