Html Css Color HEX #EC6812 Mango Tango

📋 copy color: '#EC6812'

red 236 ◦ green 104 ◦ blue 18

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

Shades of Mango Tango #EC6812

Tints of Mango Tango #EC6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 65.92%
G = 29.05%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6812 (or 0xEC6812) is known color: Mango Tango. HEX triplet: EC, 68 and 12. RGB value is (236,104,18). Sum of RGB (Red+Green+Blue) = 236+104+18=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6812 is #1397ED. Grayscale: #868686. Windows color (decimal): -1284078 or 1206508. OLE color: 1206508.

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

Color convert

RGB 236 104 18 -
CMYK 0 0.56 0.92 0.07
HSL 23.67º 0.86% 0.5% -
HSV(B) 23.67º 0.92% 0.93% -
XYZ 39.65 27.78 3.84 -
YUV 133.66 62.73 200.99 -
System Red Green Blue C M Y K H S L
Decimal 236 104 18 0 0.56 0.92 0.07 23.67 0.86 0.5
Hex EC 68 12 0 38 5C 7 18 56 32
Octal 354 150 22 0 70 134 7 30 126 62
Binary 11101100 1101000 10010 0 111000 1011100 111 11000 1010110 110010

Color Harmonies of #EC6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6812

Black with #EC6812

Text Example


Text Example

White with #EC6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6812; }

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

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

background-color css

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

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

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

border-color css

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

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

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