Html Css Color HEX #EC7601 Mango Tango

📋 copy color: '#EC7601'

red 236 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #EC7601

Tints of Mango Tango #EC7601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 66.48%
G = 33.24%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC7601 (or 0xEC7601) is known color: Mango Tango. HEX triplet: EC, 76 and 01. RGB value is (236,118,1). Sum of RGB (Red+Green+Blue) = 236+118+1=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7601 is #1389FE. Grayscale: #8C8C8C. Windows color (decimal): -1280511 or 95980. OLE color: 95980.

HSL color Cylindrical-coordinate representation of color #EC7601: hue angle of 29.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC7601 is Cyan = 0, Magento = 0.5, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 1 -
CMYK 0 0.5 1.00 0.07
HSL 29.87º 0.99% 0.46% -
HSV(B) 29.87º 1% 0.93% -
XYZ 41.08 30.79 3.81 -
YUV 139.94 49.59 196.51 -
System Red Green Blue C M Y K H S L
Decimal 236 118 1 0 0.5 1.00 0.07 29.87 0.99 0.46
Hex EC 76 1 0 32 64 7 1E 63 2E
Octal 354 166 1 0 62 144 7 36 143 56
Binary 11101100 1110110 1 0 110010 1100100 111 11110 1100011 101110

Color Harmonies of #EC7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7601

Black with #EC7601

Text Example


Text Example

White with #EC7601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7601; }

 p { color: rgb(236,118,1); }

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

background-color css

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

 a { background-color: rgb(236,118,1); }

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

border-color css

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

 span { border-color: rgb(236,118,1); }

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