Html Css Color HEX #EC6A12 Mango Tango

📋 copy color: '#EC6A12'

red 236 ◦ green 106 ◦ blue 18

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

Shades of Mango Tango #EC6A12

Tints of Mango Tango #EC6A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5%

R = 65.56%
G = 29.44%
B = 5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6A12 (or 0xEC6A12) is known color: Mango Tango. HEX triplet: EC, 6A and 12. RGB value is (236,106,18). Sum of RGB (Red+Green+Blue) = 236+106+18=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A12 is #1395ED. Grayscale: #878787. Windows color (decimal): -1283566 or 1207020. OLE color: 1207020.

HSL color Cylindrical-coordinate representation of color #EC6A12: hue angle of 24.22º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6A12 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 18 -
CMYK 0 0.55 0.92 0.07
HSL 24.22º 0.86% 0.5% -
HSV(B) 24.22º 0.92% 0.93% -
XYZ 39.86 28.18 3.91 -
YUV 134.84 62.07 200.16 -
System Red Green Blue C M Y K H S L
Decimal 236 106 18 0 0.55 0.92 0.07 24.22 0.86 0.5
Hex EC 6A 12 0 37 5C 7 18 56 32
Octal 354 152 22 0 67 134 7 30 126 62
Binary 11101100 1101010 10010 0 110111 1011100 111 11000 1010110 110010

Color Harmonies of #EC6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A12

Black with #EC6A12

Text Example


Text Example

White with #EC6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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