#EA7A0F

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

Shades of Mango Tango #EA7A0F

Tints of Mango Tango #EA7A0F

Color information

#EA7A0F (or 0xEA7A0F) is unknown color: approx Mango Tango. HEX triplet: EA, 7A and 0F. RGB value is (234,122,15). Sum of RGB (Red+Green+Blue) = 234+122+15=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7A0F is #1585F0. Grayscale: #8F8F8F. Windows color (decimal): -1410545 or 1014506. OLE color: 1014506.

HSL color Cylindrical-coordinate representation of color #EA7A0F: hue angle of 29.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA7A0F is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23412215-
CMYK00.480.940.08
HSL29.32º87.95%48.82%-
HSV(B)29.32º93.59%91.76%-
XYZ40.9831.454.36-
YUV143.2955.61192.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 15 (6.25% from 255) = 4.04%
R=63.07%
G=32.88%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341221500.480.940.0829.3287.9548.82
HexEA7AF0305E81d5831
Octal35217217060136103513061
Binary1110101011110101111011000010111101000111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7A0F; }

 p { color: rgb(234,122,15); }

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

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

 a { background-color: rgb(234,122,15); }

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

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

 span { border-color: rgb(234,122,15); }

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