Html Css Color HEX #ED790B Mango Tango

📋 copy color: '#ED790B'

red 237 ◦ green 121 ◦ blue 11

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

Shades of Mango Tango #ED790B

Tints of Mango Tango #ED790B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 64.23%
G = 32.79%
B = 2.98%

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

#ED790B (or 0xED790B) is known color: Mango Tango. HEX triplet: ED, 79 and 0B. RGB value is (237,121,11). Sum of RGB (Red+Green+Blue) = 237+121+11=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED790B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED790B is #1286F4. Grayscale: #8F8F8F. Windows color (decimal): -1214197 or 752109. OLE color: 752109.

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

Color convert

RGB 237 121 11 -
CMYK 0 0.49 0.95 0.07
HSL 29.2º 0.91% 0.49% -
HSV(B) 29.2º 0.95% 0.93% -
XYZ 41.82 31.7 4.23 -
YUV 143.14 53.43 194.94 -
System Red Green Blue C M Y K H S L
Decimal 237 121 11 0 0.49 0.95 0.07 29.2 0.91 0.49
Hex ED 79 B 0 31 5F 7 1D 5B 31
Octal 355 171 13 0 61 137 7 35 133 61
Binary 11101101 1111001 1011 0 110001 1011111 111 11101 1011011 110001

Color Harmonies of #ED790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED790B

Black with #ED790B

Text Example


Text Example

White with #ED790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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