#EA6F07

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

Shades of Mango Tango #EA6F07

Tints of Mango Tango #EA6F07

Color information

#EA6F07 (or 0xEA6F07) is unknown color: approx Mango Tango. HEX triplet: EA, 6F and 07. RGB value is (234,111,7). Sum of RGB (Red+Green+Blue) = 234+111+7=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6F07 is #1590F8. Grayscale: #888888. Windows color (decimal): -1413369 or 487402. OLE color: 487402.

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

Color convert

RGB2341117-
CMYK00.530.970.08
HSL27.49º94.19%47.25%-
HSV(B)27.49º97.01%91.76%-
XYZ39.6528.883.68-
YUV135.9255.25197.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.48%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 7 (3.12% from 255) = 1.99%
R=66.48%
G=31.53%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234111700.530.970.0827.4994.1947.25
HexEA6F70356181b5e2f
Octal3521577065141103313657
Binary111010101101111111011010111000011000110111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F07; }

 p { color: rgb(234,111,7); }

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

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

 a { background-color: rgb(234,111,7); }

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

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

 span { border-color: rgb(234,111,7); }

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