Html Css Color HEX #ED6D0F Mango Tango

📋 copy color: '#ED6D0F'

red 237 ◦ green 109 ◦ blue 15

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

Shades of Mango Tango #ED6D0F

Tints of Mango Tango #ED6D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 65.65%
G = 30.19%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED6D0F (or 0xED6D0F) is known color: Mango Tango. HEX triplet: ED, 6D and 0F. RGB value is (237,109,15). Sum of RGB (Red+Green+Blue) = 237+109+15=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D0F is #1292F0. Grayscale: #898989. Windows color (decimal): -1217265 or 1011181. OLE color: 1011181.

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

Color convert

RGB 237 109 15 -
CMYK 0 0.54 0.94 0.07
HSL 25.41º 0.88% 0.49% -
HSV(B) 25.41º 0.94% 0.93% -
XYZ 40.48 28.98 3.91 -
YUV 136.56 59.41 199.64 -
System Red Green Blue C M Y K H S L
Decimal 237 109 15 0 0.54 0.94 0.07 25.41 0.88 0.49
Hex ED 6D F 0 36 5E 7 19 58 31
Octal 355 155 17 0 66 136 7 31 130 61
Binary 11101101 1101101 1111 0 110110 1011110 111 11001 1011000 110001

Color Harmonies of #ED6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6D0F

Black with #ED6D0F

Text Example


Text Example

White with #ED6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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