Html Css Color HEX #E77A0C Mango Tango

📋 copy color: '#E77A0C'

red 231 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #E77A0C

Tints of Mango Tango #E77A0C

RGB

 RED value IS 231 (90.63% from 255) = 63.29%

 GREEN value IS 122 (48.05% from 255) = 33.42%

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

R = 63.29%
G = 33.42%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E77A0C (or 0xE77A0C) is known color: Mango Tango. HEX triplet: E7, 7A and 0C. RGB value is (231,122,12). Sum of RGB (Red+Green+Blue) = 231+122+12=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77A0C is #1885F3. Grayscale: #8E8E8E. Windows color (decimal): -1607156 or 817895. OLE color: 817895.

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

Color convert

RGB 231 122 12 -
CMYK 0 0.47 0.95 0.09
HSL 30.14º 0.9% 0.48% -
HSV(B) 30.14º 0.95% 0.91% -
XYZ 39.98 30.93 4.21 -
YUV 142.05 54.61 191.44 -
System Red Green Blue C M Y K H S L
Decimal 231 122 12 0 0.47 0.95 0.09 30.14 0.9 0.48
Hex E7 7A C 0 2F 5F 9 1E 5A 30
Octal 347 172 14 0 57 137 11 36 132 60
Binary 11100111 1111010 1100 0 101111 1011111 1001 11110 1011010 110000

Color Harmonies of #E77A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77A0C

Black with #E77A0C

Text Example


Text Example

White with #E77A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77A0C; }

 p { color: rgb(231,122,12); }

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

background-color css

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

 a { background-color: rgb(231,122,12); }

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

border-color css

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

 span { border-color: rgb(231,122,12); }

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