Html Css Color HEX #EC6A00 Mango Tango

📋 copy color: '#EC6A00'

red 236 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #EC6A00

Tints of Mango Tango #EC6A00

RGB

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

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

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

R = 69.01%
G = 30.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6A00 (or 0xEC6A00) is known color: Mango Tango. HEX triplet: EC, 6A and 00. RGB value is (236,106,0). Sum of RGB (Red+Green+Blue) = 236+106+0=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6A00 is #1395FF. Grayscale: #858585. Windows color (decimal): -1283584 or 27372. OLE color: 27372.

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

Color convert

RGB 236 106 0 -
CMYK 0 0.55 1 0.07
HSL 26.95º 1% 0.46% -
HSV(B) 26.95º 1% 0.93% -
XYZ 39.75 28.14 3.34 -
YUV 132.79 53.07 201.62 -
System Red Green Blue C M Y K H S L
Decimal 236 106 0 0 0.55 1 0.07 26.95 1 0.46
Hex EC 6A 0 0 37 64 7 1B 64 2E
Octal 354 152 0 0 67 144 7 33 144 56
Binary 11101100 1101010 0 0 110111 1100100 111 11011 1100100 101110

Color Harmonies of #EC6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A00

Black with #EC6A00

Text Example


Text Example

White with #EC6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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