Html Css Color HEX #EC7812 Mango Tango

📋 copy color: '#EC7812'

red 236 ◦ green 120 ◦ blue 18

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

Shades of Mango Tango #EC7812

Tints of Mango Tango #EC7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

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

R = 63.1%
G = 32.09%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC7812 (or 0xEC7812) is known color: Mango Tango. HEX triplet: EC, 78 and 12. RGB value is (236,120,18). Sum of RGB (Red+Green+Blue) = 236+120+18=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7812 is #1387ED. Grayscale: #8F8F8F. Windows color (decimal): -1279982 or 1210604. OLE color: 1210604.

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

Color convert

RGB 236 120 18 -
CMYK 0 0.49 0.92 0.07
HSL 28.07º 0.86% 0.5% -
HSV(B) 28.07º 0.92% 0.93% -
XYZ 41.42 31.31 4.43 -
YUV 143.06 57.43 194.29 -
System Red Green Blue C M Y K H S L
Decimal 236 120 18 0 0.49 0.92 0.07 28.07 0.86 0.5
Hex EC 78 12 0 31 5C 7 1C 56 32
Octal 354 170 22 0 61 134 7 34 126 62
Binary 11101100 1111000 10010 0 110001 1011100 111 11100 1010110 110010

Color Harmonies of #EC7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7812

Black with #EC7812

Text Example


Text Example

White with #EC7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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