Html Css Color HEX #EB700A Mango Tango

📋 copy color: '#EB700A'

red 235 ◦ green 112 ◦ blue 10

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

Shades of Mango Tango #EB700A

Tints of Mango Tango #EB700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

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

R = 65.83%
G = 31.37%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB700A (or 0xEB700A) is known color: Mango Tango. HEX triplet: EB, 70 and 0A. RGB value is (235,112,10). Sum of RGB (Red+Green+Blue) = 235+112+10=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB700A is #148FF5. Grayscale: #898989. Windows color (decimal): -1347574 or 684267. OLE color: 684267.

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

Color convert

RGB 235 112 10 -
CMYK 0 0.52 0.96 0.08
HSL 27.2º 0.92% 0.48% -
HSV(B) 27.2º 0.96% 0.92% -
XYZ 40.11 29.27 3.82 -
YUV 137.15 56.25 197.79 -
System Red Green Blue C M Y K H S L
Decimal 235 112 10 0 0.52 0.96 0.08 27.2 0.92 0.48
Hex EB 70 A 0 34 60 8 1B 5C 30
Octal 353 160 12 0 64 140 10 33 134 60
Binary 11101011 1110000 1010 0 110100 1100000 1000 11011 1011100 110000

Color Harmonies of #EB700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB700A

Black with #EB700A

Text Example


Text Example

White with #EB700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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