Html Css Color HEX #E06401 Mango Tango

📋 copy color: '#E06401'

red 224 ◦ green 100 ◦ blue 1

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

Shades of Mango Tango #E06401

Tints of Mango Tango #E06401

RGB

 RED value IS 224 (87.89% from 255) = 68.92%

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 68.92%
G = 30.77%
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

#E06401 (or 0xE06401) is known color: Mango Tango. HEX triplet: E0, 64 and 01. RGB value is (224,100,1). Sum of RGB (Red+Green+Blue) = 224+100+1=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E06401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06401 is #1F9BFE. Grayscale: #7E7E7E. Windows color (decimal): -2071551 or 91360. OLE color: 91360.

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

Color convert

RGB 224 100 1 -
CMYK 0 0.55 1.00 0.12
HSL 26.64º 0.99% 0.44% -
HSV(B) 26.64º 1% 0.88% -
XYZ 35.3 24.96 2.99 -
YUV 125.79 57.58 198.05 -
System Red Green Blue C M Y K H S L
Decimal 224 100 1 0 0.55 1.00 0.12 26.64 0.99 0.44
Hex E0 64 1 0 37 64 C 1B 63 2C
Octal 340 144 1 0 67 144 14 33 143 54
Binary 11100000 1100100 1 0 110111 1100100 1100 11011 1100011 101100

Color Harmonies of #E06401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06401

Black with #E06401

Text Example


Text Example

White with #E06401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06401; }

 p { color: rgb(224,100,1); }

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

background-color css

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

 a { background-color: rgb(224,100,1); }

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

border-color css

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

 span { border-color: rgb(224,100,1); }

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