Html Css Color HEX #EA7200 Mango Tango

📋 copy color: '#EA7200'

red 234 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #EA7200

Tints of Mango Tango #EA7200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.24%
G = 32.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA7200 (or 0xEA7200) is known color: Mango Tango. HEX triplet: EA, 72 and 00. RGB value is (234,114,0). Sum of RGB (Red+Green+Blue) = 234+114+0=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7200 is #158DFF. Grayscale: #898989. Windows color (decimal): -1412608 or 29418. OLE color: 29418.

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

Color convert

RGB 234 114 0 -
CMYK 0 0.51 1 0.08
HSL 29.23º 1% 0.46% -
HSV(B) 29.23º 1% 0.92% -
XYZ 39.95 29.53 3.59 -
YUV 136.88 50.76 197.27 -
System Red Green Blue C M Y K H S L
Decimal 234 114 0 0 0.51 1 0.08 29.23 1 0.46
Hex EA 72 0 0 33 64 8 1D 64 2E
Octal 352 162 0 0 63 144 10 35 144 56
Binary 11101010 1110010 0 0 110011 1100100 1000 11101 1100100 101110

Color Harmonies of #EA7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7200

Black with #EA7200

Text Example


Text Example

White with #EA7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7200; }

 p { color: rgb(234,114,0); }

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

background-color css

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

 a { background-color: rgb(234,114,0); }

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

border-color css

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

 span { border-color: rgb(234,114,0); }

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