Html Css Color HEX #EC7002 Mango Tango

📋 copy color: '#EC7002'

red 236 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #EC7002

Tints of Mango Tango #EC7002

RGB

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

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

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

R = 67.43%
G = 32%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC7002 (or 0xEC7002) is known color: Mango Tango. HEX triplet: EC, 70 and 02. RGB value is (236,112,2). Sum of RGB (Red+Green+Blue) = 236+112+2=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7002 is #138FFD. Grayscale: #898989. Windows color (decimal): -1282046 or 159980. OLE color: 159980.

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

Color convert

RGB 236 112 2 -
CMYK 0 0.53 0.99 0.07
HSL 28.21º 0.98% 0.47% -
HSV(B) 28.21º 0.99% 0.93% -
XYZ 40.4 29.43 3.61 -
YUV 136.54 52.08 198.94 -
System Red Green Blue C M Y K H S L
Decimal 236 112 2 0 0.53 0.99 0.07 28.21 0.98 0.47
Hex EC 70 2 0 35 63 7 1C 62 2F
Octal 354 160 2 0 65 143 7 34 142 57
Binary 11101100 1110000 10 0 110101 1100011 111 11100 1100010 101111

Color Harmonies of #EC7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7002

Black with #EC7002

Text Example


Text Example

White with #EC7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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