Html Css Color HEX #E6720C Mango Tango

📋 copy color: '#E6720C'

red 230 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #E6720C

Tints of Mango Tango #E6720C

RGB

 RED value IS 230 (90.23% from 255) = 64.61%

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 64.61%
G = 32.02%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6720C (or 0xE6720C) is known color: Mango Tango. HEX triplet: E6, 72 and 0C. RGB value is (230,114,12). Sum of RGB (Red+Green+Blue) = 230+114+12=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6720C is #198DF3. Grayscale: #898989. Windows color (decimal): -1674740 or 815846. OLE color: 815846.

HSL color Cylindrical-coordinate representation of color #E6720C: hue angle of 28.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6720C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 114 12 -
CMYK 0 0.50 0.95 0.10
HSL 28.07º 0.9% 0.47% -
HSV(B) 28.07º 0.95% 0.9% -
XYZ 38.72 28.88 3.88 -
YUV 137.06 57.43 194.29 -
System Red Green Blue C M Y K H S L
Decimal 230 114 12 0 0.50 0.95 0.10 28.07 0.9 0.47
Hex E6 72 C 0 32 5F A 1C 5A 2F
Octal 346 162 14 0 62 137 12 34 132 57
Binary 11100110 1110010 1100 0 110010 1011111 1010 11100 1011010 101111

Color Harmonies of #E6720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6720C

Black with #E6720C

Text Example


Text Example

White with #E6720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6720C; }

 p { color: rgb(230,114,12); }

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

background-color css

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

 a { background-color: rgb(230,114,12); }

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

border-color css

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

 span { border-color: rgb(230,114,12); }

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