#EB680A

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

Shades of Mango Tango #EB680A

Tints of Mango Tango #EB680A

Color information

#EB680A (or 0xEB680A) is unknown color: approx Mango Tango. HEX triplet: EB, 68 and 0A. RGB value is (235,104,10). Sum of RGB (Red+Green+Blue) = 235+104+10=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB680A is #1497F5. Grayscale: #848484. Windows color (decimal): -1349622 or 682219. OLE color: 682219.

HSL color Cylindrical-coordinate representation of color #EB680A: hue angle of 25.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB680A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23510410-
CMYK00.560.960.08
HSL25.07º91.84%48.04%-
HSV(B)25.07º95.74%92.16%-
XYZ39.2727.583.54-
YUV132.4558.9201.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.34%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=67.34%
G=29.80%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351041000.560.960.0825.0791.8448.04
HexEB68A038608195c30
Octal35315012070140103113460
Binary1110101111010001010011100011000001000110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB680A; }

 p { color: rgb(235,104,10); }

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

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

 a { background-color: rgb(235,104,10); }

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

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

 span { border-color: rgb(235,104,10); }

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