Html Css Color HEX #E0770C Mango Tango

📋 copy color: '#E0770C'

red 224 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #E0770C

Tints of Mango Tango #E0770C

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

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

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

R = 63.1%
G = 33.52%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0770C (or 0xE0770C) is known color: Mango Tango. HEX triplet: E0, 77 and 0C. RGB value is (224,119,12). Sum of RGB (Red+Green+Blue) = 224+119+12=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0770C is #1F88F3. Grayscale: #8A8A8A. Windows color (decimal): -2066676 or 817120. OLE color: 817120.

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

Color convert

RGB 224 119 12 -
CMYK 0 0.47 0.95 0.12
HSL 30.28º 0.9% 0.46% -
HSV(B) 30.28º 0.95% 0.88% -
XYZ 37.4 29.07 3.99 -
YUV 138.2 56.79 189.2 -
System Red Green Blue C M Y K H S L
Decimal 224 119 12 0 0.47 0.95 0.12 30.28 0.9 0.46
Hex E0 77 C 0 2F 5F C 1E 5A 2E
Octal 340 167 14 0 57 137 14 36 132 56
Binary 11100000 1110111 1100 0 101111 1011111 1100 11110 1011010 101110

Color Harmonies of #E0770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0770C

Black with #E0770C

Text Example


Text Example

White with #E0770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0770C; }

 p { color: rgb(224,119,12); }

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

background-color css

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

 a { background-color: rgb(224,119,12); }

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

border-color css

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

 span { border-color: rgb(224,119,12); }

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