Html Css Color HEX #E6700E Mango Tango

📋 copy color: '#E6700E'

red 230 ◦ green 112 ◦ blue 14

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

Shades of Mango Tango #E6700E

Tints of Mango Tango #E6700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 64.61%
G = 31.46%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6700E (or 0xE6700E) is known color: Mango Tango. HEX triplet: E6, 70 and 0E. RGB value is (230,112,14). Sum of RGB (Red+Green+Blue) = 230+112+14=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6700E is #198FF1. Grayscale: #888888. Windows color (decimal): -1675250 or 946406. OLE color: 946406.

HSL color Cylindrical-coordinate representation of color #E6700E: hue angle of 27.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6700E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 14 -
CMYK 0 0.51 0.94 0.10
HSL 27.22º 0.89% 0.48% -
HSV(B) 27.22º 0.94% 0.9% -
XYZ 38.51 28.44 3.88 -
YUV 136.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 230 112 14 0 0.51 0.94 0.10 27.22 0.89 0.48
Hex E6 70 E 0 33 5E A 1B 59 30
Octal 346 160 16 0 63 136 12 33 131 60
Binary 11100110 1110000 1110 0 110011 1011110 1010 11011 1011001 110000

Color Harmonies of #E6700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6700E

Black with #E6700E

Text Example


Text Example

White with #E6700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6700E; }

 p { color: rgb(230,112,14); }

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

background-color css

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

 a { background-color: rgb(230,112,14); }

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

border-color css

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

 span { border-color: rgb(230,112,14); }

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