Html Css Color HEX #EA740F Mango Tango

📋 copy color: '#EA740F'

red 234 ◦ green 116 ◦ blue 15

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

Shades of Mango Tango #EA740F

Tints of Mango Tango #EA740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 64.11%
G = 31.78%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA740F (or 0xEA740F) is known color: Mango Tango. HEX triplet: EA, 74 and 0F. RGB value is (234,116,15). Sum of RGB (Red+Green+Blue) = 234+116+15=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA740F is #158BF0. Grayscale: #8C8C8C. Windows color (decimal): -1412081 or 1012970. OLE color: 1012970.

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

Color convert

RGB 234 116 15 -
CMYK 0 0.50 0.94 0.08
HSL 27.67º 0.88% 0.49% -
HSV(B) 27.67º 0.94% 0.92% -
XYZ 40.26 30.02 4.12 -
YUV 139.77 57.59 195.21 -
System Red Green Blue C M Y K H S L
Decimal 234 116 15 0 0.50 0.94 0.08 27.67 0.88 0.49
Hex EA 74 F 0 32 5E 8 1C 58 31
Octal 352 164 17 0 62 136 10 34 130 61
Binary 11101010 1110100 1111 0 110010 1011110 1000 11100 1011000 110001

Color Harmonies of #EA740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA740F

Black with #EA740F

Text Example


Text Example

White with #EA740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA740F; }

 p { color: rgb(234,116,15); }

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

background-color css

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

 a { background-color: rgb(234,116,15); }

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

border-color css

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

 span { border-color: rgb(234,116,15); }

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