Html Css Color HEX #E6710C Mango Tango

📋 copy color: '#E6710C'

red 230 ◦ green 113 ◦ blue 12

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

Shades of Mango Tango #E6710C

Tints of Mango Tango #E6710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 64.79%
G = 31.83%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6710C (or 0xE6710C) is known color: Mango Tango. HEX triplet: E6, 71 and 0C. RGB value is (230,113,12). Sum of RGB (Red+Green+Blue) = 230+113+12=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6710C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6710C is #198EF3. Grayscale: #888888. Windows color (decimal): -1674996 or 815590. OLE color: 815590.

HSL color Cylindrical-coordinate representation of color #E6710C: hue angle of 27.8º 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 #E6710C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 113 12 -
CMYK 0 0.51 0.95 0.10
HSL 27.8º 0.9% 0.47% -
HSV(B) 27.8º 0.95% 0.9% -
XYZ 38.6 28.66 3.85 -
YUV 136.47 57.76 194.71 -
System Red Green Blue C M Y K H S L
Decimal 230 113 12 0 0.51 0.95 0.10 27.8 0.9 0.47
Hex E6 71 C 0 33 5F A 1C 5A 2F
Octal 346 161 14 0 63 137 12 34 132 57
Binary 11100110 1110001 1100 0 110011 1011111 1010 11100 1011010 101111

Color Harmonies of #E6710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6710C

Black with #E6710C

Text Example


Text Example

White with #E6710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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