Html Css Color HEX #E16500 Mango Tango

📋 copy color: '#E16500'

red 225 ◦ green 101 ◦ blue 0

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

Shades of Mango Tango #E16500

Tints of Mango Tango #E16500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 69.02%
G = 30.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E16500 (or 0xE16500) is known color: Mango Tango. HEX triplet: E1, 65 and 00. RGB value is (225,101,0). Sum of RGB (Red+Green+Blue) = 225+101+0=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E16500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16500 is #1E9AFF. Grayscale: #7F7F7F. Windows color (decimal): -2005760 or 26081. OLE color: 26081.

HSL color Cylindrical-coordinate representation of color #E16500: hue angle of 26.93º 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 #E16500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 101 0 -
CMYK 0 0.55 1 0.12
HSL 26.93º 1% 0.44% -
HSV(B) 26.93º 1% 0.88% -
XYZ 35.71 25.31 3 -
YUV 126.56 56.58 198.21 -
System Red Green Blue C M Y K H S L
Decimal 225 101 0 0 0.55 1 0.12 26.93 1 0.44
Hex E1 65 0 0 37 64 C 1B 64 2C
Octal 341 145 0 0 67 144 14 33 144 54
Binary 11100001 1100101 0 0 110111 1100100 1100 11011 1100100 101100

Color Harmonies of #E16500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16500

Black with #E16500

Text Example


Text Example

White with #E16500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16500; }

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

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

background-color css

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

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

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

border-color css

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

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

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