Html Css Color HEX #EC6B12 Mango Tango

📋 copy color: '#EC6B12'

red 236 ◦ green 107 ◦ blue 18

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

Shades of Mango Tango #EC6B12

Tints of Mango Tango #EC6B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

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

R = 65.37%
G = 29.64%
B = 4.99%

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

#EC6B12 (or 0xEC6B12) is known color: Mango Tango. HEX triplet: EC, 6B and 12. RGB value is (236,107,18). Sum of RGB (Red+Green+Blue) = 236+107+18=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B12 is #1394ED. Grayscale: #878787. Windows color (decimal): -1283310 or 1207276. OLE color: 1207276.

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

Color convert

RGB 236 107 18 -
CMYK 0 0.55 0.92 0.07
HSL 24.5º 0.86% 0.5% -
HSV(B) 24.5º 0.92% 0.93% -
XYZ 39.96 28.39 3.95 -
YUV 135.43 61.74 199.74 -
System Red Green Blue C M Y K H S L
Decimal 236 107 18 0 0.55 0.92 0.07 24.5 0.86 0.5
Hex EC 6B 12 0 37 5C 7 18 56 32
Octal 354 153 22 0 67 134 7 30 126 62
Binary 11101100 1101011 10010 0 110111 1011100 111 11000 1010110 110010

Color Harmonies of #EC6B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B12

Black with #EC6B12

Text Example


Text Example

White with #EC6B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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