Html Css Color HEX #E06801 Mango Tango

📋 copy color: '#E06801'

red 224 ◦ green 104 ◦ blue 1

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

Shades of Mango Tango #E06801

Tints of Mango Tango #E06801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 68.09%
G = 31.61%
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

#E06801 (or 0xE06801) is known color: Mango Tango. HEX triplet: E0, 68 and 01. RGB value is (224,104,1). Sum of RGB (Red+Green+Blue) = 224+104+1=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E06801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06801 is #1F97FE. Grayscale: #808080. Windows color (decimal): -2070527 or 92384. OLE color: 92384.

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

Color convert

RGB 224 104 1 -
CMYK 0 0.54 1.00 0.12
HSL 27.71º 0.99% 0.44% -
HSV(B) 27.71º 1% 0.88% -
XYZ 35.7 25.75 3.12 -
YUV 128.14 56.26 196.38 -
System Red Green Blue C M Y K H S L
Decimal 224 104 1 0 0.54 1.00 0.12 27.71 0.99 0.44
Hex E0 68 1 0 36 64 C 1C 63 2C
Octal 340 150 1 0 66 144 14 34 143 54
Binary 11100000 1101000 1 0 110110 1100100 1100 11100 1100011 101100

Color Harmonies of #E06801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06801

Black with #E06801

Text Example


Text Example

White with #E06801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06801; }

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

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

background-color css

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

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

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

border-color css

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

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

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