#EB700A

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

Shades of Mango Tango #EB700A

Tints of Mango Tango #EB700A

Color information

#EB700A (or 0xEB700A) is unknown color: approx Mango Tango. HEX triplet: EB, 70 and 0A. RGB value is (235,112,10). Sum of RGB (Red+Green+Blue) = 235+112+10=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB700A is #148FF5. Grayscale: #898989. Windows color (decimal): -1347574 or 684267. OLE color: 684267.

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

Color convert

RGB23511210-
CMYK00.520.960.08
HSL27.2º91.84%48.04%-
HSV(B)27.2º95.74%92.16%-
XYZ40.1129.273.82-
YUV137.1556.25197.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 65.83%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 10 (4.30% from 255) = 2.80%
R=65.83%
G=31.37%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351121000.520.960.0827.291.8448.04
HexEB70A0346081b5c30
Octal35316012064140103313460
Binary1110101111100001010011010011000001000110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB700A; }

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

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

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

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

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

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

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

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