Html Css Color HEX #EF7A01 Mango Tango

📋 copy color: '#EF7A01'

red 239 ◦ green 122 ◦ blue 1

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

Shades of Mango Tango #EF7A01

Tints of Mango Tango #EF7A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 66.02%
G = 33.7%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF7A01 (or 0xEF7A01) is known color: Mango Tango. HEX triplet: EF, 7A and 01. RGB value is (239,122,1). Sum of RGB (Red+Green+Blue) = 239+122+1=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A01 is #1085FE. Grayscale: #8F8F8F. Windows color (decimal): -1082879 or 97007. OLE color: 97007.

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

Color convert

RGB 239 122 1 -
CMYK 0 0.49 1.00 0.06
HSL 30.5º 0.99% 0.47% -
HSV(B) 30.5º 1% 0.94% -
XYZ 42.56 32.27 4.01 -
YUV 143.19 47.76 196.34 -
System Red Green Blue C M Y K H S L
Decimal 239 122 1 0 0.49 1.00 0.06 30.5 0.99 0.47
Hex EF 7A 1 0 31 64 6 1F 63 2F
Octal 357 172 1 0 61 144 6 37 143 57
Binary 11101111 1111010 1 0 110001 1100100 110 11111 1100011 101111

Color Harmonies of #EF7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A01

Black with #EF7A01

Text Example


Text Example

White with #EF7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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