Html Css Color HEX #ED690E Mango Tango

📋 copy color: '#ED690E'

red 237 ◦ green 105 ◦ blue 14

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

Shades of Mango Tango #ED690E

Tints of Mango Tango #ED690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 66.57%
G = 29.49%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED690E (or 0xED690E) is known color: Mango Tango. HEX triplet: ED, 69 and 0E. RGB value is (237,105,14). Sum of RGB (Red+Green+Blue) = 237+105+14=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED690E is #1296F1. Grayscale: #868686. Windows color (decimal): -1218290 or 944621. OLE color: 944621.

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

Color convert

RGB 237 105 14 -
CMYK 0 0.56 0.94 0.07
HSL 24.48º 0.89% 0.49% -
HSV(B) 24.48º 0.94% 0.93% -
XYZ 40.06 28.14 3.74 -
YUV 134.09 60.23 201.4 -
System Red Green Blue C M Y K H S L
Decimal 237 105 14 0 0.56 0.94 0.07 24.48 0.89 0.49
Hex ED 69 E 0 38 5E 7 18 59 31
Octal 355 151 16 0 70 136 7 30 131 61
Binary 11101101 1101001 1110 0 111000 1011110 111 11000 1011001 110001

Color Harmonies of #ED690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED690E

Black with #ED690E

Text Example


Text Example

White with #ED690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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