Html Css Color HEX #ED690F Mango Tango

📋 copy color: '#ED690F'

red 237 ◦ green 105 ◦ blue 15

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

Shades of Mango Tango #ED690F

Tints of Mango Tango #ED690F

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.2%

R = 66.39%
G = 29.41%
B = 4.2%

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

#ED690F (or 0xED690F) is known color: 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

RGB 237 105 15 -
CMYK 0 0.56 0.94 0.07
HSL 24.32º 0.88% 0.49% -
HSV(B) 24.32º 0.94% 0.93% -
XYZ 40.06 28.14 3.77 -
YUV 134.21 60.73 201.32 -
System Red Green Blue C M Y K H S L
Decimal 237 105 15 0 0.56 0.94 0.07 24.32 0.88 0.49
Hex ED 69 F 0 38 5E 7 18 58 31
Octal 355 151 17 0 70 136 7 30 130 61
Binary 11101101 1101001 1111 0 111000 1011110 111 11000 1011000 110001

Color Harmonies of #ED690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED690F

Black with #ED690F

Text Example


Text Example

White with #ED690F

Text Example


Text Example

HTML Codes & Css Web 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>