Html Css Color HEX #E7700C Mango Tango

📋 copy color: '#E7700C'

red 231 ◦ green 112 ◦ blue 12

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

Shades of Mango Tango #E7700C

Tints of Mango Tango #E7700C

RGB

 RED value IS 231 (90.63% from 255) = 65.07%

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

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

R = 65.07%
G = 31.55%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7700C (or 0xE7700C) is known color: Mango Tango. HEX triplet: E7, 70 and 0C. RGB value is (231,112,12). Sum of RGB (Red+Green+Blue) = 231+112+12=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E7700C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7700C is #188FF3. Grayscale: #888888. Windows color (decimal): -1609716 or 815335. OLE color: 815335.

HSL color Cylindrical-coordinate representation of color #E7700C: hue angle of 27.4º 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 #E7700C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 12 -
CMYK 0 0.52 0.95 0.09
HSL 27.4º 0.9% 0.48% -
HSV(B) 27.4º 0.95% 0.91% -
XYZ 38.82 28.6 3.82 -
YUV 136.18 57.92 195.63 -
System Red Green Blue C M Y K H S L
Decimal 231 112 12 0 0.52 0.95 0.09 27.4 0.9 0.48
Hex E7 70 C 0 34 5F 9 1B 5A 30
Octal 347 160 14 0 64 137 11 33 132 60
Binary 11100111 1110000 1100 0 110100 1011111 1001 11011 1011010 110000

Color Harmonies of #E7700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7700C

Black with #E7700C

Text Example


Text Example

White with #E7700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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