Html Css Color HEX #EC7A02 Mango Tango

📋 copy color: '#EC7A02'

red 236 ◦ green 122 ◦ blue 2

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

Shades of Mango Tango #EC7A02

Tints of Mango Tango #EC7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

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

R = 65.56%
G = 33.89%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC7A02 (or 0xEC7A02) is known color: Mango Tango. HEX triplet: EC, 7A and 02. RGB value is (236,122,2). Sum of RGB (Red+Green+Blue) = 236+122+2=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A02 is #1385FD. Grayscale: #8E8E8E. Windows color (decimal): -1279486 or 162540. OLE color: 162540.

HSL color Cylindrical-coordinate representation of color #EC7A02: hue angle of 30.77º 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 #EC7A02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 2 -
CMYK 0 0.48 0.99 0.07
HSL 30.77º 0.98% 0.47% -
HSV(B) 30.77º 0.99% 0.93% -
XYZ 41.56 31.76 4 -
YUV 142.41 48.77 194.76 -
System Red Green Blue C M Y K H S L
Decimal 236 122 2 0 0.48 0.99 0.07 30.77 0.98 0.47
Hex EC 7A 2 0 30 63 7 1F 62 2F
Octal 354 172 2 0 60 143 7 37 142 57
Binary 11101100 1111010 10 0 110000 1100011 111 11111 1100010 101111

Color Harmonies of #EC7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A02

Black with #EC7A02

Text Example


Text Example

White with #EC7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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