Html Css Color HEX #E2770A Mango Tango

📋 copy color: '#E2770A'

red 226 ◦ green 119 ◦ blue 10

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

Shades of Mango Tango #E2770A

Tints of Mango Tango #E2770A

RGB

 RED value IS 226 (88.67% from 255) = 63.66%

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 63.66%
G = 33.52%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2770A (or 0xE2770A) is known color: Mango Tango. HEX triplet: E2, 77 and 0A. RGB value is (226,119,10). Sum of RGB (Red+Green+Blue) = 226+119+10=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2770A is #1D88F5. Grayscale: #8B8B8B. Windows color (decimal): -1935606 or 686050. OLE color: 686050.

HSL color Cylindrical-coordinate representation of color #E2770A: hue angle of 30.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2770A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 119 10 -
CMYK 0 0.47 0.96 0.11
HSL 30.28º 0.92% 0.46% -
HSV(B) 30.28º 0.96% 0.89% -
XYZ 38.02 29.38 3.96 -
YUV 138.57 55.45 190.36 -
System Red Green Blue C M Y K H S L
Decimal 226 119 10 0 0.47 0.96 0.11 30.28 0.92 0.46
Hex E2 77 A 0 2F 60 B 1E 5C 2E
Octal 342 167 12 0 57 140 13 36 134 56
Binary 11100010 1110111 1010 0 101111 1100000 1011 11110 1011100 101110

Color Harmonies of #E2770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2770A

Black with #E2770A

Text Example


Text Example

White with #E2770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2770A; }

 p { color: rgb(226,119,10); }

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

background-color css

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

 a { background-color: rgb(226,119,10); }

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

border-color css

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

 span { border-color: rgb(226,119,10); }

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