Html Css Color HEX #EA7306 Mango Tango

📋 copy color: '#EA7306'

red 234 ◦ green 115 ◦ blue 6

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

Shades of Mango Tango #EA7306

Tints of Mango Tango #EA7306

RGB

 RED value IS 234 (91.8% from 255) = 65.92%

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 65.92%
G = 32.39%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA7306 (or 0xEA7306) is known color: Mango Tango. HEX triplet: EA, 73 and 06. RGB value is (234,115,6). Sum of RGB (Red+Green+Blue) = 234+115+6=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7306 is #158CF9. Grayscale: #8A8A8A. Windows color (decimal): -1412346 or 422890. OLE color: 422890.

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

Color convert

RGB 234 115 6 -
CMYK 0 0.51 0.97 0.08
HSL 28.68º 0.95% 0.47% -
HSV(B) 28.68º 0.97% 0.92% -
XYZ 40.1 29.77 3.8 -
YUV 138.16 53.42 196.36 -
System Red Green Blue C M Y K H S L
Decimal 234 115 6 0 0.51 0.97 0.08 28.68 0.95 0.47
Hex EA 73 6 0 33 61 8 1D 5F 2F
Octal 352 163 6 0 63 141 10 35 137 57
Binary 11101010 1110011 110 0 110011 1100001 1000 11101 1011111 101111

Color Harmonies of #EA7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7306

Black with #EA7306

Text Example


Text Example

White with #EA7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7306; }

 p { color: rgb(234,115,6); }

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

background-color css

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

 a { background-color: rgb(234,115,6); }

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

border-color css

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

 span { border-color: rgb(234,115,6); }

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