Html Css Color HEX #ED790C Mango Tango

📋 copy color: '#ED790C'

red 237 ◦ green 121 ◦ blue 12

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

Shades of Mango Tango #ED790C

Tints of Mango Tango #ED790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 64.05%
G = 32.7%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED790C (or 0xED790C) is known color: Mango Tango. HEX triplet: ED, 79 and 0C. RGB value is (237,121,12). Sum of RGB (Red+Green+Blue) = 237+121+12=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED790C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED790C is #1286F3. Grayscale: #8F8F8F. Windows color (decimal): -1214196 or 817645. OLE color: 817645.

HSL color Cylindrical-coordinate representation of color #ED790C: hue angle of 29.07º 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 #ED790C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 121 12 -
CMYK 0 0.49 0.95 0.07
HSL 29.07º 0.9% 0.49% -
HSV(B) 29.07º 0.95% 0.93% -
XYZ 41.83 31.71 4.26 -
YUV 143.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 237 121 12 0 0.49 0.95 0.07 29.07 0.9 0.49
Hex ED 79 C 0 31 5F 7 1D 5A 31
Octal 355 171 14 0 61 137 7 35 132 61
Binary 11101101 1111001 1100 0 110001 1011111 111 11101 1011010 110001

Color Harmonies of #ED790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED790C

Black with #ED790C

Text Example


Text Example

White with #ED790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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