Html Css Color HEX #ED6710 Mango Tango

📋 copy color: '#ED6710'

red 237 ◦ green 103 ◦ blue 16

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

Shades of Mango Tango #ED6710

Tints of Mango Tango #ED6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 66.57%
G = 28.93%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED6710 (or 0xED6710) is known color: Mango Tango. HEX triplet: ED, 67 and 10. RGB value is (237,103,16). Sum of RGB (Red+Green+Blue) = 237+103+16=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6710 is #1298EF. Grayscale: #858585. Windows color (decimal): -1218800 or 1075181. OLE color: 1075181.

HSL color Cylindrical-coordinate representation of color #ED6710: hue angle of 23.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED6710 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 16 -
CMYK 0 0.57 0.93 0.07
HSL 23.62º 0.87% 0.5% -
HSV(B) 23.62º 0.93% 0.93% -
XYZ 39.87 27.74 3.74 -
YUV 133.15 61.89 202.07 -
System Red Green Blue C M Y K H S L
Decimal 237 103 16 0 0.57 0.93 0.07 23.62 0.87 0.5
Hex ED 67 10 0 39 5D 7 18 57 32
Octal 355 147 20 0 71 135 7 30 127 62
Binary 11101101 1100111 10000 0 111001 1011101 111 11000 1010111 110010

Color Harmonies of #ED6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6710

Black with #ED6710

Text Example


Text Example

White with #ED6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6710; }

 p { color: rgb(237,103,16); }

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

background-color css

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

 a { background-color: rgb(237,103,16); }

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

border-color css

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

 span { border-color: rgb(237,103,16); }

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