Html Css Color HEX #ED7000 Mango Tango

📋 copy color: '#ED7000'

red 237 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #ED7000

Tints of Mango Tango #ED7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.91%
G = 32.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED7000 (or 0xED7000) is known color: Mango Tango. HEX triplet: ED, 70 and 00. RGB value is (237,112,0). Sum of RGB (Red+Green+Blue) = 237+112+0=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7000 is #128FFF. Grayscale: #898989. Windows color (decimal): -1216512 or 28909. OLE color: 28909.

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

Color convert

RGB 237 112 0 -
CMYK 0 0.53 1 0.07
HSL 28.35º 1% 0.46% -
HSV(B) 28.35º 1% 0.93% -
XYZ 40.72 29.59 3.57 -
YUV 136.61 50.91 199.61 -
System Red Green Blue C M Y K H S L
Decimal 237 112 0 0 0.53 1 0.07 28.35 1 0.46
Hex ED 70 0 0 35 64 7 1C 64 2E
Octal 355 160 0 0 65 144 7 34 144 56
Binary 11101101 1110000 0 0 110101 1100100 111 11100 1100100 101110

Color Harmonies of #ED7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7000

Black with #ED7000

Text Example


Text Example

White with #ED7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7000; }

 p { color: rgb(237,112,0); }

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

background-color css

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

 a { background-color: rgb(237,112,0); }

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

border-color css

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

 span { border-color: rgb(237,112,0); }

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