Html Css Color HEX #E06A0C Mango Tango

📋 copy color: '#E06A0C'

red 224 ◦ green 106 ◦ blue 12

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

Shades of Mango Tango #E06A0C

Tints of Mango Tango #E06A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 65.5%
G = 30.99%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E06A0C (or 0xE06A0C) is known color: Mango Tango. HEX triplet: E0, 6A and 0C. RGB value is (224,106,12). Sum of RGB (Red+Green+Blue) = 224+106+12=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A0C is #1F95F3. Grayscale: #838383. Windows color (decimal): -2070004 or 813792. OLE color: 813792.

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

Color convert

RGB 224 106 12 -
CMYK 0 0.53 0.95 0.12
HSL 26.6º 0.9% 0.46% -
HSV(B) 26.6º 0.95% 0.88% -
XYZ 35.96 26.18 3.51 -
YUV 130.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 224 106 12 0 0.53 0.95 0.12 26.6 0.9 0.46
Hex E0 6A C 0 35 5F C 1B 5A 2E
Octal 340 152 14 0 65 137 14 33 132 56
Binary 11100000 1101010 1100 0 110101 1011111 1100 11011 1011010 101110

Color Harmonies of #E06A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A0C

Black with #E06A0C

Text Example


Text Example

White with #E06A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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