Html Css Color HEX #E16D00 Mango Tango

📋 copy color: '#E16D00'

red 225 ◦ green 109 ◦ blue 0

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

Shades of Mango Tango #E16D00

Tints of Mango Tango #E16D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 67.37%
G = 32.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E16D00 (or 0xE16D00) is known color: Mango Tango. HEX triplet: E1, 6D and 00. RGB value is (225,109,0). Sum of RGB (Red+Green+Blue) = 225+109+0=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D00 is #1E92FF. Grayscale: #838383. Windows color (decimal): -2003712 or 28129. OLE color: 28129.

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

Color convert

RGB 225 109 0 -
CMYK 0 0.52 1 0.12
HSL 29.07º 1% 0.44% -
HSV(B) 29.07º 1% 0.88% -
XYZ 36.52 26.94 3.28 -
YUV 131.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 225 109 0 0 0.52 1 0.12 29.07 1 0.44
Hex E1 6D 0 0 34 64 C 1D 64 2C
Octal 341 155 0 0 64 144 14 35 144 54
Binary 11100001 1101101 0 0 110100 1100100 1100 11101 1100100 101100

Color Harmonies of #E16D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D00

Black with #E16D00

Text Example


Text Example

White with #E16D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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