Html Css Color HEX #E4680C Mango Tango

📋 copy color: '#E4680C'

red 228 ◦ green 104 ◦ blue 12

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

Shades of Mango Tango #E4680C

Tints of Mango Tango #E4680C

RGB

 RED value IS 228 (89.45% from 255) = 66.28%

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 66.28%
G = 30.23%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4680C (or 0xE4680C) is known color: Mango Tango. HEX triplet: E4, 68 and 0C. RGB value is (228,104,12). Sum of RGB (Red+Green+Blue) = 228+104+12=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E4680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4680C is #1B97F3. Grayscale: #838383. Windows color (decimal): -1808372 or 813284. OLE color: 813284.

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

Color convert

RGB 228 104 12 -
CMYK 0 0.54 0.95 0.11
HSL 25.56º 0.9% 0.47% -
HSV(B) 25.56º 0.95% 0.89% -
XYZ 37.01 26.42 3.5 -
YUV 130.59 61.08 197.48 -
System Red Green Blue C M Y K H S L
Decimal 228 104 12 0 0.54 0.95 0.11 25.56 0.9 0.47
Hex E4 68 C 0 36 5F B 1A 5A 2F
Octal 344 150 14 0 66 137 13 32 132 57
Binary 11100100 1101000 1100 0 110110 1011111 1011 11010 1011010 101111

Color Harmonies of #E4680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4680C

Black with #E4680C

Text Example


Text Example

White with #E4680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4680C; }

 p { color: rgb(228,104,12); }

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

background-color css

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

 a { background-color: rgb(228,104,12); }

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

border-color css

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

 span { border-color: rgb(228,104,12); }

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