Html Css Color HEX #ED7A0E Mango Tango

📋 copy color: '#ED7A0E'

red 237 ◦ green 122 ◦ blue 14

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

Shades of Mango Tango #ED7A0E

Tints of Mango Tango #ED7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 14 (5.86% from 255) = 3.75%

R = 63.54%
G = 32.71%
B = 3.75%

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

#ED7A0E (or 0xED7A0E) is known color: Mango Tango. HEX triplet: ED, 7A and 0E. RGB value is (237,122,14). Sum of RGB (Red+Green+Blue) = 237+122+14=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A0E is #1285F1. Grayscale: #909090. Windows color (decimal): -1213938 or 948973. OLE color: 948973.

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

Color convert

RGB 237 122 14 -
CMYK 0 0.49 0.94 0.07
HSL 29.06º 0.89% 0.49% -
HSV(B) 29.06º 0.94% 0.93% -
XYZ 41.96 31.96 4.37 -
YUV 144.07 54.6 194.28 -
System Red Green Blue C M Y K H S L
Decimal 237 122 14 0 0.49 0.94 0.07 29.06 0.89 0.49
Hex ED 7A E 0 31 5E 7 1D 59 31
Octal 355 172 16 0 61 136 7 35 131 61
Binary 11101101 1111010 1110 0 110001 1011110 111 11101 1011001 110001

Color Harmonies of #ED7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A0E

Black with #ED7A0E

Text Example


Text Example

White with #ED7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A0E; }

 p { color: rgb(237,122,14); }

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

background-color css

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

 a { background-color: rgb(237,122,14); }

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

border-color css

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

 span { border-color: rgb(237,122,14); }

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