#EB6E0A

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

Shades of Mango Tango #EB6E0A

Tints of Mango Tango #EB6E0A

Color information

#EB6E0A (or 0xEB6E0A) is unknown color: approx Mango Tango. HEX triplet: EB, 6E and 0A. RGB value is (235,110,10). Sum of RGB (Red+Green+Blue) = 235+110+10=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6E0A is #1491F5. Grayscale: #888888. Windows color (decimal): -1348086 or 683755. OLE color: 683755.

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

Color convert

RGB23511010-
CMYK00.530.960.08
HSL26.67º91.84%48.04%-
HSV(B)26.67º95.74%92.16%-
XYZ39.8928.843.75-
YUV135.9756.91198.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.20%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=66.20%
G=30.99%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351101000.530.960.0826.6791.8448.04
HexEB6EA0356081b5c30
Octal35315612065140103313460
Binary1110101111011101010011010111000001000110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E0A; }

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

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

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

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

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

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

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

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