Html Css Color HEX #EC6C00 Mango Tango

📋 copy color: '#EC6C00'

red 236 ◦ green 108 ◦ blue 0

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

Shades of Mango Tango #EC6C00

Tints of Mango Tango #EC6C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.6%
G = 31.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6C00 (or 0xEC6C00) is known color: Mango Tango. HEX triplet: EC, 6C and 00. RGB value is (236,108,0). Sum of RGB (Red+Green+Blue) = 236+108+0=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6C00 is #1393FF. Grayscale: #868686. Windows color (decimal): -1283072 or 27884. OLE color: 27884.

HSL color Cylindrical-coordinate representation of color #EC6C00: hue angle of 27.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6C00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 108 0 -
CMYK 0 0.54 1 0.07
HSL 27.46º 1% 0.46% -
HSV(B) 27.46º 1% 0.93% -
XYZ 39.95 28.56 3.41 -
YUV 133.96 52.41 200.78 -
System Red Green Blue C M Y K H S L
Decimal 236 108 0 0 0.54 1 0.07 27.46 1 0.46
Hex EC 6C 0 0 36 64 7 1B 64 2E
Octal 354 154 0 0 66 144 7 33 144 56
Binary 11101100 1101100 0 0 110110 1100100 111 11011 1100100 101110

Color Harmonies of #EC6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C00

Black with #EC6C00

Text Example


Text Example

White with #EC6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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