Html Css Color HEX #E5740C Mango Tango

📋 copy color: '#E5740C'

red 229 ◦ green 116 ◦ blue 12

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

Shades of Mango Tango #E5740C

Tints of Mango Tango #E5740C

RGB

 RED value IS 229 (89.84% from 255) = 64.15%

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 64.15%
G = 32.49%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5740C (or 0xE5740C) is known color: Mango Tango. HEX triplet: E5, 74 and 0C. RGB value is (229,116,12). Sum of RGB (Red+Green+Blue) = 229+116+12=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5740C is #1A8BF3. Grayscale: #8A8A8A. Windows color (decimal): -1739764 or 816357. OLE color: 816357.

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

Color convert

RGB 229 116 12 -
CMYK 0 0.49 0.95 0.10
HSL 28.76º 0.9% 0.47% -
HSV(B) 28.76º 0.95% 0.9% -
XYZ 38.62 29.18 3.94 -
YUV 137.93 56.94 192.96 -
System Red Green Blue C M Y K H S L
Decimal 229 116 12 0 0.49 0.95 0.10 28.76 0.9 0.47
Hex E5 74 C 0 31 5F A 1D 5A 2F
Octal 345 164 14 0 61 137 12 35 132 57
Binary 11100101 1110100 1100 0 110001 1011111 1010 11101 1011010 101111

Color Harmonies of #E5740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5740C

Black with #E5740C

Text Example


Text Example

White with #E5740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5740C; }

 p { color: rgb(229,116,12); }

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

background-color css

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

 a { background-color: rgb(229,116,12); }

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

border-color css

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

 span { border-color: rgb(229,116,12); }

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