Html Css Color HEX #ED7006 Mango Tango

📋 copy color: '#ED7006'

red 237 ◦ green 112 ◦ blue 6

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

Shades of Mango Tango #ED7006

Tints of Mango Tango #ED7006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 66.76%
G = 31.55%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED7006 (or 0xED7006) is known color: Mango Tango. HEX triplet: ED, 70 and 06. RGB value is (237,112,6). Sum of RGB (Red+Green+Blue) = 237+112+6=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7006 is #128FF9. Grayscale: #898989. Windows color (decimal): -1216506 or 422125. OLE color: 422125.

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

Color convert

RGB 237 112 6 -
CMYK 0 0.53 0.97 0.07
HSL 27.53º 0.95% 0.48% -
HSV(B) 27.53º 0.97% 0.93% -
XYZ 40.75 29.61 3.74 -
YUV 137.29 53.91 199.12 -
System Red Green Blue C M Y K H S L
Decimal 237 112 6 0 0.53 0.97 0.07 27.53 0.95 0.48
Hex ED 70 6 0 35 61 7 1C 5F 30
Octal 355 160 6 0 65 141 7 34 137 60
Binary 11101101 1110000 110 0 110101 1100001 111 11100 1011111 110000

Color Harmonies of #ED7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7006

Black with #ED7006

Text Example


Text Example

White with #ED7006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7006; }

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

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

background-color css

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

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

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

border-color css

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

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

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