Html Css Color HEX #ED6F0E Mango Tango

📋 copy color: '#ED6F0E'

red 237 ◦ green 111 ◦ blue 14

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

Shades of Mango Tango #ED6F0E

Tints of Mango Tango #ED6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

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

R = 65.47%
G = 30.66%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED6F0E (or 0xED6F0E) is known color: Mango Tango. HEX triplet: ED, 6F and 0E. RGB value is (237,111,14). Sum of RGB (Red+Green+Blue) = 237+111+14=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6F0E is #1290F1. Grayscale: #8A8A8A. Windows color (decimal): -1216754 or 946157. OLE color: 946157.

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

Color convert

RGB 237 111 14 -
CMYK 0 0.53 0.94 0.07
HSL 26.1º 0.89% 0.49% -
HSV(B) 26.1º 0.94% 0.93% -
XYZ 40.69 29.41 3.95 -
YUV 137.62 58.24 198.89 -
System Red Green Blue C M Y K H S L
Decimal 237 111 14 0 0.53 0.94 0.07 26.1 0.89 0.49
Hex ED 6F E 0 35 5E 7 1A 59 31
Octal 355 157 16 0 65 136 7 32 131 61
Binary 11101101 1101111 1110 0 110101 1011110 111 11010 1011001 110001

Color Harmonies of #ED6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F0E

Black with #ED6F0E

Text Example


Text Example

White with #ED6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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