Html Css Color HEX #EF7A0E Mango Tango

📋 copy color: '#EF7A0E'

red 239 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #EF7A0E

Tints of Mango Tango #EF7A0E

RGB

 RED value IS 239 (93.75% from 255) = 63.73%

 GREEN value IS 122 (48.05% from 255) = 32.53%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 63.73%
G = 32.53%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF7A0E (or 0xEF7A0E) is known color: Mango Tango. HEX triplet: EF, 7A and 0E. RGB value is (239,122,14). Sum of RGB (Red+Green+Blue) = 239+122+14=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A0E is #1085F1. Grayscale: #919191. Windows color (decimal): -1082866 or 948975. OLE color: 948975.

HSL color Cylindrical-coordinate representation of color #EF7A0E: hue angle of 28.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF7A0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 14 -
CMYK 0 0.49 0.94 0.06
HSL 28.8º 0.89% 0.5% -
HSV(B) 28.8º 0.94% 0.94% -
XYZ 42.64 32.3 4.4 -
YUV 144.67 54.26 195.28 -
System Red Green Blue C M Y K H S L
Decimal 239 122 14 0 0.49 0.94 0.06 28.8 0.89 0.5
Hex EF 7A E 0 31 5E 6 1D 59 32
Octal 357 172 16 0 61 136 6 35 131 62
Binary 11101111 1111010 1110 0 110001 1011110 110 11101 1011001 110010

Color Harmonies of #EF7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A0E

Black with #EF7A0E

Text Example


Text Example

White with #EF7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A0E; }

 p { color: rgb(239,122,14); }

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

background-color css

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

 a { background-color: rgb(239,122,14); }

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

border-color css

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

 span { border-color: rgb(239,122,14); }

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