Html Css Color HEX #EC7402 Mango Tango

📋 copy color: '#EC7402'

red 236 ◦ green 116 ◦ blue 2

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

Shades of Mango Tango #EC7402

Tints of Mango Tango #EC7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 66.67%
G = 32.77%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC7402 (or 0xEC7402) is known color: Mango Tango. HEX triplet: EC, 74 and 02. RGB value is (236,116,2). Sum of RGB (Red+Green+Blue) = 236+116+2=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7402 is #138BFD. Grayscale: #8B8B8B. Windows color (decimal): -1281022 or 161004. OLE color: 161004.

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

Color convert

RGB 236 116 2 -
CMYK 0 0.51 0.99 0.07
HSL 29.23º 0.98% 0.47% -
HSV(B) 29.23º 0.99% 0.93% -
XYZ 40.85 30.33 3.76 -
YUV 138.88 50.76 197.27 -
System Red Green Blue C M Y K H S L
Decimal 236 116 2 0 0.51 0.99 0.07 29.23 0.98 0.47
Hex EC 74 2 0 33 63 7 1D 62 2F
Octal 354 164 2 0 63 143 7 35 142 57
Binary 11101100 1110100 10 0 110011 1100011 111 11101 1100010 101111

Color Harmonies of #EC7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7402

Black with #EC7402

Text Example


Text Example

White with #EC7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7402; }

 p { color: rgb(236,116,2); }

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

background-color css

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

 a { background-color: rgb(236,116,2); }

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

border-color css

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

 span { border-color: rgb(236,116,2); }

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