Html Css Color HEX #E16501 Mango Tango

📋 copy color: '#E16501'

red 225 ◦ green 101 ◦ blue 1

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

Shades of Mango Tango #E16501

Tints of Mango Tango #E16501

RGB

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

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

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

R = 68.81%
G = 30.89%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E16501 (or 0xE16501) is known color: Mango Tango. HEX triplet: E1, 65 and 01. RGB value is (225,101,1). Sum of RGB (Red+Green+Blue) = 225+101+1=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E16501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16501 is #1E9AFE. Grayscale: #7F7F7F. Windows color (decimal): -2005759 or 91617. OLE color: 91617.

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

Color convert

RGB 225 101 1 -
CMYK 0 0.55 1.00 0.12
HSL 26.79º 0.99% 0.44% -
HSV(B) 26.79º 1% 0.88% -
XYZ 35.71 25.32 3.03 -
YUV 126.68 57.08 198.13 -
System Red Green Blue C M Y K H S L
Decimal 225 101 1 0 0.55 1.00 0.12 26.79 0.99 0.44
Hex E1 65 1 0 37 64 C 1B 63 2C
Octal 341 145 1 0 67 144 14 33 143 54
Binary 11100001 1100101 1 0 110111 1100100 1100 11011 1100011 101100

Color Harmonies of #E16501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16501

Black with #E16501

Text Example


Text Example

White with #E16501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16501; }

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

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

background-color css

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

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

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

border-color css

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

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

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