Html Css Color HEX #E77214 Mango Tango

📋 copy color: '#E77214'

red 231 ◦ green 114 ◦ blue 20

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

Shades of Mango Tango #E77214

Tints of Mango Tango #E77214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 63.29%
G = 31.23%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E77214 (or 0xE77214) is known color: Mango Tango. HEX triplet: E7, 72 and 14. RGB value is (231,114,20). Sum of RGB (Red+Green+Blue) = 231+114+20=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E77214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77214 is #188DEB. Grayscale: #8A8A8A. Windows color (decimal): -1609196 or 1340135. OLE color: 1340135.

HSL color Cylindrical-coordinate representation of color #E77214: hue angle of 26.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77214 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 20 -
CMYK 0 0.51 0.91 0.09
HSL 26.73º 0.84% 0.49% -
HSV(B) 26.73º 0.91% 0.91% -
XYZ 39.1 29.07 4.21 -
YUV 138.27 61.26 194.14 -
System Red Green Blue C M Y K H S L
Decimal 231 114 20 0 0.51 0.91 0.09 26.73 0.84 0.49
Hex E7 72 14 0 33 5B 9 1B 54 31
Octal 347 162 24 0 63 133 11 33 124 61
Binary 11100111 1110010 10100 0 110011 1011011 1001 11011 1010100 110001

Color Harmonies of #E77214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77214

Black with #E77214

Text Example


Text Example

White with #E77214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77214; }

 p { color: rgb(231,114,20); }

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

background-color css

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

 a { background-color: rgb(231,114,20); }

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

border-color css

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

 span { border-color: rgb(231,114,20); }

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