Html Css Color HEX #EC6C02 Mango Tango

📋 copy color: '#EC6C02'

red 236 ◦ green 108 ◦ blue 2

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

Shades of Mango Tango #EC6C02

Tints of Mango Tango #EC6C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

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

R = 68.21%
G = 31.21%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6C02 (or 0xEC6C02) is known color: Mango Tango. HEX triplet: EC, 6C and 02. RGB value is (236,108,2). Sum of RGB (Red+Green+Blue) = 236+108+2=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6C02 is #1393FD. Grayscale: #868686. Windows color (decimal): -1283070 or 158956. OLE color: 158956.

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

Color convert

RGB 236 108 2 -
CMYK 0 0.54 0.99 0.07
HSL 27.18º 0.98% 0.47% -
HSV(B) 27.18º 0.99% 0.93% -
XYZ 39.97 28.56 3.46 -
YUV 134.19 53.41 200.62 -
System Red Green Blue C M Y K H S L
Decimal 236 108 2 0 0.54 0.99 0.07 27.18 0.98 0.47
Hex EC 6C 2 0 36 63 7 1B 62 2F
Octal 354 154 2 0 66 143 7 33 142 57
Binary 11101100 1101100 10 0 110110 1100011 111 11011 1100010 101111

Color Harmonies of #EC6C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C02

Black with #EC6C02

Text Example


Text Example

White with #EC6C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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