Html Css Color HEX #EC7006 Mango Tango

📋 copy color: '#EC7006'

red 236 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #EC7006

Tints of Mango Tango #EC7006

RGB

 RED value IS 236 (92.58% from 255) = 66.67%

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 66.67%
G = 31.64%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7006 (or 0xEC7006) is known color: Mango Tango. HEX triplet: EC, 70 and 06. RGB value is (236,112,6). Sum of RGB (Red+Green+Blue) = 236+112+6=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7006 is #138FF9. Grayscale: #898989. Windows color (decimal): -1282042 or 422124. OLE color: 422124.

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

Color convert

RGB 236 112 6 -
CMYK 0 0.53 0.97 0.07
HSL 27.65º 0.95% 0.47% -
HSV(B) 27.65º 0.97% 0.93% -
XYZ 40.42 29.43 3.72 -
YUV 136.99 54.08 198.62 -
System Red Green Blue C M Y K H S L
Decimal 236 112 6 0 0.53 0.97 0.07 27.65 0.95 0.47
Hex EC 70 6 0 35 61 7 1C 5F 2F
Octal 354 160 6 0 65 141 7 34 137 57
Binary 11101100 1110000 110 0 110101 1100001 111 11100 1011111 101111

Color Harmonies of #EC7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7006

Black with #EC7006

Text Example


Text Example

White with #EC7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7006; }

 p { color: rgb(236,112,6); }

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

background-color css

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

 a { background-color: rgb(236,112,6); }

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

border-color css

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

 span { border-color: rgb(236,112,6); }

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