Html Css Color HEX #EF6A00 Mango Tango

📋 copy color: '#EF6A00'

red 239 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #EF6A00

Tints of Mango Tango #EF6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 69.28%
G = 30.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF6A00 (or 0xEF6A00) is known color: Mango Tango. HEX triplet: EF, 6A and 00. RGB value is (239,106,0). Sum of RGB (Red+Green+Blue) = 239+106+0=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A00 is #1095FF. Grayscale: #868686. Windows color (decimal): -1086976 or 27375. OLE color: 27375.

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

Color convert

RGB 239 106 0 -
CMYK 0 0.56 1 0.06
HSL 26.61º 1% 0.47% -
HSV(B) 26.61º 1% 0.94% -
XYZ 40.75 28.66 3.38 -
YUV 133.68 52.56 203.12 -
System Red Green Blue C M Y K H S L
Decimal 239 106 0 0 0.56 1 0.06 26.61 1 0.47
Hex EF 6A 0 0 38 64 6 1B 64 2F
Octal 357 152 0 0 70 144 6 33 144 57
Binary 11101111 1101010 0 0 111000 1100100 110 11011 1100100 101111

Color Harmonies of #EF6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A00

Black with #EF6A00

Text Example


Text Example

White with #EF6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A00; }

 p { color: rgb(239,106,0); }

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

background-color css

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

 a { background-color: rgb(239,106,0); }

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

border-color css

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

 span { border-color: rgb(239,106,0); }

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