Html Css Color HEX #ED720C Mango Tango

📋 copy color: '#ED720C'

red 237 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #ED720C

Tints of Mango Tango #ED720C

RGB

 RED value IS 237 (92.97% from 255) = 65.29%

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 65.29%
G = 31.4%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED720C (or 0xED720C) is known color: Mango Tango. HEX triplet: ED, 72 and 0C. RGB value is (237,114,12). Sum of RGB (Red+Green+Blue) = 237+114+12=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED720C is #128DF3. Grayscale: #8B8B8B. Windows color (decimal): -1215988 or 815853. OLE color: 815853.

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

Color convert

RGB 237 114 12 -
CMYK 0 0.52 0.95 0.07
HSL 27.2º 0.9% 0.49% -
HSV(B) 27.2º 0.95% 0.93% -
XYZ 41.01 30.07 3.99 -
YUV 139.15 56.25 197.79 -
System Red Green Blue C M Y K H S L
Decimal 237 114 12 0 0.52 0.95 0.07 27.2 0.9 0.49
Hex ED 72 C 0 34 5F 7 1B 5A 31
Octal 355 162 14 0 64 137 7 33 132 61
Binary 11101101 1110010 1100 0 110100 1011111 111 11011 1011010 110001

Color Harmonies of #ED720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED720C

Black with #ED720C

Text Example


Text Example

White with #ED720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED720C; }

 p { color: rgb(237,114,12); }

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

background-color css

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

 a { background-color: rgb(237,114,12); }

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

border-color css

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

 span { border-color: rgb(237,114,12); }

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