Html Css Color HEX #E06701 Mango Tango

📋 copy color: '#E06701'

red 224 ◦ green 103 ◦ blue 1

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

Shades of Mango Tango #E06701

Tints of Mango Tango #E06701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 68.29%
G = 31.4%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E06701 (or 0xE06701) is known color: Mango Tango. HEX triplet: E0, 67 and 01. RGB value is (224,103,1). Sum of RGB (Red+Green+Blue) = 224+103+1=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E06701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06701 is #1F98FE. Grayscale: #808080. Windows color (decimal): -2070783 or 92128. OLE color: 92128.

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

Color convert

RGB 224 103 1 -
CMYK 0 0.54 1.00 0.12
HSL 27.44º 0.99% 0.44% -
HSV(B) 27.44º 1% 0.88% -
XYZ 35.6 25.55 3.08 -
YUV 127.55 56.59 196.79 -
System Red Green Blue C M Y K H S L
Decimal 224 103 1 0 0.54 1.00 0.12 27.44 0.99 0.44
Hex E0 67 1 0 36 64 C 1B 63 2C
Octal 340 147 1 0 66 144 14 33 143 54
Binary 11100000 1100111 1 0 110110 1100100 1100 11011 1100011 101100

Color Harmonies of #E06701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06701

Black with #E06701

Text Example


Text Example

White with #E06701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06701; }

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

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

background-color css

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

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

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

border-color css

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

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

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