Html Css Color HEX #ED680D Mango Tango

📋 copy color: '#ED680D'

red 237 ◦ green 104 ◦ blue 13

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

Shades of Mango Tango #ED680D

Tints of Mango Tango #ED680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 66.95%
G = 29.38%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED680D (or 0xED680D) is known color: Mango Tango. HEX triplet: ED, 68 and 0D. RGB value is (237,104,13). Sum of RGB (Red+Green+Blue) = 237+104+13=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED680D is #1297F2. Grayscale: #858585. Windows color (decimal): -1218547 or 878829. OLE color: 878829.

HSL color Cylindrical-coordinate representation of color #ED680D: hue angle of 24.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED680D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 104 13 -
CMYK 0 0.56 0.95 0.07
HSL 24.38º 0.9% 0.49% -
HSV(B) 24.38º 0.95% 0.93% -
XYZ 39.95 27.93 3.67 -
YUV 133.39 60.06 201.9 -
System Red Green Blue C M Y K H S L
Decimal 237 104 13 0 0.56 0.95 0.07 24.38 0.9 0.49
Hex ED 68 D 0 38 5F 7 18 5A 31
Octal 355 150 15 0 70 137 7 30 132 61
Binary 11101101 1101000 1101 0 111000 1011111 111 11000 1011010 110001

Color Harmonies of #ED680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED680D

Black with #ED680D

Text Example


Text Example

White with #ED680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED680D; }

 p { color: rgb(237,104,13); }

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

background-color css

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

 a { background-color: rgb(237,104,13); }

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

border-color css

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

 span { border-color: rgb(237,104,13); }

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