Html Css Color HEX #E06301 Mango Tango

📋 copy color: '#E06301'

red 224 ◦ green 99 ◦ blue 1

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

Shades of Mango Tango #E06301

Tints of Mango Tango #E06301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 69.14%
G = 30.56%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E06301 (or 0xE06301) is known color: Mango Tango. HEX triplet: E0, 63 and 01. RGB value is (224,99,1). Sum of RGB (Red+Green+Blue) = 224+99+1=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E06301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06301 is #1F9CFE. Grayscale: #7D7D7D. Windows color (decimal): -2071807 or 91104. OLE color: 91104.

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

Color convert

RGB 224 99 1 -
CMYK 0 0.56 1.00 0.12
HSL 26.37º 0.99% 0.44% -
HSV(B) 26.37º 1% 0.88% -
XYZ 35.21 24.77 2.95 -
YUV 125.2 57.91 198.47 -
System Red Green Blue C M Y K H S L
Decimal 224 99 1 0 0.56 1.00 0.12 26.37 0.99 0.44
Hex E0 63 1 0 38 64 C 1A 63 2C
Octal 340 143 1 0 70 144 14 32 143 54
Binary 11100000 1100011 1 0 111000 1100100 1100 11010 1100011 101100

Color Harmonies of #E06301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06301

Black with #E06301

Text Example


Text Example

White with #E06301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06301; }

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

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

background-color css

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

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

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

border-color css

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

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

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