Html Css Color HEX #EC6E01 Mango Tango

📋 copy color: '#EC6E01'

red 236 ◦ green 110 ◦ blue 1

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

Shades of Mango Tango #EC6E01

Tints of Mango Tango #EC6E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 68.01%
G = 31.7%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6E01 (or 0xEC6E01) is known color: Mango Tango. HEX triplet: EC, 6E and 01. RGB value is (236,110,1). Sum of RGB (Red+Green+Blue) = 236+110+1=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6E01 is #1391FE. Grayscale: #878787. Windows color (decimal): -1282559 or 93932. OLE color: 93932.

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

Color convert

RGB 236 110 1 -
CMYK 0 0.53 1.00 0.07
HSL 27.83º 0.99% 0.46% -
HSV(B) 27.83º 1% 0.93% -
XYZ 40.17 28.99 3.51 -
YUV 135.25 52.24 199.86 -
System Red Green Blue C M Y K H S L
Decimal 236 110 1 0 0.53 1.00 0.07 27.83 0.99 0.46
Hex EC 6E 1 0 35 64 7 1C 63 2E
Octal 354 156 1 0 65 144 7 34 143 56
Binary 11101100 1101110 1 0 110101 1100100 111 11100 1100011 101110

Color Harmonies of #EC6E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E01

Black with #EC6E01

Text Example


Text Example

White with #EC6E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E01; }

 p { color: rgb(236,110,1); }

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

background-color css

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

 a { background-color: rgb(236,110,1); }

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

border-color css

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

 span { border-color: rgb(236,110,1); }

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