Html Css Color HEX #EC6A02 Mango Tango

📋 copy color: '#EC6A02'

red 236 ◦ green 106 ◦ blue 2

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

Shades of Mango Tango #EC6A02

Tints of Mango Tango #EC6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

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

R = 68.6%
G = 30.81%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6A02 (or 0xEC6A02) is known color: Mango Tango. HEX triplet: EC, 6A and 02. RGB value is (236,106,2). Sum of RGB (Red+Green+Blue) = 236+106+2=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A02 is #1395FD. Grayscale: #858585. Windows color (decimal): -1283582 or 158444. OLE color: 158444.

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

Color convert

RGB 236 106 2 -
CMYK 0 0.55 0.99 0.07
HSL 26.67º 0.98% 0.47% -
HSV(B) 26.67º 0.99% 0.93% -
XYZ 39.76 28.15 3.39 -
YUV 133.01 54.07 201.46 -
System Red Green Blue C M Y K H S L
Decimal 236 106 2 0 0.55 0.99 0.07 26.67 0.98 0.47
Hex EC 6A 2 0 37 63 7 1B 62 2F
Octal 354 152 2 0 67 143 7 33 142 57
Binary 11101100 1101010 10 0 110111 1100011 111 11011 1100010 101111

Color Harmonies of #EC6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A02

Black with #EC6A02

Text Example


Text Example

White with #EC6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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