Html Css Color HEX #EC670C Mango Tango

📋 copy color: '#EC670C'

red 236 ◦ green 103 ◦ blue 12

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

Shades of Mango Tango #EC670C

Tints of Mango Tango #EC670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 67.24%
G = 29.34%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC670C (or 0xEC670C) is known color: Mango Tango. HEX triplet: EC, 67 and 0C. RGB value is (236,103,12). Sum of RGB (Red+Green+Blue) = 236+103+12=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC670C is #1398F3. Grayscale: #848484. Windows color (decimal): -1284340 or 813036. OLE color: 813036.

HSL color Cylindrical-coordinate representation of color #EC670C: hue angle of 24.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC670C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 12 -
CMYK 0 0.56 0.95 0.07
HSL 24.38º 0.9% 0.49% -
HSV(B) 24.38º 0.95% 0.93% -
XYZ 39.51 27.56 3.59 -
YUV 132.39 60.06 201.9 -
System Red Green Blue C M Y K H S L
Decimal 236 103 12 0 0.56 0.95 0.07 24.38 0.9 0.49
Hex EC 67 C 0 38 5F 7 18 5A 31
Octal 354 147 14 0 70 137 7 30 132 61
Binary 11101100 1100111 1100 0 111000 1011111 111 11000 1011010 110001

Color Harmonies of #EC670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC670C

Black with #EC670C

Text Example


Text Example

White with #EC670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC670C; }

 p { color: rgb(236,103,12); }

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

background-color css

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

 a { background-color: rgb(236,103,12); }

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

border-color css

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

 span { border-color: rgb(236,103,12); }

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