Html Css Color HEX #E06A00 Mango Tango

📋 copy color: '#E06A00'

red 224 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #E06A00

Tints of Mango Tango #E06A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.88%
G = 32.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E06A00 (or 0xE06A00) is known color: Mango Tango. HEX triplet: E0, 6A and 00. RGB value is (224,106,0). Sum of RGB (Red+Green+Blue) = 224+106+0=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A00 is #1F95FF. Grayscale: #818181. Windows color (decimal): -2070016 or 27360. OLE color: 27360.

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

Color convert

RGB 224 106 0 -
CMYK 0 0.53 1 0.12
HSL 28.39º 1% 0.44% -
HSV(B) 28.39º 1% 0.88% -
XYZ 35.89 26.16 3.16 -
YUV 129.2 55.09 195.62 -
System Red Green Blue C M Y K H S L
Decimal 224 106 0 0 0.53 1 0.12 28.39 1 0.44
Hex E0 6A 0 0 35 64 C 1C 64 2C
Octal 340 152 0 0 65 144 14 34 144 54
Binary 11100000 1101010 0 0 110101 1100100 1100 11100 1100100 101100

Color Harmonies of #E06A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A00

Black with #E06A00

Text Example


Text Example

White with #E06A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A00; }

 p { color: rgb(224,106,0); }

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

background-color css

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

 a { background-color: rgb(224,106,0); }

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

border-color css

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

 span { border-color: rgb(224,106,0); }

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