Html Css Color HEX #EC7207 Mango Tango

📋 copy color: '#EC7207'

red 236 ◦ green 114 ◦ blue 7

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

Shades of Mango Tango #EC7207

Tints of Mango Tango #EC7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 66.11%
G = 31.93%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7207 (or 0xEC7207) is known color: Mango Tango. HEX triplet: EC, 72 and 07. RGB value is (236,114,7). Sum of RGB (Red+Green+Blue) = 236+114+7=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7207 is #138DF8. Grayscale: #8A8A8A. Windows color (decimal): -1281529 or 488172. OLE color: 488172.

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

Color convert

RGB 236 114 7 -
CMYK 0 0.52 0.97 0.07
HSL 28.03º 0.94% 0.48% -
HSV(B) 28.03º 0.97% 0.93% -
XYZ 40.65 29.88 3.83 -
YUV 138.28 53.92 197.7 -
System Red Green Blue C M Y K H S L
Decimal 236 114 7 0 0.52 0.97 0.07 28.03 0.94 0.48
Hex EC 72 7 0 34 61 7 1C 5E 30
Octal 354 162 7 0 64 141 7 34 136 60
Binary 11101100 1110010 111 0 110100 1100001 111 11100 1011110 110000

Color Harmonies of #EC7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7207

Black with #EC7207

Text Example


Text Example

White with #EC7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7207; }

 p { color: rgb(236,114,7); }

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

background-color css

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

 a { background-color: rgb(236,114,7); }

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

border-color css

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

 span { border-color: rgb(236,114,7); }

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