#E9700C

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

Shades of Mango Tango #E9700C

Tints of Mango Tango #E9700C

Color information

#E9700C (or 0xE9700C) is unknown color: approx Mango Tango. HEX triplet: E9, 70 and 0C. RGB value is (233,112,12). Sum of RGB (Red+Green+Blue) = 233+112+12=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E9700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9700C is #168FF3. Grayscale: #898989. Windows color (decimal): -1478644 or 815337. OLE color: 815337.

HSL color Cylindrical-coordinate representation of color #E9700C: hue angle of 27.15º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9700C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23311212-
CMYK00.520.950.09
HSL27.15º90.2%48.04%-
HSV(B)27.15º94.85%91.37%-
XYZ39.4628.943.85-
YUV136.7857.59196.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.27%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 12 (5.08% from 255) = 3.36%
R=65.27%
G=31.37%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331121200.520.950.0927.1590.248.04
HexE970C0345F91b5a30
Octal35116014064137113313260
Binary1110100111100001100011010010111111001110111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9700C; }

 p { color: rgb(233,112,12); }

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

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

 a { background-color: rgb(233,112,12); }

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

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

 span { border-color: rgb(233,112,12); }

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