Html Css Color HEX #E06C0D Mango Tango

📋 copy color: '#E06C0D'

red 224 ◦ green 108 ◦ blue 13

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

Shades of Mango Tango #E06C0D

Tints of Mango Tango #E06C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 64.93%
G = 31.3%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E06C0D (or 0xE06C0D) is known color: Mango Tango. HEX triplet: E0, 6C and 0D. RGB value is (224,108,13). Sum of RGB (Red+Green+Blue) = 224+108+13=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C0D is #1F93F2. Grayscale: #848484. Windows color (decimal): -2069491 or 879840. OLE color: 879840.

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

Color convert

RGB 224 108 13 -
CMYK 0 0.52 0.94 0.12
HSL 27.01º 0.89% 0.46% -
HSV(B) 27.01º 0.94% 0.88% -
XYZ 36.18 26.6 3.61 -
YUV 131.85 60.93 193.72 -
System Red Green Blue C M Y K H S L
Decimal 224 108 13 0 0.52 0.94 0.12 27.01 0.89 0.46
Hex E0 6C D 0 34 5E C 1B 59 2E
Octal 340 154 15 0 64 136 14 33 131 56
Binary 11100000 1101100 1101 0 110100 1011110 1100 11011 1011001 101110

Color Harmonies of #E06C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C0D

Black with #E06C0D

Text Example


Text Example

White with #E06C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C0D; }

 p { color: rgb(224,108,13); }

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

background-color css

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

 a { background-color: rgb(224,108,13); }

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

border-color css

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

 span { border-color: rgb(224,108,13); }

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