Html Css Color HEX #ED6E06 Mango Tango

📋 copy color: '#ED6E06'

red 237 ◦ green 110 ◦ blue 6

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

Shades of Mango Tango #ED6E06

Tints of Mango Tango #ED6E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 67.14%
G = 31.16%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6E06 (or 0xED6E06) is known color: Mango Tango. HEX triplet: ED, 6E and 06. RGB value is (237,110,6). Sum of RGB (Red+Green+Blue) = 237+110+6=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6E06 is #1291F9. Grayscale: #888888. Windows color (decimal): -1217018 or 421613. OLE color: 421613.

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

Color convert

RGB 237 110 6 -
CMYK 0 0.54 0.97 0.07
HSL 27.01º 0.95% 0.48% -
HSV(B) 27.01º 0.97% 0.93% -
XYZ 40.53 29.17 3.67 -
YUV 136.12 54.58 199.96 -
System Red Green Blue C M Y K H S L
Decimal 237 110 6 0 0.54 0.97 0.07 27.01 0.95 0.48
Hex ED 6E 6 0 36 61 7 1B 5F 30
Octal 355 156 6 0 66 141 7 33 137 60
Binary 11101101 1101110 110 0 110110 1100001 111 11011 1011111 110000

Color Harmonies of #ED6E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E06

Black with #ED6E06

Text Example


Text Example

White with #ED6E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E06; }

 p { color: rgb(237,110,6); }

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

background-color css

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

 a { background-color: rgb(237,110,6); }

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

border-color css

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

 span { border-color: rgb(237,110,6); }

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