Html Css Color HEX #E5700C Mango Tango

📋 copy color: '#E5700C'

red 229 ◦ green 112 ◦ blue 12

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

Shades of Mango Tango #E5700C

Tints of Mango Tango #E5700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 64.87%
G = 31.73%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5700C (or 0xE5700C) is known color: Mango Tango. HEX triplet: E5, 70 and 0C. RGB value is (229,112,12). Sum of RGB (Red+Green+Blue) = 229+112+12=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5700C is #1A8FF3. Grayscale: #888888. Windows color (decimal): -1740788 or 815333. OLE color: 815333.

HSL color Cylindrical-coordinate representation of color #E5700C: hue angle of 27.65º 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 #E5700C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 12 -
CMYK 0 0.51 0.95 0.10
HSL 27.65º 0.9% 0.47% -
HSV(B) 27.65º 0.95% 0.9% -
XYZ 38.17 28.27 3.79 -
YUV 135.58 58.26 194.63 -
System Red Green Blue C M Y K H S L
Decimal 229 112 12 0 0.51 0.95 0.10 27.65 0.9 0.47
Hex E5 70 C 0 33 5F A 1C 5A 2F
Octal 345 160 14 0 63 137 12 34 132 57
Binary 11100101 1110000 1100 0 110011 1011111 1010 11100 1011010 101111

Color Harmonies of #E5700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5700C

Black with #E5700C

Text Example


Text Example

White with #E5700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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