Html Css Color HEX #ED6D0C Mango Tango

📋 copy color: '#ED6D0C'

red 237 ◦ green 109 ◦ blue 12

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

Shades of Mango Tango #ED6D0C

Tints of Mango Tango #ED6D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 66.2%
G = 30.45%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED6D0C (or 0xED6D0C) is known color: Mango Tango. HEX triplet: ED, 6D and 0C. RGB value is (237,109,12). Sum of RGB (Red+Green+Blue) = 237+109+12=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D0C is #1292F3. Grayscale: #888888. Windows color (decimal): -1217268 or 814573. OLE color: 814573.

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

Color convert

RGB 237 109 12 -
CMYK 0 0.54 0.95 0.07
HSL 25.87º 0.9% 0.49% -
HSV(B) 25.87º 0.95% 0.93% -
XYZ 40.46 28.97 3.81 -
YUV 136.21 57.91 199.89 -
System Red Green Blue C M Y K H S L
Decimal 237 109 12 0 0.54 0.95 0.07 25.87 0.9 0.49
Hex ED 6D C 0 36 5F 7 1A 5A 31
Octal 355 155 14 0 66 137 7 32 132 61
Binary 11101101 1101101 1100 0 110110 1011111 111 11010 1011010 110001

Color Harmonies of #ED6D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D0C

Black with #ED6D0C

Text Example


Text Example

White with #ED6D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D0C; }

 p { color: rgb(237,109,12); }

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

background-color css

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

 a { background-color: rgb(237,109,12); }

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

border-color css

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

 span { border-color: rgb(237,109,12); }

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