Html Css Color HEX #E16A00 Mango Tango

📋 copy color: '#E16A00'

red 225 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #E16A00

Tints of Mango Tango #E16A00

RGB

 RED value IS 225 (88.28% from 255) = 67.98%

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.98%
G = 32.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E16A00 (or 0xE16A00) is known color: Mango Tango. HEX triplet: E1, 6A and 00. RGB value is (225,106,0). Sum of RGB (Red+Green+Blue) = 225+106+0=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16A00 is #1E95FF. Grayscale: #828282. Windows color (decimal): -2004480 or 27361. OLE color: 27361.

HSL color Cylindrical-coordinate representation of color #E16A00: hue angle of 28.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E16A00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 106 0 -
CMYK 0 0.53 1 0.12
HSL 28.27º 1% 0.44% -
HSV(B) 28.27º 1% 0.88% -
XYZ 36.21 26.32 3.17 -
YUV 129.5 54.92 196.12 -
System Red Green Blue C M Y K H S L
Decimal 225 106 0 0 0.53 1 0.12 28.27 1 0.44
Hex E1 6A 0 0 35 64 C 1C 64 2C
Octal 341 152 0 0 65 144 14 34 144 54
Binary 11100001 1101010 0 0 110101 1100100 1100 11100 1100100 101100

Color Harmonies of #E16A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16A00

Black with #E16A00

Text Example


Text Example

White with #E16A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16A00; }

 p { color: rgb(225,106,0); }

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

background-color css

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

 a { background-color: rgb(225,106,0); }

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

border-color css

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

 span { border-color: rgb(225,106,0); }

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