Html Css Color HEX #EB760C Mango Tango

📋 copy color: '#EB760C'

red 235 ◦ green 118 ◦ blue 12

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

Shades of Mango Tango #EB760C

Tints of Mango Tango #EB760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 64.38%
G = 32.33%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB760C (or 0xEB760C) is known color: Mango Tango. HEX triplet: EB, 76 and 0C. RGB value is (235,118,12). Sum of RGB (Red+Green+Blue) = 235+118+12=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB760C is #1489F3. Grayscale: #8D8D8D. Windows color (decimal): -1346036 or 816875. OLE color: 816875.

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

Color convert

RGB 235 118 12 -
CMYK 0 0.50 0.95 0.08
HSL 28.52º 0.9% 0.48% -
HSV(B) 28.52º 0.95% 0.92% -
XYZ 40.81 30.65 4.11 -
YUV 140.9 55.26 195.12 -
System Red Green Blue C M Y K H S L
Decimal 235 118 12 0 0.50 0.95 0.08 28.52 0.9 0.48
Hex EB 76 C 0 32 5F 8 1D 5A 30
Octal 353 166 14 0 62 137 10 35 132 60
Binary 11101011 1110110 1100 0 110010 1011111 1000 11101 1011010 110000

Color Harmonies of #EB760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB760C

Black with #EB760C

Text Example


Text Example

White with #EB760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB760C; }

 p { color: rgb(235,118,12); }

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

background-color css

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

 a { background-color: rgb(235,118,12); }

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

border-color css

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

 span { border-color: rgb(235,118,12); }

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