Html Css Color HEX #E77201 Mango Tango

📋 copy color: '#E77201'

red 231 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #E77201

Tints of Mango Tango #E77201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 66.76%
G = 32.95%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E77201 (or 0xE77201) is known color: Mango Tango. HEX triplet: E7, 72 and 01. RGB value is (231,114,1). Sum of RGB (Red+Green+Blue) = 231+114+1=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E77201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77201 is #188DFE. Grayscale: #888888. Windows color (decimal): -1609215 or 94951. OLE color: 94951.

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

Color convert

RGB 231 114 1 -
CMYK 0 0.51 1.00 0.09
HSL 29.48º 0.99% 0.45% -
HSV(B) 29.48º 1% 0.91% -
XYZ 38.98 29.03 3.58 -
YUV 136.1 51.76 195.69 -
System Red Green Blue C M Y K H S L
Decimal 231 114 1 0 0.51 1.00 0.09 29.48 0.99 0.45
Hex E7 72 1 0 33 64 9 1D 63 2D
Octal 347 162 1 0 63 144 11 35 143 55
Binary 11100111 1110010 1 0 110011 1100100 1001 11101 1100011 101101

Color Harmonies of #E77201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77201

Black with #E77201

Text Example


Text Example

White with #E77201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77201; }

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

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

background-color css

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

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

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

border-color css

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

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

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