Html Css Color HEX #EF720D Mango Tango

📋 copy color: '#EF720D'

red 239 ◦ green 114 ◦ blue 13

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

Shades of Mango Tango #EF720D

Tints of Mango Tango #EF720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 65.3%
G = 31.15%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF720D (or 0xEF720D) is known color: Mango Tango. HEX triplet: EF, 72 and 0D. RGB value is (239,114,13). Sum of RGB (Red+Green+Blue) = 239+114+13=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF720D is #108DF2. Grayscale: #8C8C8C. Windows color (decimal): -1084915 or 881391. OLE color: 881391.

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

Color convert

RGB 239 114 13 -
CMYK 0 0.52 0.95 0.06
HSL 26.81º 0.9% 0.49% -
HSV(B) 26.81º 0.95% 0.94% -
XYZ 41.69 30.41 4.05 -
YUV 139.86 56.41 198.71 -
System Red Green Blue C M Y K H S L
Decimal 239 114 13 0 0.52 0.95 0.06 26.81 0.9 0.49
Hex EF 72 D 0 34 5F 6 1B 5A 31
Octal 357 162 15 0 64 137 6 33 132 61
Binary 11101111 1110010 1101 0 110100 1011111 110 11011 1011010 110001

Color Harmonies of #EF720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF720D

Black with #EF720D

Text Example


Text Example

White with #EF720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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