Html Css Color HEX #ED790F Mango Tango

📋 copy color: '#ED790F'

red 237 ◦ green 121 ◦ blue 15

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

Shades of Mango Tango #ED790F

Tints of Mango Tango #ED790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 63.54%
G = 32.44%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED790F (or 0xED790F) is known color: Mango Tango. HEX triplet: ED, 79 and 0F. RGB value is (237,121,15). Sum of RGB (Red+Green+Blue) = 237+121+15=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED790F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED790F is #1286F0. Grayscale: #909090. Windows color (decimal): -1214193 or 1014253. OLE color: 1014253.

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

Color convert

RGB 237 121 15 -
CMYK 0 0.49 0.94 0.07
HSL 28.65º 0.88% 0.49% -
HSV(B) 28.65º 0.94% 0.93% -
XYZ 41.85 31.71 4.37 -
YUV 143.6 55.43 194.62 -
System Red Green Blue C M Y K H S L
Decimal 237 121 15 0 0.49 0.94 0.07 28.65 0.88 0.49
Hex ED 79 F 0 31 5E 7 1D 58 31
Octal 355 171 17 0 61 136 7 35 130 61
Binary 11101101 1111001 1111 0 110001 1011110 111 11101 1011000 110001

Color Harmonies of #ED790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED790F

Black with #ED790F

Text Example


Text Example

White with #ED790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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