#EB670A

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

Shades of Mango Tango #EB670A

Tints of Mango Tango #EB670A

Color information

#EB670A (or 0xEB670A) is unknown color: approx Mango Tango. HEX triplet: EB, 67 and 0A. RGB value is (235,103,10). Sum of RGB (Red+Green+Blue) = 235+103+10=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB670A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB670A is #1498F5. Grayscale: #848484. Windows color (decimal): -1349878 or 681963. OLE color: 681963.

HSL color Cylindrical-coordinate representation of color #EB670A: hue angle of 24.8º 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 #EB670A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23510310-
CMYK00.560.960.08
HSL24.8º91.84%48.04%-
HSV(B)24.8º95.74%92.16%-
XYZ39.1727.383.51-
YUV131.8759.23201.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.53%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=67.53%
G=29.60%
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
Decimal2351031000.560.960.0824.891.8448.04
HexEB67A038608195c30
Octal35314712070140103113460
Binary1110101111001111010011100011000001000110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB670A; }

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

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

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

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

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

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

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

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