Html Css Color HEX #EB6A12 Mango Tango

📋 copy color: '#EB6A12'

red 235 ◦ green 106 ◦ blue 18

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

Shades of Mango Tango #EB6A12

Tints of Mango Tango #EB6A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 65.46%
G = 29.53%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB6A12 (or 0xEB6A12) is known color: Mango Tango. HEX triplet: EB, 6A and 12. RGB value is (235,106,18). Sum of RGB (Red+Green+Blue) = 235+106+18=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6A12 is #1495ED. Grayscale: #878787. Windows color (decimal): -1349102 or 1207019. OLE color: 1207019.

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

Color convert

RGB 235 106 18 -
CMYK 0 0.55 0.92 0.08
HSL 24.33º 0.86% 0.5% -
HSV(B) 24.33º 0.92% 0.92% -
XYZ 39.52 28.01 3.9 -
YUV 134.54 62.24 199.66 -
System Red Green Blue C M Y K H S L
Decimal 235 106 18 0 0.55 0.92 0.08 24.33 0.86 0.5
Hex EB 6A 12 0 37 5C 8 18 56 32
Octal 353 152 22 0 67 134 10 30 126 62
Binary 11101011 1101010 10010 0 110111 1011100 1000 11000 1010110 110010

Color Harmonies of #EB6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A12

Black with #EB6A12

Text Example


Text Example

White with #EB6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A12; }

 p { color: rgb(235,106,18); }

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

background-color css

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

 a { background-color: rgb(235,106,18); }

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

border-color css

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

 span { border-color: rgb(235,106,18); }

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