Html Css Color HEX #EB680A Mango Tango

📋 copy color: '#EB680A'

red 235 ◦ green 104 ◦ blue 10

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

Shades of Mango Tango #EB680A

Tints of Mango Tango #EB680A

RGB

 RED value IS 235 (92.19% from 255) = 67.34%

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 67.34%
G = 29.8%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB680A (or 0xEB680A) is known color: Mango Tango. HEX triplet: EB, 68 and 0A. RGB value is (235,104,10). Sum of RGB (Red+Green+Blue) = 235+104+10=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB680A is #1497F5. Grayscale: #848484. Windows color (decimal): -1349622 or 682219. OLE color: 682219.

HSL color Cylindrical-coordinate representation of color #EB680A: hue angle of 25.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB680A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 10 -
CMYK 0 0.56 0.96 0.08
HSL 25.07º 0.92% 0.48% -
HSV(B) 25.07º 0.96% 0.92% -
XYZ 39.27 27.58 3.54 -
YUV 132.45 58.9 201.14 -
System Red Green Blue C M Y K H S L
Decimal 235 104 10 0 0.56 0.96 0.08 25.07 0.92 0.48
Hex EB 68 A 0 38 60 8 19 5C 30
Octal 353 150 12 0 70 140 10 31 134 60
Binary 11101011 1101000 1010 0 111000 1100000 1000 11001 1011100 110000

Color Harmonies of #EB680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB680A

Black with #EB680A

Text Example


Text Example

White with #EB680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB680A; }

 p { color: rgb(235,104,10); }

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

background-color css

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

 a { background-color: rgb(235,104,10); }

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

border-color css

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

 span { border-color: rgb(235,104,10); }

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