Html Css Color HEX #ED7A0F Mango Tango

📋 copy color: '#ED7A0F'

red 237 ◦ green 122 ◦ blue 15

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

Shades of Mango Tango #ED7A0F

Tints of Mango Tango #ED7A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 63.37%
G = 32.62%
B = 4.01%

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

#ED7A0F (or 0xED7A0F) is known color: Mango Tango. HEX triplet: ED, 7A and 0F. RGB value is (237,122,15). Sum of RGB (Red+Green+Blue) = 237+122+15=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A0F is #1285F0. Grayscale: #909090. Windows color (decimal): -1213937 or 1014509. OLE color: 1014509.

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

Color convert

RGB 237 122 15 -
CMYK 0 0.49 0.94 0.07
HSL 28.92º 0.88% 0.49% -
HSV(B) 28.92º 0.94% 0.93% -
XYZ 41.97 31.96 4.41 -
YUV 144.19 55.1 194.2 -
System Red Green Blue C M Y K H S L
Decimal 237 122 15 0 0.49 0.94 0.07 28.92 0.88 0.49
Hex ED 7A F 0 31 5E 7 1D 58 31
Octal 355 172 17 0 61 136 7 35 130 61
Binary 11101101 1111010 1111 0 110001 1011110 111 11101 1011000 110001

Color Harmonies of #ED7A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A0F

Black with #ED7A0F

Text Example


Text Example

White with #ED7A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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