Html Css Color HEX #EF7200 Mango Tango

📋 copy color: '#EF7200'

red 239 ◦ green 114 ◦ blue 0

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

Shades of Mango Tango #EF7200

Tints of Mango Tango #EF7200

RGB

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

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

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

R = 67.71%
G = 32.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF7200 (or 0xEF7200) is known color: Mango Tango. HEX triplet: EF, 72 and 00. RGB value is (239,114,0). Sum of RGB (Red+Green+Blue) = 239+114+0=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7200 is #108DFF. Grayscale: #8A8A8A. Windows color (decimal): -1084928 or 29423. OLE color: 29423.

HSL color Cylindrical-coordinate representation of color #EF7200: hue angle of 28.62º 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 #EF7200 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 0 -
CMYK 0 0.52 1 0.06
HSL 28.62º 1% 0.47% -
HSV(B) 28.62º 1% 0.94% -
XYZ 41.61 30.39 3.67 -
YUV 138.38 49.91 199.77 -
System Red Green Blue C M Y K H S L
Decimal 239 114 0 0 0.52 1 0.06 28.62 1 0.47
Hex EF 72 0 0 34 64 6 1D 64 2F
Octal 357 162 0 0 64 144 6 35 144 57
Binary 11101111 1110010 0 0 110100 1100100 110 11101 1100100 101111

Color Harmonies of #EF7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7200

Black with #EF7200

Text Example


Text Example

White with #EF7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7200; }

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

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

background-color css

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

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

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

border-color css

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

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

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