#EB6F0A

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

Shades of Mango Tango #EB6F0A

Tints of Mango Tango #EB6F0A

Color information

#EB6F0A (or 0xEB6F0A) is unknown color: approx Mango Tango. HEX triplet: EB, 6F and 0A. RGB value is (235,111,10). Sum of RGB (Red+Green+Blue) = 235+111+10=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6F0A is #1490F5. Grayscale: #898989. Windows color (decimal): -1347830 or 684011. OLE color: 684011.

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

Color convert

RGB23511110-
CMYK00.530.960.08
HSL26.93º91.84%48.04%-
HSV(B)26.93º95.74%92.16%-
XYZ4029.053.79-
YUV136.5656.58198.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.01%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 10 (4.30% from 255) = 2.81%
R=66.01%
G=31.18%
B=2.81%

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
Decimal2351111000.530.960.0826.9391.8448.04
HexEB6FA0356081b5c30
Octal35315712065140103313460
Binary1110101111011111010011010111000001000110111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F0A; }

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

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

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

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

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

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

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

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