#EA7500

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

Shades of Mango Tango #EA7500

Tints of Mango Tango #EA7500

Color information

#EA7500 (or 0xEA7500) is unknown color: approx Mango Tango. HEX triplet: EA, 75 and 00. RGB value is (234,117,0). Sum of RGB (Red+Green+Blue) = 234+117+0=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7500 is #158AFF. Grayscale: #8B8B8B. Windows color (decimal): -1411840 or 30186. OLE color: 30186.

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

Color convert

RGB2341170-
CMYK00.510.08
HSL30º100%45.88%-
HSV(B)30º100%91.76%-
XYZ40.2930.223.71-
YUV138.6449.76196.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.67%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234117000.510.083010045.88
HexEA7500326481e642e
Octal3521650062144103614456
Binary1110101011101010011001011001001000111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7500; }

 p { color: rgb(234,117,0); }

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

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

 a { background-color: rgb(234,117,0); }

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

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

 span { border-color: rgb(234,117,0); }

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