Html Css Color HEX #EC6B0C Mango Tango

📋 copy color: '#EC6B0C'

red 236 ◦ green 107 ◦ blue 12

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

Shades of Mango Tango #EC6B0C

Tints of Mango Tango #EC6B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 66.48%
G = 30.14%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC6B0C (or 0xEC6B0C) is known color: Mango Tango. HEX triplet: EC, 6B and 0C. RGB value is (236,107,12). Sum of RGB (Red+Green+Blue) = 236+107+12=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B0C is #1394F3. Grayscale: #878787. Windows color (decimal): -1283316 or 814060. OLE color: 814060.

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

Color convert

RGB 236 107 12 -
CMYK 0 0.55 0.95 0.07
HSL 25.45º 0.9% 0.49% -
HSV(B) 25.45º 0.95% 0.93% -
XYZ 39.92 28.37 3.72 -
YUV 134.74 58.74 200.22 -
System Red Green Blue C M Y K H S L
Decimal 236 107 12 0 0.55 0.95 0.07 25.45 0.9 0.49
Hex EC 6B C 0 37 5F 7 19 5A 31
Octal 354 153 14 0 67 137 7 31 132 61
Binary 11101100 1101011 1100 0 110111 1011111 111 11001 1011010 110001

Color Harmonies of #EC6B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B0C

Black with #EC6B0C

Text Example


Text Example

White with #EC6B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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