#ED690F

Color #ED690F Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #ED690F

Tints of Mango Tango #ED690F

Color information

#ED690F (or 0xED690F) is unknown color: approx Mango Tango. HEX triplet: ED, 69 and 0F. RGB value is (237,105,15). Sum of RGB (Red+Green+Blue) = 237+105+15=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED690F is #1296F0. Grayscale: #868686. Windows color (decimal): -1218289 or 1010157. OLE color: 1010157.

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

Color convert

RGB23710515-
CMYK00.560.940.07
HSL24.32º88.1%49.41%-
HSV(B)24.32º93.67%92.94%-
XYZ40.0628.143.77-
YUV134.2160.73201.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.39%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=66.39%
G=29.41%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371051500.560.940.0724.3288.149.41
HexED69F0385E7185831
Octal3551511707013673013061
Binary111011011101001111101110001011110111110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED690F; }

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

 H1.HeaderClassName
 {
   color: #ED690F;
 }
 .AnyTagClassName
 {
   color: #ED690F;
 }
</style>
background-color css

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

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

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

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

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

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