Html Css Color HEX #ED7800 Mango Tango

📋 copy color: '#ED7800'

red 237 ◦ green 120 ◦ blue 0

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

Shades of Mango Tango #ED7800

Tints of Mango Tango #ED7800

RGB

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

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

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

R = 66.39%
G = 33.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED7800 (or 0xED7800) is known color: Mango Tango. HEX triplet: ED, 78 and 00. RGB value is (237,120,0). Sum of RGB (Red+Green+Blue) = 237+120+0=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7800 is #1287FF. Grayscale: #8D8D8D. Windows color (decimal): -1214464 or 30957. OLE color: 30957.

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

Color convert

RGB 237 120 0 -
CMYK 0 0.49 1 0.07
HSL 30.38º 1% 0.46% -
HSV(B) 30.38º 1% 0.93% -
XYZ 41.64 31.44 3.87 -
YUV 141.3 48.26 196.26 -
System Red Green Blue C M Y K H S L
Decimal 237 120 0 0 0.49 1 0.07 30.38 1 0.46
Hex ED 78 0 0 31 64 7 1E 64 2E
Octal 355 170 0 0 61 144 7 36 144 56
Binary 11101101 1111000 0 0 110001 1100100 111 11110 1100100 101110

Color Harmonies of #ED7800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7800

Black with #ED7800

Text Example


Text Example

White with #ED7800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7800; }

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

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

background-color css

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

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

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

border-color css

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

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

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