Html Css Color HEX #ED780B Mango Tango

📋 copy color: '#ED780B'

red 237 ◦ green 120 ◦ blue 11

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

Shades of Mango Tango #ED780B

Tints of Mango Tango #ED780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.61%

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

R = 64.4%
G = 32.61%
B = 2.99%

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

#ED780B (or 0xED780B) is known color: Mango Tango. HEX triplet: ED, 78 and 0B. RGB value is (237,120,11). Sum of RGB (Red+Green+Blue) = 237+120+11=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED780B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED780B is #1287F4. Grayscale: #8F8F8F. Windows color (decimal): -1214453 or 751853. OLE color: 751853.

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

Color convert

RGB 237 120 11 -
CMYK 0 0.49 0.95 0.07
HSL 28.94º 0.91% 0.49% -
HSV(B) 28.94º 0.95% 0.93% -
XYZ 41.7 31.46 4.19 -
YUV 142.56 53.76 195.36 -
System Red Green Blue C M Y K H S L
Decimal 237 120 11 0 0.49 0.95 0.07 28.94 0.91 0.49
Hex ED 78 B 0 31 5F 7 1D 5B 31
Octal 355 170 13 0 61 137 7 35 133 61
Binary 11101101 1111000 1011 0 110001 1011111 111 11101 1011011 110001

Color Harmonies of #ED780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED780B

Black with #ED780B

Text Example


Text Example

White with #ED780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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