Html Css Color HEX #EB770A Mango Tango

📋 copy color: '#EB770A'

red 235 ◦ green 119 ◦ blue 10

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

Shades of Mango Tango #EB770A

Tints of Mango Tango #EB770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.69%

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

R = 64.56%
G = 32.69%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB770A (or 0xEB770A) is known color: Mango Tango. HEX triplet: EB, 77 and 0A. RGB value is (235,119,10). Sum of RGB (Red+Green+Blue) = 235+119+10=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB770A is #1488F5. Grayscale: #8D8D8D. Windows color (decimal): -1345782 or 686059. OLE color: 686059.

HSL color Cylindrical-coordinate representation of color #EB770A: hue angle of 29.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 #EB770A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 10 -
CMYK 0 0.49 0.96 0.08
HSL 29.07º 0.92% 0.48% -
HSV(B) 29.07º 0.96% 0.92% -
XYZ 40.91 30.88 4.09 -
YUV 141.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 235 119 10 0 0.49 0.96 0.08 29.07 0.92 0.48
Hex EB 77 A 0 31 60 8 1D 5C 30
Octal 353 167 12 0 61 140 10 35 134 60
Binary 11101011 1110111 1010 0 110001 1100000 1000 11101 1011100 110000

Color Harmonies of #EB770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB770A

Black with #EB770A

Text Example


Text Example

White with #EB770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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