Html Css Color HEX #E1700C Mango Tango

📋 copy color: '#E1700C'

red 225 ◦ green 112 ◦ blue 12

#E1700C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mango Tango #E1700C

Tints of Mango Tango #E1700C

RGB

 RED value IS 225 (88.28% from 255) = 64.47%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 64.47%
G = 32.09%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1700C (or 0xE1700C) is known color: Mango Tango. HEX triplet: E1, 70 and 0C. RGB value is (225,112,12). Sum of RGB (Red+Green+Blue) = 225+112+12=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1700C is #1E8FF3. Grayscale: #868686. Windows color (decimal): -2002932 or 815329. OLE color: 815329.

HSL color Cylindrical-coordinate representation of color #E1700C: hue angle of 28.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1700C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 12 -
CMYK 0 0.50 0.95 0.12
HSL 28.17º 0.9% 0.46% -
HSV(B) 28.17º 0.95% 0.88% -
XYZ 36.91 27.62 3.73 -
YUV 134.39 58.94 192.63 -
System Red Green Blue C M Y K H S L
Decimal 225 112 12 0 0.50 0.95 0.12 28.17 0.9 0.46
Hex E1 70 C 0 32 5F C 1C 5A 2E
Octal 341 160 14 0 62 137 14 34 132 56
Binary 11100001 1110000 1100 0 110010 1011111 1100 11100 1011010 101110

Color Harmonies of #E1700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1700C

Black with #E1700C

Text Example


Text Example

White with #E1700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1700C; }

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

 H1.HeaderClassName
 {
   color: #E1700C;
 }
 .AnyTagClassName
 {
   color: #E1700C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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