#EB760F

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

Shades of Mango Tango #EB760F

Tints of Mango Tango #EB760F

Color information

#EB760F (or 0xEB760F) is unknown color: approx Mango Tango. HEX triplet: EB, 76 and 0F. RGB value is (235,118,15). Sum of RGB (Red+Green+Blue) = 235+118+15=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB760F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB760F is #1489F0. Grayscale: #8D8D8D. Windows color (decimal): -1346033 or 1013483. OLE color: 1013483.

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

Color convert

RGB23511815-
CMYK00.500.940.08
HSL28.09º88%49.02%-
HSV(B)28.09º93.62%92.16%-
XYZ40.8330.654.22-
YUV141.2456.76194.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 63.86%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 15 (6.25% from 255) = 4.08%
R=63.86%
G=32.07%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351181500.500.940.0828.098849.02
HexEB76F0325E81c5831
Octal35316617062136103413061
Binary1110101111101101111011001010111101000111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB760F; }

 p { color: rgb(235,118,15); }

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

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

 a { background-color: rgb(235,118,15); }

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

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

 span { border-color: rgb(235,118,15); }

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