#E6700A

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

Shades of Mango Tango #E6700A

Tints of Mango Tango #E6700A

Color information

#E6700A (or 0xE6700A) is unknown color: approx Mango Tango. HEX triplet: E6, 70 and 0A. RGB value is (230,112,10). Sum of RGB (Red+Green+Blue) = 230+112+10=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E6700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6700A is #198FF5. Grayscale: #888888. Windows color (decimal): -1675254 or 684262. OLE color: 684262.

HSL color Cylindrical-coordinate representation of color #E6700A: hue angle of 27.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6700A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB23011210-
CMYK00.510.960.10
HSL27.82º91.67%47.06%-
HSV(B)27.82º95.65%90.2%-
XYZ38.4828.433.75-
YUV135.6557.09195.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.34%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 10 (4.30% from 255) = 2.84%
R=65.34%
G=31.82%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301121000.510.960.1027.8291.6747.06
HexE670A03360A1c5c2f
Octal34616012063140123413457
Binary1110011011100001010011001111000001010111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6700A; }

 p { color: rgb(230,112,10); }

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

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

 a { background-color: rgb(230,112,10); }

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

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

 span { border-color: rgb(230,112,10); }

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